Send SMS after call disconnect
| Tue, 2006-05-02 15:14 | |
|
|
Hi all, I am collecting some network parameters when a call is going on using the MobInfo API. I'm storing them into a file C:\\NetworkLog.txt What i want is to send out these parameters to a number as sms once the call is disconnected. I'm doing iSendSMS->Start() in the switch function: if(iLineStatus == RCall::EStatusHangingUp) { iSendSMS->Start(); } but the msg is not getting created even in the drafts or sent items folder.... Can someone tell me where i'm going wrong? ![]() The Cruise is on... |






