SMS Routing

SMS Routing SearchSearch
Author Message
Manikumar
New member
Username: Manikumar

Post Number: 2
Registered: 07-2007
Posted on Sunday, August 05, 2007 - 05:58 pm:   

Hi,

I would like to know NowSMS Configuration for routing Binary SMS (MMS Notification) to NowSMS MMSC. Following are the details:

1) My setup is test environment and using IPNotify for mms notification. I have mapped 9845678901 to my local IP : 192.10.6.99 in MMSC.ini file.

2) I have an application which sends following data to NowSMS (Web port 8800)

GET /?PhoneNumber=9845678901&Binary=1&Data=0d06226170706c69636174696f6e2f766e642e776 1702e6d6d732d6d65737361676500af848c8298323032008d93890f803132332f545950453d504c4 d4e0096436f6e323032008a808e0288b888058103093a8083687474703a2f2f3139322e31302e362 e3234332f313300&UNUSED=on&Submit=submit&UDH=0B05040B8423F00003CD0101&pid=0&dcs=F 5 HTTP/1.1
Accept: */*
Connection: Close

3) This creates SMS entry under C:\Program Files\NowSMS\Q folder i.e., file with the following content:

[SMS]
SubmittedBy=192.10.6.99
Data=5006226170706c69636174696f6e2f766e642e7761702e6d6d732d6d65737361676500af848 c8298323032008d93890f803132332f545950453d504c4d4e0096436f6e323032008a808e0288b88 8058103093a8083687474703a2f2f3139322e31302e362e3234332f383000
UDH=0B05040B8423F00003CD0101
pid=00
dcs=F5
Binary=1
PhoneNumber=9845678901

4) I would like to know how to configure NowSMS so that NowSMS will process the binary SMS and pass it over IP (IPNotify) to my mms client running on the same machine (192.10.6.99)

Please let me know if you need any other information.

Thanks in advance.

Regards,
Mani
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7420
Registered: 10-2002
Posted on Monday, August 27, 2007 - 04:41 pm:   

Hi Mani,

Apologies for not answering this question sooner.

The IPNotify logic is not triggered if you submit a binary SMS where you have constructed your own WAP Push UDH wrapper.

It is only triggered if you submit a WAP Push or MMS notification message where NowSMS builds the WAP Push wrapper ... such as "Send WAP Push Message", "Send MMS Notification", "Send MMS Message", "Send OMA OTA Settings", "Send XML Settings" ... or a message submitted via the PAP interface.

-bn