hi Guyz,
Been working over the forwarding of the SMS from one Kannel to another
Kannel, using the kannel http smsc .... here are the configs
*KANNEL BOX 1*
group = smsc
smsc = http
smsc-id = SomeNetwork
system-type = kannel
smsc-username = ooober
smsc-password = ooober
send-url = "http://*KANNELBOX2*:13131/cgi-bin/sendsms"
connect-allow-ip = *.*.*.*
port = 13125
allowed-smsc-id = SomeNetwork
group = sms-service
keyword-regex = somekeyword
max-messages = 0
accepted-smsc= SomeNetwork
get-url =
"http://SERVER:8080/applicationcontext/receivemsg.htm?sender=%p&text=%a&shortcode=%P&operatorId=%o&price=%O&smscid=%i&meta-data=%D"
*KANNEL BOX 2*
group = sms-service
keyword-regex = somekeyword
max-messages = 0
#GET URL to send messages to APPLICATION
get-url =
"http://*KANNELBOX1*:13125/sms?username=ooober&password=ooober&from=%p&to=%P&text=%a&meta-data=%D"
accepted-smsc = SomeNetwork
Everything is fine.... But Kannel Box 1 while sending the message to
SERVER does not send meta-data tag with it.... %D has no value...
Regards,
Ishtiaq Ahmed