That means that kannel received the sms correctly but don't know where
to send it and/or the route is not available.

Check that your smsc(modem) is connected to kannel and the routing is
correct. Check logs and/or admin page

Regards

Alvar
|-----------------------------------------------------------------------------------------------------------------|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
              Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com



On Mon, Jul 25, 2011 at 4:13 AM, Amrit Pal Pathak
<amritpalpath...@gmail.com> wrote:
>
>
> On Mon, Jul 25, 2011 at 1:38 PM, Amrit Pal Pathak
> <amritpalpath...@gmail.com> wrote:
>>
>> Bearerbox ,smsbox running well but when i send sms from url it gives the
>> message
>>
>> 3: Queued for later delivery
>>
>> my kannel.conf file looks like#Sample configuration file for Kannel
>> bearerbox on Debian.
>> # See the documentation for explanations of fields.
>> #
>>
>> # HTTP administration is disabled by default. Make sure you set the
>> # password if you enable it.
>>
>> group = core
>> admin-port = 13015
>> admin-password = hard2guess
>> #admin-deny-ip = "*.*.*.*"
>> admin-allow-ip = "127.0.0.1"
>> dlr-storage = internal
>> smsbox-port = 13016
>> #wdp-interface-name = "*"
>> log-file = "/var/log/kannel/bearerbox.log"
>> access-log = "/var/log/kannel/access.log"
>> #box-deny-ip = "*.*.*.*"
>> box-allow-ip = "127.0.0.1"
>> log-level = 0
>>
>> #group = wapbox
>> #bearerbox-host = localhost
>> #log-file = "/var/log/kannel/wapbox.log"
>> group = smsc
>> smsc-id = Nokia 5800 XpressMusic
>> smsc = at
>> modemtype = auto
>> device= /dev/ttyACM1
>> my-number = +919855225007
>> connect-allow-ip = 127.0.0.1
>> sim-buffering = true
>> log-level = 0
>>
>> # DLR with MySQL support configuration
>> group = mysql-connection
>> id = mydlr
>> host = localhost
>> username = root
>> password = t
>> database = kannel
>>
>> group = dlr-db
>> id = mydlr
>> table = dlr
>> field-smsc = smsc
>> field-timestamp = ts
>> field-source=source
>> field-destination = destination
>> field-service = service
>> field-url = url
>> field-mask = mask
>> field-status = status
>> field-boxc-id = boxc
>>
>> group = modems
>> id = auto
>> name = "Nokia"
>> detect-string = "Nokia"
>> #init-string = "ATZ"
>> #init-string = "AT+CMEE=1"
>> #init-string = "AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
>> init-string = "AT+CNMI=2,1,2,2,0;+CMEE=1"
>> #message-storage = SM
>> #message-start = 0
>> #speed = 460800
>> #message-start = 0
>>
>> group = smsbox
>> smsbox-id = mysmsc
>> bearerbox-host = localhost
>> #bearerbox-port = 13018
>> sendsms-port = 13018
>> global-sender = +919855225007
>> access-log = "/var/log/kannel/smsbox-access.log"
>> log-file = "/var/log/kannel/smsbox.log"
>> log-level = 0
>> mo-recode = true
>>
>> group = smsbox-route
>> smsbox-id = mysmsc
>> smsc-id = Nokia 5800 XpressMusic
>>
>> group = sendsms-user
>> username = gndec
>> password = hard2guess
>> concatenation= true
>> max-messages = 10000
>>
>> group = sms-service
>> keyword-regex = .*
>> text = "Thanks for sending SMS"
>> catch-all = true
>> accepted-smsc = Nokia 5800 XpressMusic
>> max-messages = 3
>> #get-url = "http://202.164.53.116/~harbhag/test.php?phone=%p&text=%r";
>
>
>     Thanks
>     amritpalpathak.blogspot.com
>

Reply via email to