SMPP Client receiving phone number without "+"

SMPP Client receiving phone number without "+" SearchSearch
Author Message
muthu
New member
Username: Aasai78

Post Number: 1
Registered: 10-2006
Posted on Thursday, October 26, 2006 - 12:45 pm:   

Hi,

I'm using the NowSMS to send a SMS from my SMPP Client to any mobile device,vice versa.
Whenever I send a Send SMS messages from mobile to my SMPP Client through
NowSMS, while it is successfully reaches to my SMPP Client.
Here the problem is, if the sender mobile number is +65 6234 6789,while my SMPP Client is receiving the sender number as "65 6234 6789" due to NowSMS is ignoring the "+".


I have added SMPP section and SourceTon=0, DestTon=0 keys in the smsgg.ini config file as follows,
[SMPP]
DestTon=1
SourceTon=1

But it does not works as expected.

I have just provided the simple sequence diagram for better understanding,


To Sequence
############
Mobile ---------> Modem --------> NowSMS-----------> SMPP Client
+65 6234 6789 ====> forwardsto=====> +65 6234 6789 ===> 65 6234 6789


How can i solve this problem in NowSMS.
If there is any option in the configuration ini file. Please let me know. I have tried with this option also but it was not


Thanks,
aasai