[OpenSIPS-Users] Manage LRN response for invite

2018-12-11 Thread Vishal Pai
Hello All I am implementing LRN using sip invite how i can get the rn value of response received for the request in a variable. What i did is Invite SIP/2.0 302 Moved Temporarily Via: SIP/2.0/UDP XXX.XX.XX.XXX:5060;branch=z9hG4bK1cc7.f7 From: "31XX00" ;tag= To: ;tag=6b20a7d3 Call-ID: 03b3850

Re: [OpenSIPS-Users] Manage LRN response for invite

2018-12-11 Thread Jon Abrams
I do something like this to pull the rn field from the response: if(t_check_status("302")) { $var(contact) = $(hdr(Contact)); $avp(lrn_called) = $(var(contact){nameaddr.uri}{param.value,rn}); } On Tue, Dec 11, 2018 at 5:24 AM Vishal Pai wrote: > Hello All > > I am implementing LRN using

[OpenSIPS-Users] [RELEASE] OpenSIPS 2.4.4 Release Planning

2018-12-11 Thread Răzvan Crainea
Hi, Everyone! After exactly one week, on Tuesday, 18th of December 2018, we are planning to make a new release of the OpenSIPS 2.4 branch. The new release will contain important fixes in the acc module, and the SDP transformation that generated a lot of crashes. Please help us identify any ot