Displaying 1 result from an estimated 1 matches for "fhmnum".
2007 Aug 07
1
.call file and logging
...$fname_call =
"/var/spool/asterisk/outgoing/asterisk_".$ftime.".call";
$fd = fopen($fname, 'w');
fwrite($fd, "Channel: ".$alerts."\n");
fwrite($fd, "Callerid: IT <7021>\n");
fwrite($fd, "Set: FHMNUM=".$FAILURES."\n");
fwrite($fd, "MaxRetries: 2\n");
fwrite($fd, "RetryTime: 20\n");
fwrite($fd, "WaitTime: 40\n");
fwrite($fd, "Context: custom-NOTIFY\n");
fwrite($fd, "Extension: s\n");...