Displaying 1 result from an estimated 1 matches for "cf_commands".
Did you mean:
5fcommands
2011 Jun 30
0
SendFax: not setting the fax header
...problem while sending a fax: the header is not set properly.
I use a PHP_Script to upload a PDF file and to generate a call file.
A bash script is looking for existent call files in the web directory
and moves
them the asterisk's outgoing directory.
Ok, my call file looks like this:
======
$cf_commands = "Channel: local/$ext at common\n"
."MaxRetries: 5\n"
."RetryTime: 60\n"
."WaitTime: 60\n"
."Context: fax\n"
."Extension: 100\n"...