Thank you for your answer, I am a bit confused though. IF Kannel is not able to receive SMPP connections, how would this solution be of any benefit? I don't seem to get the big picture. I do understand that I have to have two smsc instances, one for the receiving SMPP (if that now is even possible) and one for the sending CIMD2. And I should somehow route (via http-request for example) the receiving SMPP to the sending CIMD2. Can somebody try to make me understand what I should do? Thank you in advance :)
On 6/15/05, Sakellariou Spyros ([EMAIL PROTECTED]) <[EMAIL PROTECTED]> wrote: > A quick and dirty solution is to have two kanel instances running: one for > SMPP and one for CIMD2, and write a small cgi script for Apache Web Server > that accepts HTTP requests for the incoming SMS from the SMPP instance and > makes an HTTP request for sending the SMS to the CIMD2 instance. > > Read the manual on how to configure kannel to make HTTP requests for > incoming SMS. > Depending on what you feel more comfortable with, instead of CGI you can > write a PERL script, PHP, Servlets or whatever can accept and submit HTTP > requests. > > Spyros > >
