[asterisk-users] How to setup redundant SIP peers

ram talk2ram at gmail.com
Mon Dec 3 00:41:50 CST 2007


On Nov 30, 2007 11:46 PM, Thomas Balsfulland <tbals at ctrl-c.de> wrote:

> Hello list,
>
> I try to setup an asterisk-server with different SIP-Peers to PSTN.
> The Peer are working and configured in sip.conf:
>
>  [peer1]
>  type=peer
>  host=10.10.10.1
>
>  [peer2]
>  type=peer
>  host=10.10.10.2
>
> Now dialout is no problem. Extensions.conf says:
>
>  exten => _0Z.,1,Dial(SIP/49${EXTEN:1}@peer1,30)
>


add another line

exten => _0Z.,2,Dial(SIP/49${EXTEN:1}@peer2,30)

ram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071203/ace0f3f9/attachment.htm 


More information about the asterisk-users mailing list