Re: opensmppbox problem with SMPPv3.3 ESME

2011-10-16 Thread Hillel Bilman
Hi Velin, What configuration did you use to separate TX and RX so it worked with opensmppbox? thanks -- Message: 1 Date: Wed, 12 Oct 2011 12:32:28 - From: v_ge...@mail.bg To: users@kannel.org? Subject: Re: opensmppbox prob

Save SMS to database

2011-10-16 Thread toshibata
Hello, I currently have Kannel installed and I am using the following service: group = sms-service text = "hello" keyword = register catch-all = yes exec = "/home/kannel/sms_store.pl %p %a" In which sms_store.pl is a perl script to save to a MySQL DB the message and the number. However the

Re: Save SMS to database

2011-10-16 Thread toshibata
I've replaced with get-url by I'm still getting a 500 internal server error. On kannel.conf: group = sms-service keyword = default #keyword-regex = .* catch-all = yes max-messages = 0 get-url = "http://localhost/sms.php?ORIGINATOR=%p&SMS=%a"; And the sms.php file: Where am I going wrong?

RE: Save SMS to database

2011-10-16 Thread Chen Alkabets
Hi Im not sure about it but in my config I see that sometimes only 1 action is working (text="hello" is the 1st action, then the exec"..." is not working ) This is how im using it : ( if I try uncommenting the #text , then I have some issues ... ) group = sms-service keyword = "moto" exec = "

RE: Save SMS to database

2011-10-16 Thread toshibata
Got it to work now. My problem is that the msg saved to the database is weird. So if the message is: Hello, on the database it appears as: %00H%00e%00l%00%l%00o Is there any way around this? -- View this message in context: http://old.nabble.com/Save-SMS-to-database-tp32663270p32664082.html Se

Re: Not receiving incoming SMS

2011-10-16 Thread Munir Ahmad
It's maybe because you don't have proper init string setup for your specific mobile. (assuming that you are using GSM Modem/Mobile) ߣ∂ςқ On Wed, Oct 12, 2011 at 12:10 AM, Joey Rampersad < jramper...@resonancecaribbean.com> wrote: > I am not receiving incoming sms. > > I ha