[asterisk-users] Fwd: Urgent. When the peer returned a 301 forwarded, asterisk thinks it's a local extension.

BJ Weschke bweschke at gmail.com
Tue Jun 19 14:30:22 CDT 2007


On 6/19/07, Lucian Romi <romi.lucian at gmail.com> wrote:
> In this scenario, how to make asterisk send the invite to
> SIP/101 at 192.168.1.180:5064
> instead of
> Local/101 at default
>
> 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/101 at 192.168.1.180:5064)
exten => 101,n,Congestion()
-- 
Bird's The Word Technologies, Inc.
http://www.btwtech.com/



More information about the asterisk-users mailing list