Group does not contain variable 'group'.

2011-07-25 Thread Amrit Pal Pathak
when i start bearerbox it gives the following error. 2011-07-25 12:56:05 [29476] [0] INFO: Debug_lvl = 1, log_file = none, log_lvl = 0 2011-07-25 12:56:05 [29476] [0] ERROR: Group does not contain variable 'group'. 2011-07-25 12:56:05 [29476] [0] ERROR: Error found on line 43 of file

Re: Deleting read messages from the modem

2011-07-25 Thread Shiv Narayan
Many thanks Alvaro. I did this and it works now. The bearerbox log shows it is deleting the messages. One more question - is it recommended to use the SIM memory or the modem memory (I think the modem has a much larger memory). Kind regards, Shiv Shiv Narayan +260 975 145 583

Script for getting Invalid Source address

2011-07-25 Thread krnrd b
Dear All, Please help me to get Invalid Source address from kannel logs using automated script or please suggest me to get failed numbers and failed sender id's from kannel logs. Regards, KRNRDB

3: Queued for later delivery

2011-07-25 Thread Amrit Pal Pathak
Bearerbox ,smsbox running well but when i send sms from url it gives the message 3: Queued for later delivery log of beaerbox execution in terminl. 2011-07-25 13:33:56 [9954] [0] INFO: Debug_lvl = 1, log_file = none, log_lvl = 0 2011-07-25 13:33:56 [9954] [0] INFO: DLR using storage type:

Re: 3: Queued for later delivery

2011-07-25 Thread Amrit Pal Pathak
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

Need help starting kannel, please help

2011-07-25 Thread alexis_msn
Hi all, I've checked in this forum for answer for my problem but I couldn't find one that cleared my doubts. I've just installed kannel (made the gzip tarball download in kannel website) in ubuntu 10.04 LTS. Then I wanted to run the bearerbox and the smsbox. I didn't change anything in my

SIM Buffering

2011-07-25 Thread Shiv Narayan
I am using a modem with Kannel for SMS services and have set SIM-buffering to true. However every time an SMS is received Kannel services it twice, once when SMS received and a second time when reading it from the SIM memory. Has anyone experienced this problem and could advise? Thanks in

Re: Need help starting kannel, please help

2011-07-25 Thread ?ets???a ????a
Try to add to your config an smsc group (even the fake one) I guess that it can't find any smsc and it stops there. Tania - Original Message - From: alexis_msn alexiscard...@gmail.com To: users@kannel.org Sent: Monday, July 25, 2011 1:13 PM Subject: Need help starting kannel, please

Re: Need help starting kannel, please help

2011-07-25 Thread alexis_msn
Hi there Tania Thanks for the reply but I do have the smsc groupt in my smskannel.conf file. I didn't put it on the post. Here it is: group = smsc smsc = fake smsc-id = FAKE port = 1 connect-allow-ip = 127.0.0.1 So I don't think that's the problem. I need some help understanding how this

Re: Need help starting kannel, please help

2011-07-25 Thread ?ets???a ????a
You check status from http://server_ip:admin_port/cgi-bin/status. You have acces there only when bearbox is up and running. P.S: - You wrote : ~/download/gateway-1.4.3/gw/bearerbox -v 1 ~/download/gateway-1.4.3/gw/smskannel.conf To start smsbox you call :

Re: Need help starting kannel, please help

2011-07-25 Thread alexis_msn
Thanks for the command. As it seems the bearebox is supposed to stop at that point what I did was this: bearerbox -v 1 smskannel.conf smsbox -v 1 smskannel.conf Then I used your command to check and its running ok. Thanks for the help. Alexis C. Tania Petsouka wrote: You check

Re: Group does not contain variable 'group'.

2011-07-25 Thread Alvaro Cornejo
Hi There is a space after device= /dev/ttyUSB1. Group definition should not have any space. Space marks groups separation. |-| EnvĂ­e y Reciba Datos y mensajes de Texto (SMS) hacia y

Re: Script for getting Invalid Source address

2011-07-25 Thread Alvaro Cornejo
You should validate that within your application. Kannel can not do that. At most will send you back a failed dlr IF your provider does that check AND send you that dlr. Regards Alvaro

Re: 3: Queued for later delivery

2011-07-25 Thread Alvaro Cornejo
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

Re: Deleting read messages from the modem

2011-07-25 Thread Alvaro Cornejo
what does log says? add log-file=xxx in your modem config so you get a separate log for the modem and check whether it really came from the modem or your app. Also check the modem config since it can happen that the message is not deleted after it gets to the modem Regards Alvaro

Re: SIM Buffering

2011-07-25 Thread Willy Mularto
It will be helpful if you share us your configuration file. On Jul 25, 2011, at 5:38 PM, Shiv Narayan wrote: I am using a modem with Kannel for SMS services and have set SIM-buffering to true. However every time an SMS is received Kannel services it twice, once when SMS received and a

How to force data_coding

2011-07-25 Thread Jinson Abraham
Hello Users, Is there any way to set the value of data_coding to 8. I've tried different combinations of mclass, mwi, compress... I'm trying to send a unicode message. 2011-07-26 05:01:31 [7931] [34] DEBUG: type_name: submit_sm 2011-07-26 05:01:31 [7931] [34] DEBUG: command_id: 4 =

Re: How to force data_coding

2011-07-25 Thread Samuel Anwar
Try coding=2 and charset=utf-8 to send unicode messages. On Tue, Jul 26, 2011 at 10:04 AM, Jinson Abraham jin...@mobme.in wrote: Hello Users, Is there any way to set the value of data_coding to 8. I've tried different combinations of mclass, mwi, compress... I'm trying to send a unicode