Re: Dlr warning: Couldnot parse DLR string sscanf way, fallback to old way. Please report!

2009-03-04 Thread Alvaro Cornejo
Ok Alex Thanks for the advice and your time Alvaro On Wed, 2009-03-04 at 19:14 +0100, Alexander Malysh wrote: > Hi, > > ok, just ignore this warning... > FYI: smsc sent wrong formatted dlr and therefore kannel write warning. > So should be the right formated dlr: > id:6090 sub:001 dlvrd:001

Re: Dlr warning: Couldnot parse DLR string sscanf way, fallback to old way. Please report!

2009-03-04 Thread Alexander Malysh
Hi, ok, just ignore this warning... FYI: smsc sent wrong formatted dlr and therefore kannel write warning. So should be the right formated dlr: id:6090 sub:001 dlvrd:001 submit date:0403081356 done date:0403081357 stat:DELIVRD err:3 text: Alvaro Cornejo schrieb: Hi Alex attached smsc deb

Re: Dlr warning: Couldnot parse DLR string sscanf way, fallback to old way. Please report!

2009-03-04 Thread Alvaro Cornejo
Hi Alex attached smsc debug info: 2009-03-04 10:02:37 [3044] [6] DEBUG: SMPP[telcel_sc3783]: Manually forced source addr ton = 2, source add npi = 1 2009-03-04 10:02:37 [3044] [6] DEBUG: SMPP[telcel_sc3783]: Manually forced dest addr ton = 2, dest add npi = 1 2009-03-04 10:02:37 [3044] [6] DEBUG:

Re: Dlr warning: Couldnot parse DLR string sscanf way, fallback to old way. Please report!

2009-03-04 Thread Alexander Malysh
Please post deliver_sm for DLR coming from SMSC. Thanks, Alex Alvaro Cornejo schrieb: Hi Alex This is the code I use for dlr: $dlr_URL = $dlr_mask."&dlr-url=".urlencode($kannel_param['playsms_web']."/gateway/kannel/dlr.php?type=%d&slid=$smslog_id&uid=$uid&smsc=%i&sender_id=$sms_from"); $

Re: Dlr warning: Couldnot parse DLR string sscanf way, fallback to old way. Please report!

2009-03-04 Thread Alvaro Cornejo
Hi Alex This is the code I use for dlr: $dlr_URL = $dlr_mask."&dlr-url=".urlencode($kannel_param['playsms_web']."/gateway/kannel/dlr.php?type=%d&slid=$smslog_id&uid=$uid&smsc=%i&sender_id=$sms_from"); $dlr_URL .= "&mclass=$sms_type"; This is the url: /cgi-bin/sendsms?username=puser&passwo

Re: Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-04 Thread Alexander Malysh
Hi Alvaro, this is related to how DLR message is formated. Seems it's formated in different way as smpp spec suggest. Could you please post your DLR message, so I can look into it? Thanks, Alex Alvaro Cornejo schrieb: Hi I'm receiving the following error in my SMPP log: 2009-03-03 14:52:2

Re: Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-03 Thread seikath
YES, you are right here, its not msg-id-type related, Could you paste the PDU data as well ? anyway, take a look at http://doxygen.kannel.org/de/dfe/smsc__smpp_8c.html line 01193 I assume the DLR string contains additional data, I have experienced similar behavior with the some customized SMSC DL

Re: Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-03 Thread Alvaro Cornejo
Hi This is my smpp setup. msg-type is set to 1 because I get msg id in Hex and I send it in dec. So I think it is the correct value. group = smsc smsc = smpp smsc-id = telcel_sc3783 host = a.b.c.d port = 8808 transceiver-mode= true smsc-username = user smsc-password =

Re: Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-03 Thread seikath
Hi, Its NOT a critical issue, i believe its something related to a particular smsc settings in case you have time and no critical DLR involved services, you may try to change msg-id-type value of this smsc account cheers Alvaro Cornejo wrote: > Hi > > I'm receiving the following error in my

Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-03 Thread Alvaro Cornejo
Hi I'm receiving the following error in my SMPP log: 2009-03-03 14:52:20 [6373] [6] DEBUG: SMPP[telcel_sc3783] handle_pdu, got DLR 2009-03-03 14:52:20 [6373] [6] DEBUG: SMPP[telcel_sc3783]: Couldnot parse DLR string sscanf way,fallback to old way. Please report! 2009-03-03 14:52:20 [6373] [6] DEB