Kannel suddenly stopped working

2010-10-19 Thread ncantor
I had a fully functional kannel installation until a few days ago. Nothing was installed, no config was changed (I verified it). However, I am now getting error messages in my smsbox log file. I replaced the SIM, reinstalled, and verified my config, none of which had any effect. The problem I'm

difference between send_sms and sent_sms

2010-10-19 Thread Harbhag Singh Sohal
I am using sqlbox for storing messages and its working perfectly for me so far. I just want to know what is the difference between the send_sms and sent_sms table. What is their exact function apart from storing messages in database. -- Harbhag Singh Sohal Webpage : http://harbhag.wordpress.com

shortcode error

2010-10-19 Thread Innocent Muchedzi
Good Day I have an shortcode error problems and i am asking for help. My mobile operator uses Ozeki for the SMPP server and everytime a user send am sms it inject a + (plus) sign infront of the destination shortcode which then makes my kannel fail to process the sms. I need help in handling the

Re: shortcode error

2010-10-19 Thread Nikos Balkanas
Hi, Read about unified-prefix in group core in UG. BR, Nikos - Original Message - From: Innocent Muchedzi To: users@kannel.org Sent: Tuesday, October 19, 2010 11:48 AM Subject: shortcode error Good Day I have an shortcode error problems and i am asking for help. My

Re: difference between send_sms and sent_sms

2010-10-19 Thread Nikos Balkanas
Hi, SMS to be sent are inserted in send_sms table. From there, sqlbox will pick and sent SMS. When an SMS is sent it is moved from send_SMS to sent_SMS. BR, Nikos - Original Message - From: Harbhag Singh Sohal harbhag.so...@gmail.com To: users@kannel.org Sent: Tuesday, October 19,

Re: difference between send_sms and sent_sms

2010-10-19 Thread Willy Mularto
send_sms = queue sms sent_sms = sent sms sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Oct 19, 2010, at 3:40 PM, Harbhag Singh Sohal wrote: I am using sqlbox for storing messages and its working perfectly for me so far. I just want to know what is the difference

Re: Kannel suddenly stopped working

2010-10-19 Thread Luís Tiago Rico
Reading the log, seems that you are sending illegal characters in 'to' string! Check the phone number! Remember that you must UTF-8 enconde that parameter and others in the send URL, if they contain special chars! I think it's all explained in the User Guide! 2010/10/19 ncantor

Re: Kannel suddenly stopped working

2010-10-19 Thread Nikos Balkanas
Well, it is tough to tell you what's wrong with your to field, if you mask it. BR, Nikos - Original Message - From: ncantor noah.can...@forward.co.uk To: users@kannel.org Sent: Tuesday, October 19, 2010 9:49 AM Subject: Kannel suddenly stopped working I had a fully functional

Re: Kannel suddenly stopped working

2010-10-19 Thread ncantor
Having tested it numerous times, I can guarantee that it's only a phone number. Digits 0-9. For some reason, kannel appears to be receiving the text 'critical' in the to field, despite my sending a very standard URL construction that worked a week ago. My test string is: wget

Mixing the SMS delivery between multiple SMSCs randomly

2010-10-19 Thread SG
Hi Group  I am facing one different problem.I have configured 3 SMSC groups in kannel.conf file and 3 separate SMS users for each SMSC.I have configured DENIED SMSC list in SMSC groups and forced SMSC in SMS USER groups. But when i did HTML post with one SMSC user and pass word like

Re : Setting TON/NPI....

2010-10-19 Thread Jignesh Gandhi
Hello, I am using Kannel 1.4.3 and am in a need of assistance regarding TON/NPI. Here is the use case. In certain call scenarios we want to be able to swap the source and destination TON/NPI. Is there a way to set the TON/NPI besides the core configuration parameters which are used on

got DLR but could not find message

2010-10-19 Thread Anas Alnaffar
Dears I am having a problems with DLR, Please go through the following log: 2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could not find message or was not interested in it id8C2A525D dst***, type2 Anas

Re: got DLR but could not find message

2010-10-19 Thread Benaiad
Hi Anas, Do you see another log entry for the same id and dst values but with type 1? Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libyan www.almontaha.ly about.me http://about.me/benaiad/bio On Tue, Oct 19, 2010 at 4:42 PM, Anas Alnaffar a.alnaf...@tijaritelecom.com wrote: Dears

smppbox problem installation

2010-10-19 Thread aris
hi all, i am new with kannel. i try to setup kannel svn and smppbox. i have followed the instructions from userguide, but i can't find kannel in /etc/init.d. compilation and installation of both services done corectly. i don't know what i must look for. please can you help me?

Re: smppbox problem installation

2010-10-19 Thread Alvaro Cornejo
The init script is not installed by default since it depends on linux flavour. You can find some examples in contrib folder on sources. Regards |-| Envíe y Reciba Datos y mensajes de

Re: Kannel suddenly stopped working

2010-10-19 Thread Nikos Balkanas
I don't see anything wrong. Can you run it through gdb? Put a break to smsbox_req_sendsms and rerun request. Examine value of to variable. I assume that you configure somewhere a default sender. BR, Nikos - Original Message - From: ncantor noah.can...@forward.co.uk To: