[Serusers] Peering

Bogdan-Andrei IANCU iancu at fokus.fraunhofer.de
Fri Oct 15 17:50:14 CEST 2004


use domain prefixes - assign to each interconnected domain a prefix a do 
like:
if (uri=~"sip:300") {
strip(3);
rewritehost("proxy2");
t_relay();
break;
} if (uri=~"sip:301") {
strip(3);
rewritehost("proxy3");
t_relay();
break;
}

Do this on both servers.

bogdan

Jacob Bøg Albers wrote:

> Hey
>
> I need to do peering between two SER SIP networks (and later on of 
> course other routers) but ... Anybody have a pointer as to how I set 
> that up ?
>
> I tried finding it in the admin guide, but my knowledge apparently 
> isn’t good enough yet ;-)
>
> Two-way peering – so network 1 can call through network 2, but network 
> 2 can also call through network 1.
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Serusers mailing list
>serusers at lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
>  
>




More information about the sr-users mailing list