interception outgoing SMS

Login to reply to this topic.
Thu, 2006-10-26 08:31
Joined: 2006-10-25
Forum posts: 1
Hi ,
Any body know how to intercept outgoing SMS?
Is it possible?
I can block incomming SMS from specified number, I tried
use this code with minor changes ( I used HandleSessionEventL
and change in code from "inbox"to "outbox" folders) but it don't blocks outgoing SMS...
Any ideas?

Thu, 2006-10-26 12:07
Joined: 2004-09-06
Forum posts: 235
Re: interception outgoing SMS
Outgoing SMSes cannot be blocked.
Atleast not possible with the public SDK.
Tue, 2006-11-21 10:38
Joined: 2006-11-14
Forum posts: 98
Re: interception outgoing SMS

Hi Svat

I blocked sms before sending in my previous project in following way.

Just capture sms before it goes in outbox and change their status KMsvSendStateSent.

Because of this system check this status and just do nothing.

Thanks and Regards

Yogesh

Mon, 2007-04-23 10:09
Joined: 2005-09-01
Forum posts: 1
Re: interception outgoing SMS
Hi Yogesh,

Can you explain how did you capture SMS before it goes into Outbox folder and change their status?

It would be very helpful if you provide the code.

Thanks
Pandian.

Quote from: yogesh.bhople

Hi Svat

I blocked sms before sending in my previous project in following way.

Just capture sms before it goes in outbox and change their status KMsvSendStateSent.

Because of this system check this status and just do nothing.

Thanks and Regards

Yogesh


  • Login to reply to this topic.