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 !


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.