Hi all,
  Is it possible to dial an OUTSIDE SIP address while inside AGI application? For example, within extension context, I could use
[from-sip]
exten => 7723,1,Dial(SIP/[EMAIL PROTECTED]) and this works
 
whereas when I'm inside agi app,
$AGI->exec('Dial',"SIP/[EMAIL PROTECTED]") and this DOESN'T work.
There some errors about invalid argument.
 
If I were to do
$AGI->exec('Dial',"SIP/PHONE1"), where PHONE1 is an phone registered directory with Asterisk, then it works.
 
Any hints?
 
Thanks!
ron

Reply via email to