Kannel and Opensmppbox - incomming sms

2010-10-25 Thread XEN-Housing s.r.o.
Hallo there. We have at our smpp provider rent virtual numbers. Now all incoming sms that came from smpp connection are processed via service like http call and directly parsed on our side. Some of them we want to forward them via smpp to our clients, that are connected to opensmppbox. Is routi

Re: Kannel and Opensmppbox - incomming sms

2010-10-25 Thread Emmanuel CHANSON
I did something like this for that kind of purpose, it may help you: HTTP cgi --> smsbox --> bearerbox <---> loopback smsc ---> opensmppbox <---> smpp client So you should be able to route them as well to your smpp client :) by using a smsbox-route that forward all sms coming from loopback smsc t

Re: Kannel and Opensmppbox - incomming sms

2010-10-25 Thread XEN-Housing s.r.o.
Hello Emmanuel, thnx for short view. I thought that there must be an http script that will drive incoming sms back to smsbox, but i am still missing an idea, how to route different sms to different smpp clients. for example. we will get sms to number 1234 and that number belonge to smpp cli

Re: Kannel and Opensmppbox - incomming sms

2010-10-25 Thread Emmanuel CHANSON
It should be possible as smsbox-route can handle shortcodes: *group = smsbox-route smsbox-id = smppclient-id_used_in_smppbox_1 smsc-id = "loopbacksmsc1" shortcode = ""* *group = smsbox-route smsbox-id = smppclient-id_used_in_smppbox_2 smsc-id = "loopbacksmsc1" shortcode = ""* Detailed i