Re: Multi modem and sms services reply problem

2013-08-08 Thread Alvaro Cornejo
Hi Forgot to cc kannel list. Try to specify: http://localhost/sms.php?keyword=%k&seckeyword=%sĀ®time=%t&sender=%p&receiver=%P&text=%a&dlrvalue=%d &sms-id=YourPreferredRoute Regards Alvaro |-

Re: Multi modem and sms services reply problem

2013-08-08 Thread Cesar Arguinzones
Hi. I guess I've not redacted my question clearly enough. When any of the GSM Modem receives a sms, it's forwarded to my sms-service. I could use your suggestion and pass the smsc-id to my service. In my sms-service sms.php I have something like: Will this work? // Any way I'm going to test

RE: Multi modem and sms services reply problem

2013-08-11 Thread Rene Kluwen
Yes, the following: header('X-Kannel-SMSC: my_smsc2'); should work. == Rene From: users [mailto:users-boun...@kannel.org] On Behalf Of Cesar Arguinzones Sent: donderdag 8 augustus 2013 23:14 To: Alvaro Cornejo Cc: users Subject: Re: Multi modem and sms services reply prob