search for: outdialnumb

Displaying 1 result from an estimated 1 matches for "outdialnumb".

2013 Feb 20
2
exten => h,n,AGI(generateCall.php,${NEXT})
...,n,Hangup()_______________________________________________________________________File: /usr/share/asterisk/agi-bin/generateCall.php #!/usr/bin/php -q<?php$fileName = "/var/www/consumer.txt";$next = $argv[1];$f = fopen($fileName,'r');$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/dongle...