I'm using the default smskannel.conf included with the gateway source code
but I'm having issues implementing MT to MO direction switching even after
reading the documentation.

I commented out the fakesmsc block in the SMSC connection block and added
the code from the documentation:

group = smsc
smsc = http
smsc-id = MT2MO
system-type = kannel
smsc-username = tester
smsc-password = foobar
port = 14000
send-url = "http://localhost:14000/cgi-bin/sendsms";

Now I'm trying to send text messages through kannel that I want to have
looped back to itself to test my sms-service.  I've been trying to use the
fakesmsc app to send the messages since I can automate the sending for
testing purposes but I'm not sure what port to have it connect to.  I've
tried port 14000 from the MTMO smsc listed above but whenever I try to send
a message the log returns an HTTP 400 error.

Any ideas?
-- 
View this message in context: 
http://old.nabble.com/Issues-with-MT-to-MO-direction-switching-tp28453519p28453519.html
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to