Re: Kannel sending SMS but does not receive

2006-03-08 Thread Leonardo Torrella
When kannel receives a sms, it uses the sms-service in order to provide a response to it. The selection it's based on the keyword variable with kannel compares agaist the first word on the sms mesage. It it found a match the service it's activated. To provide a response you could use a text

Sqlbox and smsbox stopped with ERROR: bind failed

2006-03-08 Thread Coco King
Hi list, I found that sqlbox and smsbox will be stopped by themselves from time to time. Whats the problem? 2006-03-07 16:00:57 [6757] [0] INFO: Added logfile `/var/log/kannel/sqlbox.log' with level `0'. 2006-03-07 16:00:57 [6757] [0] INFO: MYSQL: Connected to server at localhost.

RE: sqlbox does not log WAP Push traffic

2006-03-08 Thread Coco King
Dear list, I checked the CVS head source code of sqlbox and confirmed the field types are all correct. I also tried enable logging in the mysql_save_msg function (where data will be written to the SMS sent log) and found that the function was not triggered during WAP Push. So it seems the problem

RE: Imp-Problem in using WAP PPG push

2006-03-08 Thread Rayson Lee
Dear Nirav, You dont need to put the full url here: ppg-url = "" href="http://localhost:8080/wappush">http://localhost:8080/wappush just use ppg-url = ""> Rayson Lee InnoAge Hong Kong Limited From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nirav doshi

Warning: Received other message than wdp/admin, ignoring!

2006-03-08 Thread Rayson Lee
Dear list, I always get the captioned Warning message after sending a WAP Push message. I found the message was caused by receiving an ack so its very easy to get rid of the warning, just add the checking before logging the warning message in wapbox.c. } else if (msg_type == ack) {

RE: sqlbox does not log WAP Push traffic

2006-03-08 Thread Rayson Lee
Dear Coco, If I understand correctly, wapbox IS NOT sqlbox aware! It sends WAP Push message directly to bearerbox for delivery instead of going through smsbox, which is sqlbox aware. Therefore WAP Push traffic will not be logged. Please let me know if I'm wrong. Best regards, Rayson Lee InnoAge

RE: sqlbox does not log WAP Push traffic

2006-03-08 Thread Rene Kluwen
Rayson, You are not wrong. It is exactly like that. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rayson Lee Sent: woensdag 8 maart 2006 21:58 To: users@kannel.org Subject: RE: sqlbox does not log WAP Push traffic Dear Coco, If I

Re: Different TON and NPI for each message

2006-03-08 Thread Hernan Reyes
Hi, Instead of TON/NPI 5/0 (Named 'Alphanumeric') try TON/NPI 5/1 (Named 'Alphanumeric'), or TON/NPI 5/2 (Named 'Alphanumeric') NPI=0 is for an unknow numbering plan indicator. Your SMSC needs to have routed for NPI=0 or override the NPI. NPI=1 is for ISDN/Telephone format NPI=2 is for E.164

RE: sqlbox does not log WAP Push traffic

2006-03-08 Thread Rayson Lee
Dear Rene, Thanks for your confirmation. Do you aware of any plan in making wapbox use sqlbox as bearerbox like smsbox does? Best regards, Rayson Lee InnoAge Hong Kong Limited -Original Message- From: Rene Kluwen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 6:16 AM To: