[Asterisk-Users] Dial Outside SIP address from AGI

Ron McMillin sipnow at sbcglobal.net
Tue Apr 13 00:16:25 MST 2004


Thank you. This explains it.

Nathaniel Powning <nat at powning.org> 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/897224 at fwd) and this works
>
> whereas when I'm inside agi app,
> $AGI->exec('Dial',"SIP/897224 at fwd") 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
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040413/503bb8cc/attachment.htm


More information about the asterisk-users mailing list