Re: [asterisk-users] Sytem Commands not executing

2011-08-21 Thread Alexander Lopez
AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Sytem Commands not executing On 08/20/2011 07:00 AM, Tim King wrote: > exten => h,n,System(/usr/bin/php /var/lib/asterisk/bin/faxnotify.php do you need the -f option to php? exten => h,n,System(/usr/bin/php -f /var/li

Re: [asterisk-users] Sytem Commands not executing

2011-08-20 Thread Anthony Messina
On 08/20/2011 07:00 AM, Tim King wrote: > exten => h,n,System(/usr/bin/php /var/lib/asterisk/bin/faxnotify.php do you need the -f option to php? exten => h,n,System(/usr/bin/php -f /var/lib/asterisk/bin/faxnotify.php -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery 8F89

[asterisk-users] Sytem Commands not executing

2011-08-20 Thread Tim King
When using the following my sytems commands to not seem to execute. [outboundfax] ; exten => s,1,NoOp(send a fax) exten => s,1,Set(FAXOPT(filename)=${FAXFILE}) exten => s,n,Set(FAXOPT(ecm)=yes) exten => s,n,Set(FAXOPT(headerinfo)=${FAXHEADER}) exten => s,n,Set(FAXOPT(localstationid)=${LOCALID}) ex