shortcode routing
Azaman Suleiman
azlinux at gmail.com
Sun May 31 06:01:25 CEST 2009
Hi,
The way I did this by inclusion all yr shotcodes config un kannel.conf.
assuming you have yr geturl ok add the followin in yr kannel.conf
# SEND-SMS USERS - 153
group = sendsms-user
username = admin
password = xxxxxxxxxx
name = "153"
default-sender = 153
max-messages = 3
concatenation = true
# SEND-SMS USERS - 515
group = sendsms-user
username = admin
password = xxxxxxxxxx
name = "515"
default-sender = 515
max-messages = 3
concatenation = true
# SMS SERVICE - 515
# there should be default always
group = sms-service
keyword = default
name = "515"
allowed-receiver-prefix = 515
max-messages = 0
get-url="http://my.host.com/sms.php?message=%a&msisdn=%p&shortnumber=%P"
# SMS SERVICE - 153
# there should be default always
group = sms-service
keyword = default
name = "153"
allowed-receiver-prefix = 153
max-messages = 0
get-url="http://my.host.com/sms.php?message=%a&msisdn=%p&shortnumber=%P"
Hope that helps. Good luck.
On Wed, May 20, 2009 at 12:33 PM, Ishtiaq Ahmed <ishtiaq.ahmed at ooober.com>wrote:
> hi Fellows,
>
> I have multiple shortcodes from multiple carriers i.e. 6561, 515, 153 etc.
> Now what I want to do is to route the messages coming from 515 to specific
> application and 153 to another.... Kindly help in configuration option we
> have...
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.kannel.org/pipermail/users/attachments/20090531/08ea1c94/attachment.html>
More information about the users
mailing list