I have a question about defining the sms-service Must you define the get-url?
If so, is the url the same as the url you'd use when making a SMS request over HTTP? For example, I use http://localhost:13013/cgi-bin/sendsms?user=test&pass=test1&coding=1&to=1909 2956618&text=%E2%57%C4%C1%53%57%BA%96%4F%D2%BE%B0%73%8F%F5%A0%02%C0%00%00%00 %00%01%06%73%79%6E%63%34%6A&udh=%0E%0B%06%05%04%0B%84%C0%02%01%06%03%C4%AF%8 7 to send a binary sms message. In kannel.conf do I need to configure the sms-service as such? group = sms-service keyword = sendsms get-url = "http://localhost:13013/cgi-bin/sendsms?user=test&pass=test1&coding=%c&to=%p &text%r&udh=%u" max-messages = 0 By the way, it's trying to send the binary but I'm getting CMS ERROR: +CMS ERROR: 500 any ideas why it's not sending the binary? Thanks for the help!