Wahib, I don't know about your particular setup, but most of the time the web interface runs under a less-privileged user (depending on the platform is usually apache, www-data or many others). If you intend to run kannel from the web interface by some sort of script, you need to make sure that kannel can write on the store files with that user.
Try chown'ing the spool folder and/or files to the user running the web server, you should be able to run it then. Regards, Alejandro On Sat, Nov 1, 2008 at 3:19 AM, wahib <[EMAIL PROTECTED]> wrote: > > @Alvaro .. i do the same .. run Kannel through cli but dont u think there > must be a facility to start via a web interface. I understand what > Alejandro > has said. I think there's an issue with the permissions. Even in terminal > when i run kannel as my user login it didnt works but when i switch to as a > 'root' and run the same command than it works. SO that might be issue why i > am unable to run the Kannel start command from php. > > Correct me if i am wrong. > > Regards, > wahib > -- > View this message in context: > http://www.nabble.com/Can-i-run-kannel-commands-through-php-scripts----tp20226678p20277665.html > Sent from the Kannel - User mailing list archive at Nabble.com. > > >
