Hi,

 

I have configured the SMS gateway on my local system. And trying to connect
to Airtel SMSC as given in the user document. I have created Bearerbox and
SMSBOX processes. 

 

But when I tried to send the SMS through browser then it says that messages
is queued for later delivery. And bearerbox keep saying "Sending Enquire
Link", and nothing happens.

 

If anyone has faced such issues then please help me.

 

The smskannel.conf file is:

 

group = core

admin-port = 13000

smsbox-port = 13001

admin-password = admin 

#status-password = foo

admin-deny-ip = "*.*.*.*"

admin-allow-ip = "127.0.0.1;192.168.0.*"

log-file = "/tmp/kannel.log"

log-level = 0

box-deny-ip = "*.*.*.*"

box-allow-ip = "127.0.0.1;192.168.0.*"

#unified-prefix = "+358,00358,0;+,00"

#access-log = "/tmp/access.log"

#store-file = "kannel.store"

#ssl-server-cert-file = "cert.pem"

#ssl-server-key-file = "key.pem"

#ssl-certkey-file = "mycertandprivkeyfile.pem"

 

#---------------------------------------------

# SMSC CONNECTIONS

#

# SMSC connections are created in bearerbox and they handle SMSC specific

# protocol and message relying. You need these to actually receive and send

# messages to handset, but can use GSM modems as virtual SMSCs

 

 

# This is a fake smsc connection, _only_ used to test the system and
services.

# It really cannot relay messages to actual handsets!

 

group = smsc

smsc = smpp 

smsc-id = Airtel

host = 203.145.131.149 

port = 81

smsc-username = gfish

smsc-password = gold123 

system-type = "VMA"

 

#---------------------------------------------

# SMSBOX SETUP

#

# Smsbox(es) do higher-level SMS handling after they have been received from

# SMS centers by bearerbox, or before they are given to bearerbox for
delivery

 

group = smsbox

bearerbox-host = 127.0.0.1

sendsms-port = 13013

global-sender = 123123

sendsms-chars = "0123456789 +-"

log-file = "/tmp/smsbox.log"

log-level = 0

access-log = "/tmp/access.log"

 

#---------------------------------------------

# SEND-SMS USERS

#

# These users are used when Kannel smsbox sendsms interface is used to

# send PUSH sms messages, i.e. calling URL like

#
http://kannel.machine:13013/cgi-bin/sendsms?username=tester&password=foobar.
..

 

group = sendsms-user

username = tester

password = tester 

#user-deny-ip = ""

#user-allow-ip = ""

 

#---------------------------------------------

# SERVICES

#

# These are 'responses' to sms PULL messages, i.e. messages arriving from

# handsets. The response is based on message content. Only one sms-service
is

# applied, using the first one to match.

 

group = sms-service

keyword = nop

catch-all = true

max-messages = 0

text = "You asked nothing and I did it!"

 

# There should be always a 'default' service. This service is used when no

# other 'sms-service' is applied.

 

group = sms-service

keyword = default

text = "No service specified"

 

Any help would be appreciated. Thanks in advance.

 

Regards,

Rajendra Tiwari

Reply via email to