Thank you. This explains it.

Nathaniel Powning <[EMAIL PROTECTED]> wrote:

On Mon, 12 Apr 2004, Ron McMillin wrote:

> 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.

Perl will interpret the @ symbol as referencing an array, put a backslash
before that character in your SIP address.

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to