Skip to content

Commit

Permalink
Fix zapteller issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Jul 30, 2011
1 parent 347ea73 commit c49bdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agi/bwlist.agi
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ foreach($list as $data) {
if(!$matchfound) {
$agi->answer();
$agi->exec("WAIT 1"); //wait 1 second
$agi->exec("Zapteller()"); //wait 1 second
$agi->exec("Zapteller"); //wait 1 second
$agi->stream_file('ss-noservice');
$agi->hangup();
}
Expand Down

0 comments on commit c49bdc7

Please sign in to comment.