Displaying 1 result from an estimated 1 matches for "testcntxt".
Did you mean:
testcntrl
2007 Jun 15
2
combining AGI with dialplans
...ony.pbx.asterisk.user/185537)
I would like to do this, but I am having trouble figuring out how. I have
tried the following but it is not working for me:
***test.php***
#!/usr/bin/php -q
<?php
require_once('phpagi.php');
$agi = new AGI();
$dialstr="IAX2/wayne/112 at testcntxt";
$agi->SetVar("JAMES",$dialstr);
exit(0);
?>
***extensions.conf***
[from-sip]
exten => 111,1,DeadAGI(test.php)
exten => 111,2,Dial(${JAMES})
exten => 111,3,Hangup
Thanks in advance for any help.
James