DLR reports

2014-09-25 Thread Melvin Oberem
Hi I have a situation where, when submitting an SMS with a request for a delivery report, the submit_sm_resp, the msg_id is in hex. In the DLR deliver_sms, the msg_id is decimal, and this then fails to find the id in the mysql lookup. I have tried the msg-id-type settings, but this changes t

Re: DLR Reports

2014-07-27 Thread ha...@aeon.pk
Problem is with your operator. Check with it. On Tue, Jul 1, 2014 at 7:25 PM, Michael Stevens < michael.stev...@mcmcas.co.za> wrote: > Hi…. > > I have installed Kannel 1.50 and is using dlr for ams status reports. The > mask I am using is 31. > Everything works fine. I get the ACK/NAC report and

Re: DLR Reports

2014-07-27 Thread ha...@aeon.pk
rom > your end to be buffered. > On Jun 26, 2014 3:32 PM, "Michael Stevens" > wrote: > >> Hi.. >> >> OS: Linux >> Kannel Version: 1.50 >> >> I use a gsm modem with dlr reports. I receive the ACK, Ack Failed, >> Success dlr.'s b

DLR Reports

2014-07-01 Thread Michael Stevens
HiŠ. I have installed Kannel 1.50 and is using dlr for ams status reports. The mask I am using is 31. Everything works fine. I get the ACK/NAC report and the successful delivery report. (if the device is online). However, when I send a sms to a device that is offline, I only get the ACK/NAC repo

Re: DLR Reports

2014-06-26 Thread [Digital^Dude] ®
Kannel Version: 1.50 > > I use a gsm modem with dlr reports. I receive the ACK, Ack Failed, Success > dlr.'s but not the buffered dlr when the phone where I am sending the > message is offline. > Any ideas? > >

DLR Reports

2014-06-26 Thread Michael Stevens
Hi.. OS: Linux Kannel Version: 1.50 I use a gsm modem with dlr reports. I receive the ACK, Ack Failed, Success dlr.'s but not the buffered dlr when the phone where I am sending the message is offline. Any ideas?

Re: Dlr reports match.

2012-10-29 Thread Alvaro Cornejo
Hi Kannel only handles an internal id for internal dlr status handling. If you want to match dlr with your database sms; then you need to add your own id in the dlr-url you submit to kannel with your MT. Something like: ...&MyId=HJ674F6& Then, when you receive the dlr call back you can d

Dlr reports match.

2012-10-29 Thread Ravindra Gupta // Viva
Dear Team, I have one query regarding the delivery reports, please let me know how Kannel manage the delivery reports for each and every message. Does Kannel has any value or key values which match with the desired input given while specifying the dlr url while submitting the SMS.

Re: Help store DLR REPORTS

2011-12-22 Thread Jorge Raimundo
Hi! I've set up sqlbox with success because I need to send bulk SMS. I've tested to send an SMS via sqlbox with success, but I don't see on the sent_sms table any info regarding the delivery report (dlr) except the mask and the url. Could you please enlighten me on how to have dlr info with sqlb

RE: Help store DLR REPORTS

2011-12-22 Thread Ahmed Shabana
(10) 3325373    | Tel +20 (50) 2528897 Saudi STC Mobile + 966 500 259791 -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Carlos Massoglia Lillo Sent: Wednesday, December 21, 2011 8:11 PM To: mohamed keita Cc: users kannel Subject: Re: Help store

Re: Help store DLR REPORTS

2011-12-21 Thread Carlos Massoglia Lillo
You can use SQLBOX. It has two tables sent_sms and send_sms. In sent_sms table are saved the DLR automatically. best regards, El mié, 21-12-2011 a las 13:43 +0100, mohamed keita escribió: > Hello > > I read the documentation(user documentation) on dlr. I uninstalled and > recompiled kannel with

Re: Help store DLR REPORTS

2011-12-21 Thread Milan P. Stanic
On Wed, 2011-12-21 at 13:43, mohamed keita wrote: > > I read the documentation(user documentation) on dlr. I uninstalled and > recompiled kannel with - with-mysql. Then I update my core group by adding > dlr-storage = mysql. I added the following lines to my configuration lines. > > # Configu

Help store DLR REPORTS

2011-12-21 Thread mohamed keita
Hello I read the documentation(user documentation) on dlr. I uninstalled and recompiled kannel with - with-mysql. Then I update my core group by adding dlr-storage = mysql. I added the following lines to my configuration lines. # Configuration connection mysql group = mysql-connection id = m

Re: Help store DLR REPORTS

2011-12-21 Thread Milan P. Stanic
On Wed, 2011-12-21 at 11:17, Jorge Raimundo wrote: > Yes, I know, please don't get me wrong. > > In fact I'm really pleased and surprised by the amount and quality of the > documentation available. > > What I said before was just to say that "*read the userguide carefully*" > doesn't always apply

Re: Help store DLR REPORTS

2011-12-21 Thread Jorge Raimundo
Yes, I know, please don't get me wrong. In fact I'm really pleased and surprised by the amount and quality of the documentation available. What I said before was just to say that "*read the userguide carefully*" doesn't always apply as a useful answer. In my case I managed to download, compile,

Re: Help store DLR REPORTS

2011-12-21 Thread Milan P. Stanic
On Wed, 2011-12-21 at 10:21, Jorge Raimundo wrote: > On Tue, Dec 20, 2011 at 1:00 PM, Milan P. Stanic wrote: > > This is temporary storage for DLRs and not permanent. > > > > Read userguide section 'External delivery report (DLR) storage' > > carefully. > I'm sorry, but I can't find on the usergu

Re: Help store DLR REPORTS

2011-12-21 Thread Jorge Raimundo
Hi! On Tue, Dec 20, 2011 at 1:00 PM, Milan P. Stanic wrote: > This is temporary storage for DLRs and not permanent. > > Read userguide section 'External delivery report (DLR) storage' > carefully. > I'm sorry, but I can't find on the userguide's section "*External delivery report (DLR) storage

Re: Help store DLR REPORTS

2011-12-20 Thread Milan P. Stanic
On Tue, 2011-12-20 at 13:08, mohamed keita wrote: > > Hello > I managed to send and receive sms through kannel . > Now, I want to store delivery reports files in mysql . > I set up my file kannel.conf then create my database, but I can not > see datas. This is temporary storage for DLRs and no

Help store DLR REPORTS

2011-12-20 Thread mohamed keita
Hello I managed to send and receive sms through kannel . Now, I want to store delivery reports files in mysql . I set up my file kannel.conf then create my database, but I can not see datas.Here , is my configuration file kannel.conf: group = core admin-port = 13000 admin-password = stat

Re: Getting DLR reports for AT SMSC

2010-08-31 Thread Alvaro Cornejo
your SIM > provider for your Huawei, and ask them about it. It seems they are not > sending you DLRs. Nothing kannel can do about it. > > BR, > Nikos > - Original Message - From: Gjergji Guri > To: Nikos Balkanas > Cc: users@kannel.org > Sent: Monday, August 30,

Re: Getting DLR reports for AT SMSC

2010-08-30 Thread Nikos Balkanas
Subject: Re: Getting DLR reports for AT SMSC Hi Nikos, Please, find attached the configuration and a test of sending a message that uses the modem. The web server for the callback URL was not up at the time of this test, so discard that part. The delivery URL is identical with the one that

Re: Getting DLR reports for AT SMSC

2010-08-28 Thread Gjergji Guri
GSM modem, with context. > > > > BR, > > Nikos > > - Original Message - From: Gjergji Guri > > To: Nikos Balkanas > > Cc: users@kannel.org > > Sent: Saturday, August 28, 2010 3:30 PM > > Subject: Re: Getting DLR reports for AT SMSC > > &g

Re: Getting DLR reports for AT SMSC

2010-08-28 Thread Alvaro Cornejo
em? > > Please post your configuration and detailed bb logs of a deliver_sm pdu from > your GSM modem, with context. > > BR, > Nikos > - Original Message - From: Gjergji Guri > To: Nikos Balkanas > Cc: users@kannel.org > Sent: Saturday, August 28, 2010 3:30

Re: Getting DLR reports for AT SMSC

2010-08-28 Thread Nikos Balkanas
: users@kannel.org Sent: Saturday, August 28, 2010 3:30 PM Subject: Re: Getting DLR reports for AT SMSC Many thanks Nikos and good to hear that it works. I've configured DLR callback with Clickatell (system-type = clickatell) having the smsc variable set to http. This is configured as a sep

Re: Getting DLR reports for AT SMSC

2010-08-28 Thread Gjergji Guri
an HTTP > smsc. > > BR, > Nikos > - Original Message - From: Gjergji Guri > To: users@kannel.org > Sent: Saturday, August 28, 2010 10:39 AM > Subject: Getting DLR reports for AT SMSC > > > > Hi, > > I have no problem to get DLR report for http SMSC by set

Re: Getting DLR reports for AT SMSC

2010-08-28 Thread Nikos Balkanas
: Saturday, August 28, 2010 10:39 AM Subject: Getting DLR reports for AT SMSC Hi, I have no problem to get DLR report for http SMSC by setting the correct dlr-mask and dlr-url. Nevertheless, though my modem driver and network support receiving delivery reports the bearerbox do not process any

Getting DLR reports for AT SMSC

2010-08-28 Thread Gjergji Guri
Hi, I have no problem to get DLR report for http SMSC by setting the correct dlr-mask and dlr-url. Nevertheless, though my modem driver and network support receiving delivery reports the bearerbox do not process any delivery reports. At page 64 of the User Guide (Feature checklist) or Table 6

SqlBox DLR reports

2010-05-04 Thread Bruno Rey
Hi, I have a kannel up and running with sqlbox. Whenever an SMS sending fails, I get two records in the "sent" table, one for the message (MT) and one for the delivery report (DLR). If I send two messages at the same time from the same number to the same receiver (for example, a message with mor

DLR Reports

2009-07-09 Thread abhishek jain
Dear friends, I have finally managed to get kannel working, was easy though once i was guided by this list, Now, i can send sms via XML but : 1 . I need to get DLR Working. I post via XML and i have rows for entering the mobile number, i need to know where can i enter the unique id each for the eac

DLR Reports and performance

2008-11-11 Thread Wilhelm Ellmann
Hi, I am relatively new to using Kannel and was wondering if you any body could help me with a few things. From what I have read in the Kannel manual I have managed to successfully set up my config file to send and receive messages, my problem comes in while I have been stress testing the sy

RE: DLR reports

2006-11-16 Thread Marc Puech
[mailto:[EMAIL PROTECTED] Envoyé : jeudi 16 novembre 2006 05:55 À : 'Marc Puech'; users@kannel.org Objet : RE: DLR reports Hi Marc The dlr report is provided by the SMSC, not the modem. Regards -Mensaje original- De: Marc Puech [mailto:[EMAIL PROTECTED] Enviado el: Mar

RE: DLR reports

2006-11-15 Thread Alvaro Cornejo
Hi Marc The dlr report is provided by the SMSC, not the modem. Regards -Mensaje original- De: Marc Puech [mailto:[EMAIL PROTECTED] Enviado el: Martes, 14 de Noviembre de 2006 06:57 Para: users@kannel.org Asunto: DLR reports Hello, I have a question about DLR reports. I&#

DLR reports

2006-11-14 Thread Marc Puech
Hello,   I have a question about DLR reports. I’m using Kannel with a GSM modem (SIEMENS MC35i). When I receive dlr-status=16 (smsc reject regarding to the manual), does it mean that the SMS is reject by the GSM modem or by the GSM operator?   Regards, Marc Puech

Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-02-02 Thread Matthew Hixson
PROTECTED] Behalf Of Matthew Hixson Sent: Friday, January 28, 2005 9:46 PM To: users@kannel.org; Alexander Malysh Subject: Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel On Jan 28, 2005, at 5:19 AM, Alexander Malysh wrote: What needs to be done is either: 1) Make the bearerb

Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-02-01 Thread Alexander Malysh
; >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Behalf Of Matthew Hixson >> Sent: Friday, January 28, 2005 9:46 PM >> To: users@kannel.org; Alexander Malysh >> Subject: Re: [Kannel-Devel] SMS message ids in DLR reports generate

Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-02-01 Thread Matthew Hixson
To: users@kannel.org; Alexander Malysh Subject: Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel On Jan 28, 2005, at 5:19 AM, Alexander Malysh wrote: What needs to be done is either: 1) Make the bearerbox add the dlr->ts field into the SMS Msg structure which is passed to the

RE: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-02-01 Thread Hillel Bilman
ECTED] Behalf Of Matthew Hixson Sent: Friday, January 28, 2005 9:46 PM To: users@kannel.org; Alexander Malysh Subject: Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel On Jan 28, 2005, at 5:19 AM, Alexander Malysh wrote: >> What needs to be done is either: >> 1) M

Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-01-28 Thread Matthew Hixson
On Jan 28, 2005, at 5:19 AM, Alexander Malysh wrote: What needs to be done is either: 1) Make the bearerbox add the dlr->ts field into the SMS Msg structure which is passed to the smsbox. Then the smsbox can forward that information via the dlr-url. OR 2) Link the sms.id (the newly a

Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-01-28 Thread Alexander Malysh
Davy Chan wrote: > **>Date: Fri, 28 Jan 2005 02:02:45 -0500 (EST) > **>From: Peter Beckman <[EMAIL PROTECTED]> > **>To: Matthew Hixson <[EMAIL PROTECTED]> > **>Subject: Re: [Kannel-Devel] SMS message ids in DLR reports generated by > Kannel **>In-Reply

Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-01-28 Thread Davy Chan
**>Date: Fri, 28 Jan 2005 02:02:45 -0500 (EST) **>From: Peter Beckman <[EMAIL PROTECTED]> **>To: Matthew Hixson <[EMAIL PROTECTED]> **>Subject: Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel **>In-Reply-To: <[EMAIL PROTECTED]> **> **