Routing incoming SMS to correct SME

2011-02-11 Thread Imran Aghayev
Hi there, I am connected through opensmppbox with 2 different SME clients. My question: I sent a message and my friend also sent. How can I deliver first message to SME1 and second message to SME2 with help of kannel routing ? Can it be done on sender address, receiver address or any other way ?

SMSBox HTTPS Issue

2011-02-11 Thread T.K.Thapa
Hello, I have enabled https on my kannel box and it works fine. group = core ssl-server-cert-file = /home/htkannel1/kannel_sqlbox/ssl/kannel.crt ssl-server-key-file = /home/htkannel1/kannel_sqlbox/ssl/kannel.key group = sendsms sendsms-port-ssl = true However after enabling https on sendsms

Re: SMSBox HTTPS Issue

2011-02-11 Thread Nikos Balkanas
Hi, 1) The group is called smsbox, not sendsms 2) Start multiple smsboxes, each with its own sendsms-port attributes. Since smsbox is a single group, you will need different configuration files for each. BR, Nikos - Original Message - From: T.K.Thapa To: Kannel list Sent: Friday,

MO character set

2011-02-11 Thread Phillip Simbwa
Hi everyone, Am having trouble with kannel. Basically, someone sends an SMS to my kannel using a GSM modem as its SMSC, an sms like testing #1234 But kannel only sees the testing and any other characters after the # don't show. The challenge is, the # is part of the SMS protocol we are supposed

Sending Messages

2011-02-11 Thread Joseph Abdi
Dear Users, I have set up kannel, I use it to send http requests ... However, a message that comes with the caracter # does cut off everything after the # eg my Invoice #1234 please go ahead only delivers my invoice please help me to be able to have kannel http push the WHOLE message inclusive

Re: Sending Messages

2011-02-11 Thread Otandeka Simon Peter
Hey Abdi, You need to encode the characters if you are to send them over http. E.g. # is represented as %23. Check out the full gsm character set on http://www.csoft.co.uk/sms/character_sets/gsm.htm http://www.csoft.co.uk/sms/character_sets/gsm.htmHope that helps. Peter. Kampala. On Fri,