Hello,

 

what about just handling the unregister REGISTER message in the normal request route?

 

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 Linux Vince
Sent: Monday, April 25, 2022 1:09 PM
To: sr-users@lists.kamailio.org
Subject: Re: [SR-Users] Local Registration Cache

 

I forgot to add URL in previous email

 

https://lists.kamailio.org/pipermail/sr-users/2020-October/110782.html

 

 

 

On Mon, Apr 25, 2022 at 4:34 PM Linux Vince <linuxv@gmail.com> wrote:

Hello,

 

I am trying to implement scenario described in this thread by Daniel-Constantin Mierla.

 

I am able to cache registration using save but i am not able to handle unregistration.

 

Unregister function of registrar module is not available in onreply routes and I cannot unregister until upstream registrar returns 200 OK on Expire 0 message.

 

Is there any workaround to fix this?

 

Thanks,