Re: SMS Reply failure in Khmer language with echo and with sendsms

2015-05-27 Thread Nasir Javaid
Yup... I know about linux users but confused how to give permissions to kannel user? as chmod is used for the users that are already on linux system. now kannel can run new_smsreceiver.php via get-url without and issue... and the code inside new_smsreceiver.php works fine as it explodes the

Re: Delivery Report Issues

2015-05-27 Thread Ammar Ali
Hello Tapan, I'm sending sms from my application. Due to some connection issue I have a queue on connected SMSC. So I'm getting single message multiple times on single number (5-6 times approx.). According to your guidelines I have already sets *wait-ack-expire=0x02* in SMSC configuration.

Re: SMS Reply failure in Khmer language with echo and with sendsms

2015-05-27 Thread Nasir Javaid
Thank you rene, I don't think I am running php in safe mode as it is running as standard. Anyways I will try your method to check. Isn;t there any was I can send reply in Khmer language using php echo command by setting some variables in kannel.conf file? On Wed, May 27, 2015 at 10:28 PM, Rene

RE: SMS Reply failure in Khmer language with echo and with sendsms

2015-05-27 Thread Rene Kluwen
This isn’t really a Kannel issue. But maybe you run php in safe mode or something like that. But maybe you can try instead of the system call: $dummy = file_get_contents(

RE: SMS Reply failure in Khmer language with echo and with sendsms

2015-05-27 Thread Balland Serge
Hi, Add in your php script a exec command whoami, or call a shell script with this command. You redirect in a logfile. Of course your script, logfile should be in chmod 777. You will know which user launch your script, then just add right to the user. De : users