Send SMS after call disconnect

Login to reply to this topic.
Tue, 2006-05-02 15:14
Joined: 2005-10-10
Forum posts: 37
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?Huh

The Cruise is on...

  • Login to reply to this topic.