<DIV>Thank you. This explains it.<BR><BR><B><I>Nathaniel Powning &lt;nat@powning.org&gt;</I></B> wrote:
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"><BR>On Mon, 12 Apr 2004, Ron McMillin wrote:<BR><BR>&gt; Is it possible to dial an OUTSIDE SIP address while inside AGI application? For example, within extension context, I could use<BR>&gt; [from-sip]<BR>&gt; exten =&gt; 7723,1,Dial(SIP/897224@fwd) and this works<BR>&gt;<BR>&gt; whereas when I'm inside agi app,<BR>&gt; $AGI-&gt;exec('Dial',"SIP/897224@fwd") and this DOESN'T work.<BR><BR>Perl will interpret the @ symbol as referencing an array, put a backslash<BR>before that character in your SIP address.<BR><BR>_______________________________________________<BR>Asterisk-Users mailing list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To UNSUBSCRIBE or update options visit:<BR>http://lists.digium.com/mailman/listinfo/asterisk-users</BLOCKQUOTE></DIV>