Hi Team,
I downloaded Kannel using the following options. SVN access to source code... svn co https://svn.kannel.org/ <https://svn.kannel.org/%3cproject%3e/trunk> <project>/trunk Smskannel.conf file: http://www.curesport.com/smskannel.conf kannel.conf file: http://www.curesport.com/kannel.conf In the smskannel.conf. I defined the mblox parameters. url I'm using: http://192.168.1.103:13013/cgi-bin/sendsms?password=foobar <http://192.168.1.103:13013/cgi-bin/sendsms?password=foobar&smsc=psms&to=151 23334444&username=tester&from=54322&text=hello+from+local&meta-data=%3Fsmpp- tlv%3FMBoperator%3D31003%26MBbilling%3D0%26MBserviceId%3D26330%26MBprogram%3 Dstdrt> &smsc=psms&to=15123334444&username=tester&from=12345&text=hello+from+local&m eta-data=%3Fsmpp-tlv%3FMBoperator%3D31003%26MBbilling%3D0%26MBserviceId%3D26 330%26MBprogram%3Dstdrt When I invoke the above url. I get the below error message : [r...@node01 etc]# 2010-12-15 10:56:34 [30507] [3] INFO: smsbox: Got HTTP request </cgi-bin/sendsms> from <192.168.1.116> 2010-12-15 10:56:34 [30507] [3] INFO: sendsms used by <tester> 2010-12-15 10:56:34 [30507] [3] INFO: sendsms sender:<tester:53985> (192.168.1.116) to:<15126366987> msg:<hello from local> 2010-12-15 10:56:34 [30493] [7] WARNING: SMPP: PDU NULL terminated string (message_id) has no NULL. 2010-12-15 10:56:34 [30493] [7] ERROR: SMPP[psms]: SMSC returned error code 0x0000042a (Vendor-specific error, please refer to your SMPP provider) in response to submit_sm. I talked to mblox and they said I'm not passing the operator and billing information to them. I doubt they are getting the MBserviceid and MBProgram either. Mblox now requires the tag program=>stdrt. Can someone please help me? It would be greatly appreciated. Thanks, Paul