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 DLR, may be 
like Clickatell SMSC

usual DLR string looks like:
r...@dl360-1.seikath.net:[Wed Mar 04 01:00:23]:[/opt/kannel/logs]$ tail  
access.log | sed '/Receive DLR/!d' | sed '$,$!d'
2009-03-04 01:00:32 Receive DLR [SMSC:sir] [SVC:SANTA] [ACT:] [BINF:] 
[from:1916] [to:+359885100407] [flags:-1:-1:-1:-1:1] [msg:122:id:0062034476 
sub:001
dlvrd:001 submit date:0903040100 done date:0903040100 stat:DELIVRD err:000 
text:  .    ,     1 SMS  ] [udh:0:]

So, check the dlr string for additional data etc.

but again, its not critical as yours DLR are being processed.



Alvaro Cornejo wrote:
> 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           = pass
> ##throughput              = 10
> msg-id-type             = 1
> system-type             = smpp
> dest-addr-ton           = 2
> dest-addr-npi           = 1
> source-addr-ton         = 2
> source-addr-npi         = 1
> log-level               = 0
> log-file                = "/var/log/kannel/sc3783.log"
> allowed-smsc-id         = sc3783
> 
> Other ideas??
> 
> 
> 
> On Wed, 2009-03-04 at 00:32 +0200, seikath wrote:
>> 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 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] DEBUG: DLR[mysql]: Looking for DLR
>>> smsc=telcel_sc3783, ts=1236113516, dst=MiSender, type=1
>>> 2009-03-03 14:52:20 [6373] [6] DEBUG: sql: SELECT mask, service, url,
>>> source, destination, boxc FROM tblkannel_dlr WHERE
>>> smsc='telcel_sc3783' AND ts='1236113516';
>>> 2009-03-03 14:52:20 [6373] [6] DEBUG: Found entry, row[0]=31,
>>> row[1]=playsms,
>>> row[2]=http://127.0.0.1/sms/plugin/gateway/kannel/dlr.php?type=%d&slid=2854200&uid=10&smsc=%i&sender_id=MiSender,
>>> row[3]=0, row[4]=525527298936 row[5]=
>>> 2009-03-03 14:52:20 [6373] [6] DEBUG: DLR[mysql]: created DLR message
>>> for URL 
>>> <http://127.0.0.1/sms/plugin/gateway/kannel/dlr.php?type=%d&slid=2854200&uid=10&smsc=%i&sender_id=MiSender>
>>> 2009-03-03 14:52:20 [6373] [6] DEBUG: removing DLR from database
>>> 2009-03-03 14:52:20 [6373] [6] DEBUG: sql: DELETE FROM tblkannel_dlr
>>> WHERE smsc='telcel_sc3783' AND ts='1236113516' LIMIT 1;
>>> 2009-03-03 14:52:20 [6373] [6] DEBUG: SMPP[telcel_sc3783]: Sending PDU:
>>> 2009-03-03 14:52:20 [6373] [6] DEBUG: SMPP PDU 0x9c54f10 dump:
>>>
>>>
>>> What is this?
>>>
>>> Regards
>>>
>>> Alvaro
>>>
>>>
> 
> 

Reply via email to