Re: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Jesus Irausquin
Hi Amit, You should use 'get-url' or 'post-url' in your sms-service configuration instead only 'url' (depending of your php script accepts get or post). Also you should put the same smsbox-id in smsbox configuration you are using in smsbox-routing. Regards. Dan > On Nov 13, 2015, at 2:08

RE: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Amit Sharma (VAS)
Thanks Jesus for the suggestion, I have changed to get-url & changed the smsbox-id in smsbox configuration and smsbox-routing accordingly. Also disabled reroute=true Now, URL is getting called & php script is getting invoked. Can you please suggest now I am getting return sms that “Empty reply

Re: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Kyriacos/Netsmart
Hi, The sms-service be default sends back to the phone any output of the get-url, or that phrase if there is no output. To avoid this add: omit-empty = true to the sms-service config, Kyriacos On 13/11/2015 12:49, Amit Sharma (VAS) wrote: Thanks Jesus for the suggestion, I

RE: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Amit Sharma (VAS)
Thanks for suggestion but I want to change the response “Empty reply from service provider” to more appropriate one. Please suggest how to change this…. Best regards, Amit Sharma From: Kyriacos/Netsmart [mailto:kyria...@netsmart.com.cy] Sent: Friday, November 13, 2015 4:28 PM To: Amit Sharma

Re: Kannel SMPP integration

2015-11-13 Thread amalysh
Hi, you mean by SMPP layer Kannel? :-) I ask because on the web site I read: Based on kannel. Alex > Am 12.11.2015 um 06:58 schrieb Saurabh Pandey : > > Hi, I was the lead developer in this. There are few shortcoming like Operator > wise charging isn't there, but

Need wavcom modem information

2015-11-13 Thread John alero
Dear all, We require 128 port wavecom gsm modem for sending bulk sms to customers. Plz let me know if u have any idea regrading modem device price or reference link. Thanks

Re: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Jesus D Irausquin V
If you want to change the response message when there is no output of 'get-url ' you can also define a new sms-service group with keyword = default and set field 'text' with a customized response text: *group = sms-servicekeyword = defaulttext = "xyz"* Regards. 2015-11-13 6:28 GMT-04:30