Hi!

 

I set kannel to try some http – http message relay 

I config a MT2MO SMSC and a sms service with get-url to do this

The flow is 

1.       use http interface to send a MT message

2.       kannel route the MT message to SMSC MT2MO and it become a MO
message just like a incoming message back to kannel

3.       Then because the text I sent match the sms-service keyword, kannel
sent a get-url to another server named “A”.

But some trouble happened, 

The server A send a text “smstest” back to kannel and kannel see the text
as a MT message and then route it to MT2MO SMSC, and back to kannel again,

But this time there have no sms-service match the keyword “smstest”,so
default sms-service reply a text ” No service specified” , and kannel
route this text “No service specified"”to SMSC MT2MO again, The loop
happened and never end 

 

The following is my config about SMSC and service type

----------------------------------------------------------------------------
---------

group = smsc

smsc = http

smsc-id = MT2MO

port = 13015

receive-port = 13015

smsc-username = 123456

smsc-password = 123456

system-type = kannel

send-url = "http://localhost:13015/cgi-bin/sendsms";

 

group = sms-service

keyword = relay

accepted-smsc = MT2MO

get-url = http://somehost/smsRequest.jsp?smsRequest=smstest

 

group = sms-service

keyword = default

text = "No service specified"

 

need I change any config for my kannel?

Thanks and best regards,

 

Huck 

Reply via email to