Re: [SR-Users] Saving REGISTER status in kamailio database while REGSITER packets are forwarded.

2019-11-17 Thread Joel Serrano
Yes sir! Works perfectly! To give you a quick example: 1) Add in the appropriate place for the REGISTER request: t_on_reply("MANAGE_REG_REPLY"); 2) Create a new onreply route: # Manage registration incoming replies onreply_route[MANAGE_REG_REPLY] { if(status=~"2[0-9][0-9]") { if (sa

Re: [SR-Users] Saving REGISTER status in kamailio database while REGSITER packets are forwarded.

2019-11-17 Thread Ovidiu Sas
Did it work calling save() on the reply route? -ovidiu On Thu, Nov 14, 2019 at 6:20 PM Voip support wrote: > > I am using kamailio 5.3. > > Ovidiu Sas, i will try this tomorrow today is bit late. Maybe it could work. > > David Villasmil , i know i can use SQLOPS but i was thinking of easier me