Displaying 3 results from an estimated 3 matches for "mess1".
Did you mean:
mess
2009 Aug 30
1
unable to execute command from
hi
i am trying to execute the command from the dialplan as follows:
exten => 1987,1,Playback(posix-restarting)
exten => 1987,2,wait(1)
exten => 1987,3,System(/home/docas/Desktop/python mess1.py)
exten => 1987,4,Hangup
i get the error on asterisk CLI system_exec_helper:Unable to execute
"/home/docas/Desktop/python mess1.py "
can anybody please help me on what i am doing wrong
thanks
2005 Oct 12
1
Binary compatibility problem in OpenSSH from OpenSSL mailing list
Hello All,
There seems to be a binary compatibility problem with OpenSSL and OpenSSH
4.2p1. The details can be found at
http://www.mail-archive.com/openssl-users at openssl.org/msg41869.html . The
discussion is closed with pointing a problem in key.c in OpenSSH and
corresponding thread is at
http://www.mail-archive.com/openssl-users at openssl.org/msg41878.html
I would like to know the
2009 Aug 31
0
asterisk-users Digest, Vol 61, Issue 85
Topic 6: RE:unable to execute command
hi there
i tried to execute the command as suggest like
exten => 1987,1,Playback(posix-restarting)
exten => 1987,2,wait(1)
exten => 1987,3,System(/usr/bin/python /home/docas/Desktop/mess1.py)
exten=> 1987,4,Hangup
it still doesn't work,now it does it give unable to execute command but
it doesn't reach the system command it just execute 1 and 2 priority and
then hangup,i checked if the script is executed and i found out its
not.i did change permissions so the script is e...