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)
:-1] [msg:35:] [udh:0:] Best regards Amit Sharma From: Jesus Irausquin [mailto:jdirausq...@gmail.com] Sent: Friday, November 13, 2015 3:51 PM To: Amit Sharma (VAS) Cc: users@kannel.org Subject: Re: Get URL Not Getting Invoked For MO Msgs Hi Amit, You should use 'get-url' or 'post-url' in your

Re: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Kyriacos/Netsmart
egards* Amit Sharma * *From:*Jesus Irausquin [mailto:jdirausq...@gmail.com] *Sent:* Friday, November 13, 2015 3:51 PM *To:* Amit Sharma (VAS) *Cc:* users@kannel.org *Subject:* Re: Get URL Not Getting Invoked For MO Msgs Hi Amit, You should use 'get-url' or 'post-url' in your sms-service configura

RE: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Amit Sharma (VAS)
(VAS) Cc: users@kannel.org Subject: Re: Get URL Not Getting Invoked For MO Msgs 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

Re: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Jesus D Irausquin V
esus Irausquin [mailto:jdirausq...@gmail.com > <jdirausq...@gmail.com>] > *Sent:* Friday, November 13, 2015 3:51 PM > *To:* Amit Sharma (VAS) > *Cc:* users@kannel.org > *Subject:* Re: Get URL Not Getting Invoked For MO Msgs > > > > Hi Amit, > > > > You should us

Get URL Not Getting Invoked For MO Msgs

2015-11-12 Thread Amit Sharma (VAS)
Hi, I have configured kannel on red hat linux(2.6.32-358.el6.x86_64) & i receive sms at bearerbox(Kannel bearerbox version `1.4.4' & Libxml version 2.7.6) but URL containing the required action to be taken using receivesms php script is not called. receivesms script in php works fine when i