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