question : sms-service 'get-url' didn't work

2011-10-04 Thread bino oetomo
Dear All ... I try to write cherrypy scrip to process incoming msg here is the script START--cherrypy--- import cherrypy, urllib class WelcomePage: def dlr(self, k=None, s=None, ss=None, \ r=None, a=None, b=None, t=None, tt=None, \ p=None, pp=None, q=None, qq=None

Strange issue with SMPP server

2011-10-04 Thread Valentin Militaru
Hello, I have a strange issue with one SMSC connection. The connection works fine, but after several reconnects my server reports multiple TCP connections still established to the SMSC IP, although I have only one connection to that server. Is there a posibility that bearerbox doesn't terminat

RE: tracking sms message

2011-10-04 Thread Joey Rampersad
I am using the dlr-mask and collecting back a response but I can't uniquely match a response to a message. dlr-mask=31 dlr-url=http://webhost/accept.php?type=%d&phone=%p&date=%T From: Willy Mularto [mailto:sangpr...@gmail.com] Sent: Tuesday, October 04, 2

Re: tracking sms message

2011-10-04 Thread Alvaro Cornejo
You have to add your own id to the dlr call dlr-mask=31 dlr-url=http://webhost/accept.php?type=%d&phone=%p&date=%T&my_id=1234 when sending the message add your id in the dlr-url and when you receive the dlr, it will have your own id that you can use to do the match Regards Alvaro |

HTTP status request causes Kannel to shutdown

2011-10-04 Thread Richard Crawshaw
Hi Been having a bit of a strange problem today. We run Kannel 1.5.0 on a Ubuntu 10.04 virtual machine with DLRs handled by SQL-Server on a separate machine. Earlier today we got the following error reported from the Bearerbox: 2011-10-04 13:20:20 [1672] [2] DEBUG: HTTP: Creating HTTPClient fo

RE: tracking sms message

2011-10-04 Thread Joey Rampersad
Thanks everyone this is just what I wanted... -Original Message- From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] Sent: Tuesday, October 04, 2011 9:39 AM To: Joey Rampersad Cc: Willy Mularto; users@kannel.org Subject: Re: tracking sms message You have to add your own id to the dlr

GSM module responds AT commands from hyper-terminal but not from Kannel !!

2011-10-04 Thread Faruk Ahmed
I have bought http://www.sparkfun.com/products/10164 (the evaluation board USB) and http://www.sparkfun.com/products/10138 (GSM module). I am trying to send/receive SMS and from hyper-terminal this device responds to the AT commands properly. But when I plug this as smsc to kannel as a modem, it do

Re: GSM module responds AT commands from hyper-terminal but not from Kannel !!

2011-10-04 Thread Mfawa Alfred Onen
Try using vwdial to determine the correct speed of your GSM device. On Tuesday, October 4, 2011, Faruk Ahmed wrote: > > I have bought http://www.sparkfun.com/products/10164 (the evaluation board USB) and http://www.sparkfun.com/products/10138 (GSM module). I am trying to send/receive SMS and from

Re: GSM module responds AT commands from hyper-terminal but not from Kannel !!

2011-10-04 Thread Faruk Ahmed
I figured out the speed 115200 and at this speed, the vwdial, minicom (ubuntu linux) and hyper-terminal (windows xp) can communication with this modem. But from the kannel, it seems, it is not geting any response. Any help ? Thank you, -Faruk On Tue, Oct 4, 2011 at 12:50 PM, Mfawa Alfred Onen wr

Re: GSM module responds AT commands from hyper-terminal but not from Kannel !!

2011-10-04 Thread Mfawa Alfred Onen
Try another thing, where is your device mounted at? is it /dev/ttyUSB* or /dev/ttyACM*? make sure it is writable by kannel, Some times, I simply do "chmod 777 /dev/ttyUSB*" which makes it universally writable (I am aware of security issues here). I use CentOS 5 by the way. Regards! On Tue, Oct 4,