Hello everyone, Our smsc provider require that we must send an optional parameter in the message that we response.
we must set the optional parameter 0x01D (SMPP_additional_status_info_text) with our short number. We saw in gw/smsc/smpp_pdu_opt.def are defined this flag, but we don't saw where is used or how. anyone can help us? copy our config file and part of log we are using 1.4.1 regards in advance Gustavo PS: sorry any language mistake ######################################################################### # CORE group = core admin-port = 13000 admin-password = x status-password = x admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1;10.240.*.*" smsbox-port = 13001 #wapbox-port = 13002 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" log-level = 1 sms-incoming-queue-limit = -1 #SMPP 4545 group = smsc smsc = smpp smsc-id = smpp host = iptoprovider port = 7010 smsc-username = x smsc-password = x system-type = "VMA" my-number = 4545 transceiver-mode=true log-file = "/var/log/kannel/smsc.log" log-level = 1 #SMSBOX group = smsbox bearerbox-host = localhost sendsms-port = 13113 sendsms-chars = "0123456789 +" access-log = "/var/log/kannel/kannel.access" log-file = "/var/log/kannel/smsbox.log" log-level = 1 #SS-SERVICE 4545 group = sms-service keyword = OP accepted-smsc = smpp catch-all = true concatenation = true assume-plain-text = true omit-empty = true text = "gracias por participar" ################################################# (we edit the cell number) --------------------------------------------- kannel.access file: 2008-10-03 16:02:22 Log begins 2008-10-03 16:02:24 SMS request sender:+54911xxxx4165 request: 'OP' fixed answer: 'gracias por participar' ----------------------------------------- smsbox.log file: 2008-10-03 16:02:22 [13896] [0] INFO: Added logfile `/var/log/kannel/smsbox.log' with level `1'. 2008-10-03 16:02:22 [13896] [0] INFO: Logging accesses to '/var/log/kannel/kannel.access'. 2008-10-03 16:02:22 [13896] [0] INFO: Started access logfile `/var/log/kannel/kannel.access'. 2008-10-03 16:02:22 [13896] [0] INFO: HTTP: Opening server at port 13113. 2008-10-03 16:02:22 [13896] [0] INFO: Set up send sms service at port 13113 2008-10-03 16:02:22 [13896] [0] INFO: Connected to bearerbox at localhost port 13001. 2008-10-03 16:02:24 [13896] [4] INFO: Starting to service <Op> from <+54911xxxx4165> to <4545>
