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 -----Original Message----- From: Matias K. [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 12:29 PM To: [email protected] Subject: Receiving SMPP connections. Hello! I have one simple question to which I haven't been able to find the answer despite heavy browsing through the manuals and mailing lists. The situation is as follows.. I need my kannel to accept SMPP protocol sms and forward it with CIMD2 to a commercial SMSC. Is that possible? I know it is possible to send SMPP with kannel, but is it possible to receive? I am using kannel 1.4.0 and debian sarge 3.1. (sorry if this message is displayed twice) Thank you in advance, Matias
