Hi,
I've tested this parameter and it's working as expected but I've a question here. When I start kamailio with disabled remote registration mode then from the configuration I use uac_reg_request_to(user, mode) to register only a single extension. Will this scenario work ? or the whole remote registration is disabled and needs to be enabled first ?
My goal is to send single registrations only from the code logic, not when kamailio starts.
On Wed, Apr 13, 2022 at 10:16 AM Henning Westerholt hw@gilawa.com wrote:
Hello,
it is present e.g. in 5.5.x, also available in docs: https://kamailio.org/docs/modules/5.5.x/modules/uac.html#uac.p.reg_active
Why do you think it was not merged?
Cheers,
Henning
--
Henning Westerholt – https://skalatan.de/blog/
Kamailio services – https://gilawa.com
*From:* sr-users sr-users-bounces@lists.kamailio.org *On Behalf Of *Ahmed Fouad *Sent:* Wednesday, April 13, 2022 4:11 PM *To:* Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org *Subject:* [SR-Users] UAC parameter for enabling and disabling remote registration
Hi,
I was wondering if this patch was ever merged to the current release(s)
https://github.com/kamailio/kamailio/commit/49f354276df3cfc2cdb0f85b5a1839f8...
I'd like to start Kamailio with all remote registration disabled then enable based on the code logic
Thanks in advance,