SMPP How to add alt-host

2008-06-13 Thread Madan KN
Hi,
Can anyone tell me how to add alternative SMPP SMSC Host. My Operator is
providing me with 2 hostname.
1. Primary.
2. Failover.

Thanks,
Madan KN


SMS Box Not Accepting - 59898 Destination Address - How to override

2008-06-07 Thread Madan KN
Hi,
How do i override so that my sms box, accepts 59898 kind of short codes as
destination address.

MO -- SMSC -- (59898) -- Kannel.

But kannel is asking me destination address not less than 7 digits.


This is my conf:

#
# SMSC Connections
#

group = smsc
smsc = smpp
host = 192.168.1.100
port = 13003
receive-port = 13003
smsc-username = mpower
smsc-password = mpower
system-type = VMA
address-range = 
#my-number = 59898


#
# SMS Box Group
#
group = smsbox
bearerbox-host = localhost
log-file = /var/log/kannel/smsbox.log
log-level = 0
sendsms-port = 13004
#global-sender = 13004
#global-sender = 59898


Thanks,
Madan KN


Kannel SMS Gateway Setup Help

2008-05-02 Thread Madan KN
Hi All,

Am setting up the kannel SMS Gateway For the First Time.  Am currently
trying to use sms-service group configured like this.

group   = sms-service
keyword-regex = ^([A-Za-z0-9]+)$
get-url = http://192.168.1.10:8080/OSMS/push.jsp?phno=%popkey=bplmsg=%a

If i do like this the smsbox does not startup. Can any tell me what am doing
wrong.

Please help since am doing this for the first time. Logs also are clear not
throwing any errors.

Thanks,
Madan KN


Trouble Starting Kannel as SMS Gateway

2008-05-02 Thread Madan KN
Hi All,
Can any one please guide me what is wrong in this config file. BearBox and
SMS Box both are not starting.
Please help me resolve this issue.


# Default kannel configuration file
##
# Core Group (group = core)
##
group = core
admin-port = 13000
admin-password = test123
status-password = test123
admin-deny-ip = *.*.*.*
admin-allow-ip = 192.168.1.*
smsbox-port = 13001
box-deny-ip = *.*.*.*
box-allow-ip = 192.168.1.*
wdp-interface-name = *
log-file = /var/log/kannel/bearerbox.log
log-level = 0

##
# SMSC Group (group = smsc)
##
group = smsc
smsc = fake
smsc-id = FAKE
port = 1
connect-allow-ip = 192.168.1.9

##
# SMS BOX Group (group = smsbox)
##
group = smsbox
bearerbox-host = 192.168.1.9
sendsms-port = 13013
global-sender = 13013
#sendsms-chars = 0123456789 +-
log-file = /var/log/kannel/smsbox.log
log-level = 0
access-log = /var/log/kannel/access.log


##
# SEND SMS Group (group = sendsms-user)
##
group = kannel
username = kannel
password = test123
concatenation= true
max-messages = 10


##
# SMS SERVICE Group (group = sendsms-user)
##
group = sms-service
keyword =
keyword-regex = .*
catch-all = yes
max-messages = 0
get-url = http://192.168.1.10:8080/OSMS/push.jsp?phno=%pmsg=%a;