Hi, I am trying to get a simple Edge Proxy - Registrar setup working behind NAT. Initially I tried various scripts - including the one mentioned in the Oubound page and Peter Dunkley' example - but got some errors related to PATH.
Can somebody give me a working script of both proxy and registrar? Any help would be gladly appreciated.
regards Ganesh Kumar
Hello,
outbound extension is not supported by many endpoints, although it is useful for tcp/tls redundancy.
I would suggest to start with the example config from dispatcher module for edge proxy and add path support to it via path module. For registration config, the kamailio-basic.cfg should be a good start, be sure that path handling is enabled in registrar/usrloc modules.
Cheers, Daniel
On 20/10/16 12:13, Infinicalls Infinicalls wrote:
Hi, I am trying to get a simple Edge Proxy - Registrar setup working behind NAT. Initially I tried various scripts - including the one mentioned in the Oubound page and Peter Dunkley' example - but got some errors related to PATH.
Can somebody give me a working script of both proxy and registrar? Any help would be gladly appreciated.
regards Ganesh Kumar
Hi, Thanks. I used dispatcher example for proxy file , populated the dispatcher table and added
modparam("path", "use_received", 1) to config file.
And used the kamailio-basic.cfg for registrar with
modparam("registrar", "use_path", 1) modparam("registrar", "path_mode", 1) modparam("registrar", "path_use_received", 1)
rtp is on and listening in the registrar.
However it says, "No Registrar" this time. I really don't understand the problem. Can you please point me to working example scripts?
regards Ganesh Kumar