search for: mdbf

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

Did you mean: dbf
2009 May 29
1
how to detect dtmf in meetme
...e meeting ,no matter how i press the button,the dtmf does not work. here is my dialplan and my agi script,and sip.conf [from-internal] exten =>121,1,MeetMeCount(900,CONFCOUNT) exten =>121,2,GotoIF($[${CONFCOUNT}<10]?3:100) exten =>121,3,Authenticate(123456) exten =>121,4,MeetMe(900,MDbF) exten =>121,5,MeetMe(900,MD) exten =>121,100,Playback(demo-moreinfo) #!/usr/bin/php -q <?php //include("phpagi.php"); //include("phpagi-asmanager.php"); //$agi = new AGI; set_time_limit(60); ob_implicit_flush(false); if(!defined('STDIN')) { define('STDI...