Hello!
I have several Kamailio sharing a common uacreg table and use the RPC interface to enable and disable outgoing registration on nodes depending on the cluster status:
kamcmd uac.reg_active 0
kamcmd uac.reg_active 1
How can I get the current status of uac outbound registration (to get 0 or 1)?
--