Re: configurer kannel with sqlbox

2015-04-06 Thread Ali Kashif
when you run sqlbox with echo exec('sqlbox -v 0 /etc/kannel/sqlbox.conf'); it actually starts and start sending messages, and as soon as the send_sms table is empty, your command 'exec' is complete to run sqlbox using php just add a & at the end of your command like echo exec('sqlbox -v 0 /etc/

Re: configurer kannel with sqlbox

2015-04-06 Thread spameden
2015-04-06 17:03 GMT+03:00 Salma BARKAOUI : > Hi users , > > > 1) It is possible to execute sqlbox -v 0 sqlbox.conf on a php file like > this: > > echo exec('sqlbox -v 0 /etc/kannel/sqlbox.conf'); ? > No need to start sqlbox multiple times, you only need to start it once and it forks into backg

configurer kannel with sqlbox

2015-04-06 Thread Salma BARKAOUI
Hi users , 1) It is possible to execute sqlbox -v 0 sqlbox.conf on a php file like this: echo exec('sqlbox -v 0 /etc/kannel/sqlbox.conf'); ? If not how we can make sqlbox do not stop because it stop each time the database became empty. 2) Can we have DLR message using SMPPsim ?? Thanks.