nik600
2006-Jun-21 07:56 UTC
[Asterisk-Users] forward a call to a SIP account on a remote server
Hi i will forward a call to a remote server (only for one account) is this sintax correct? exten => 33347563,1,Dial(SIP/user@xxx.yyy.zzz.ttt) thanks
William Piper
2006-Jun-21 09:00 UTC
[Asterisk-Users] forward a call to a SIP account on a remote server
Close but not quite. Try below:
1. Setup sip.conf in the remote server to direct the call to the correct
context
[incoming]
host=(xxx.yyy.zzz.xxx) IP of the sending server
type=friend
context=(context that is holding the exten for the user)
allow=ulaw
2. Setup extensions.conf on the remote server like so:
exten => 33347563,1,Dial,SIP/user
3. Setup extensions.conf on the forwarding server like so:
exten => 3347563,1,Dial,SIP/3347563@xxx.yyy.zzz.ttt
bp
On 6/21/06, nik600 <nik600@gmail.com> wrote:>
> Hi
>
> i will forward a call to a remote server (only for one account)
>
> is this sintax correct?
>
> exten => 33347563,1,Dial(SIP/user@xxx.yyy.zzz.ttt)
>
> thanks
> _______________________________________________
> --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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20060621/9738db40/attachment.htm