On 3/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hello everyone,
Hi,
is it possible to send a fake SMS to kannel, but get a real reply to my cell phone? My problem is that i can't get kannel to reply through a service to keywords encoded with UCS2. At the time i use mo-recode=1 to convert the sms to utf-8 so i can handle it through php(convert it to GSM alphabet). What i want to do is re-send the correct encoded sms to kannel so it can be delivered to the right sms service.
You can use the HTTP SMSC to connect two different instances of Kannel to each other, or if you have compiled Kannel from source you can use fakesmsc utility to inject MO messages into Kannel, as if they were coming from a real SMSC. And then you can add more real SMSC connections and configure Kannel to route replies through the real SMSC connection. All described in user's guide. -HTH -- Enver
