search for: callfilecontent

Displaying 2 results from an estimated 2 matches for "callfilecontent".

2013 Feb 20
2
exten => h,n,AGI(generateCall.php,${NEXT})
...fileContent = file_get_contents($fileName);$outdialNumbers = explode("\n",$fileContent); if($outdialNumbers[$next]) { $callFile = "/var/spool/asterisk/outgoing/".$outdialNumbers[$next].".call"; $f = fopen($callFile,'w'); $callFileContent = "\nChannel: dongle/dongle0/".$outdialNumbers[$next]."\nContext: call\nExtension: call\nPriority: 1\nSet: NEXT=".$next."\n"; fwrite($f, $callFileContent); fclose($f); chmod($callFile, 0777);}?>____________________________________________...
2007 May 03
2
OT - robo dialer
Can anyone suggest a source for a free robot dialer or examples? I need to do some non-commercial auto dialing using Asterisk. Simple phone numbers in a file, line by line format. I found one called AstAutoDiaker but I was not able to get it to work and it appears to not be supported - no email response from author. Doug