On Thursday 25 June 2015 14:58:08 kai.ohnacker(a)cbc.de wrote:
Now, my questions are: How can I connect 2 Kamailio
SIP server together?
Which modules I need? Is there somewhere a good howto?
Just like you would do it with any other sip server. But what are you trying
to do? It could be as simple as:
if($si!=ipofprivate)
{
$rd="domainofprivate";
}
on the dmz server to route all public to the private (and using the dmz as
"pstn gateway" with the default config on the private machine).