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 <[email protected]>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...
>
>

Reply via email to