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