Displaying 1 result from an estimated 1 matches for "senario2".
Did you mean:
senario
2003 Nov 19
0
GoTo or Dial in AGI??
...thod I don't have to really edit the AGI ever if I
change the dialplan around as long at the context is correct.. At the
end of the AGI it passes the call off to the specified
context/extension/priority.. This way the console reports when the AGI
script has completed and the return code..
Senario2 - Using Dial
In the extensions.conf I have..
[dial-out]
exten => _9.,1,AGI(myagi)
In the AGI I have..
EXEC Dial SIP|blah|9555678
Using this method I don't have to change the dialplan but do have to
edit the AGI script if somthing changes.. The AGI initiates the Dial
command directly.. Th...