[Asterisk-Users] forward a call to a SIP account on a remote server

William Piper william.piper at gmail.com
Wed Jun 21 09:00:53 MST 2006


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 at xxx.yyy.zzz.ttt

bp

On 6/21/06, nik600 <nik600 at 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 at 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


More information about the asterisk-users mailing list