Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
Hello, what DLR mask you using during send ? Thanks Deepak On Thu, Sep 1, 2016 at 8:53 AM, aacable wrote: > I have configured the kannel with sqlbox. I can send sms successfully by > inserting query in send_sm table like > > > its DLR also comes inserts fine with *SUCCESS *message. as showed

Re: kannel sqlbox with dl_url

2016-09-01 Thread JAHANZAIB SYED
i have tried 19 and 31 both From: Web Services Sent: Thursday, September 1, 2016 1:48 PM To: aacable Cc: kannel users@kannel.org Subject: Re: kannel sqlbox with dl_url Hello, what DLR mask you using during send ? Thanks Deepak On Thu, Sep 1, 2016 at 8:53 AM,

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
Hello, do you receive an entry in SENT_SMS table ? Thanks Deepak On Thu, Sep 1, 2016 at 2:19 PM, JAHANZAIB SYED wrote: > i have tried 19 and 31 both > > > -- > *From:* Web Services > *Sent:* Thursday, September 1, 2016 1:48 PM > *To:* aacable > *Cc:* kannel users@

Re: kannel sqlbox with dl_url

2016-09-01 Thread JAHANZAIB SYED
if I donot include the dlr_url , then i receive the second entry of success. but if i add the dlr_url and add unique id like ABCD123 , then only one entry updated and SUCCESS/FAILED entry does not come. so the problem comes when i add dlr_url , i am adding this to uniquely identify each messag

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
Hello, what DLR url you use during sending i mean you use with any script path or just unique sms id ? Thanks Deepak

Re: kannel sqlbox with dl_url

2016-09-01 Thread JAHANZAIB SYED
i have no experience with php base url. so i am trying to use UNIQUE SMS ID here for test purposes. for unique id i am using unique text like "ABCDE123" etc. From: Web Services Sent: Thursday, September 1, 2016 2:12 PM To: JAHANZAIB SYED Cc: kannel users@kann

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
Hello, DLR URL don't impact sending or reporting system their is some issue with your application or configuration and also please make sure you bind SMSC with transceiver mode. thanks Deepak On Thu, Sep 1, 2016 at 2:44 PM, JAHANZAIB SYED wrote: > i have no experience with php base url. so i

Re: kannel sqlbox with dl_url

2016-09-01 Thread aacable
binding smsc will solve this issue? can you please guide me how can i bind smsc with transceiver mode? eany example for it ? From: Web Services [via Kannel] Sent: Thursday, September 1, 2016 12:59 PM To: aacable Subject: Re: kannel sqlbox with dl_url Hello, DL

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
Hello, Which SMSC type you use SMPP or anything else ? Thanks On Thu, Sep 1, 2016 at 1:32 PM, aacable wrote: > binding smsc will solve this issue? can you please guide me how can i bind > smsc with transceiver mode? eany example for it ? > > > -- > *From:* Web Serv

Re: kannel sqlbox with dl_url

2016-09-01 Thread JAHANZAIB SYED
at, i am using local mobile operator sim with teltonika gsm serial modem attached with ubuntu box to send sms. From: Web Services Sent: Thursday, September 1, 2016 2:24 PM To: aacable Cc: kannel users@kannel.org Subject: Re: kannel sqlbox with dl_url Hello, W

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
Hello, sorry dear i work on smpp incase of gsm moden i can't help much more i suggest you to find help from user guide or use any alternate software for sending sms via gsm modem thanks Deepak On Thu, Sep 1, 2016 at 2:55 PM, JAHANZAIB SYED wrote: > at, > > i am using local mobile operator sim

Re: kannel dlr configuration

2016-09-01 Thread Loyc Cossou
Hi, You need to make a script/program that will collect the DLRs and update field "status". That script must be reachable via the dlr_url addres. Your field "status" will not be updated by magic :). The dlr_url will be called by kannel when the DLR is received by kannel and pass to it the DLR... t