On 6/19/07, Lucian Romi <[EMAIL PROTECTED]> wrote:
> In this scenario, how to make asterisk send the invite to
> SIP/[EMAIL PROTECTED]:5064
> instead of
> Local/[EMAIL PROTECTED]
>
> Thanks
>

Asterisk isn't a SIP proxy. As such, you need to use some workarounds
to make what you want to do work. One way might be......

In extensions.conf :

[default]

exten => 101,1,Dial(SIP/[EMAIL PROTECTED]:5064)
exten => 101,n,Congestion()
-- 
Bird's The Word Technologies, Inc.
http://www.btwtech.com/

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to