Hi,
I'm trying to register to a SIP provider (v5.2.4), so I added in kamailio.cfg:
... loadmodule "uac.so" ...
modparam("rr", "append_fromtag", 1) modparam("uac", "credential", "user:host_provider_ip:password") modparam("uac", "reg_retry_interval", 300)
Seems that nothing happens after a service restart.
I also tried : `kamcmd uac.reg_dump error: 500 - command uac.reg_dump not found`
Is there something I misunderstood ?
Thanks in advanced !