Hi,
I have used this configuration in testing MTs. If the message matches the
keyword "i.e. relay", instead of sending it to an smsc, it will send it to
the URL which has the responsibility of processing it itself.
I haven't used it and don't know what will happen with MOs.
Is this an sms service or wap?
BR,
Nikos
----- Original Message -----
From: "Jovan Kostovski" <[email protected]>
To: "Ishtiaq Ahmed" <[email protected]>
Cc: <[email protected]>
Sent: Wednesday, December 31, 2008 11:41 AM
Subject: Re: Kannel Relay to Kannel2
On Wed, Dec 31, 2008 at 10:21 AM, Ishtiaq Ahmed
<[email protected]> wrote:
I would like to have some configuration of Relaying the messages to
another
Kannel Box....
Here is a configuration which i found with some googling in this list
thread
http://www.nabble.com/Kannel-configuration-problem-td16848977.html
group = sms-service
keyword = relay
get-url =
"http://localhost:15130/sms?user=kannel&pass=rL4y&from=%p&to=%P&text=%r"
max-messages = 0
I don't know exactly how it works, though :)
BR, Jovan