Hi,
I would like to have a Kamailio Registrar/Location server on my private network and another one facing the public side:
KAM1 (Private Registrar) <—> KAM2 (Public Proxy)
I would like also to configure the proxy in this way:
- REGISTRATION TO Public Proxy KAM2 going to Private Registrar KAM1
In the reference guides I’ve seen almost always application specific configuration (WITH_ASTERISK, WITH_FREESWITCH). Basically, how it is possible to forwards REGISTER messages to a generic upstream Registrar? Which modules are involved? I’m using Kamailio 4.1.1
Regards, Francesco
Hello,
if you don't need to keep at all location records on KAM2, then use path module to add Path headers to REGISTER requests and simply relay them to KAM1.
Cheers, Daniel
On 25/02/14 18:17, Francesco Maria Magnini wrote:
What are pros and cons of keeping location records on KAM or KAM2? Usually where are saved in such as scenario?
Il giorno 26/feb/2014, alle ore 09:49, Daniel-Constantin Mierla miconda@gmail.com ha scritto:
Thanks Daniel, but what if I need to register to an upstream registrar that doesn’t support PATH?
Il giorno 26/feb/2014, alle ore 10:03, Francesco Maria Magnini fmm1982@gmail.com ha scritto:
On 07 Mar 2014, at 11:23, Francesco Maria Magnini fmm1982@gmail.com wrote:
Thanks Daniel, but what if I need to register to an upstream registrar that doesn’t support PATH?
That will require a lot of proprietary magic since RFC3261 does not support routesets for REGISTER.
/O