From miconda at gmail.com Sun Jan 1 14:35:25 2017 From: miconda at gmail.com (Daniel-Constantin Mierla) Date: Sun, 1 Jan 2017 14:35:25 +0100 Subject: [SR-Users] Happy 2017! Message-ID: <6d62d4a3-6b23-8490-3105-477aaf0a8404@gmail.com> A fresh year ahead, let it be a great one for all Kamailio friends! Wishing a prosperous and safe 2017 everywhere! Happy New Year! -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com From miconda at gmail.com Mon Jan 2 09:02:39 2017 From: miconda at gmail.com (Daniel-Constantin Mierla) Date: Mon, 2 Jan 2017 09:02:39 +0100 Subject: [SR-Users] Freezing for release v5.0.0 In-Reply-To: References: Message-ID: <8d780a14-4853-8885-7cdf-9363ecab770c@gmail.com> Hello, short reminder that the plan is to freeze the development for v5.0.0 in about 3 days - on Wednesday, Jan 4, 2017. Should anyone have anything to push as a new feature, commit or make the pull requests by the end of that day. Have a great 2017, Daniel On 14/12/2016 10:20, Daniel-Constantin Mierla wrote: > Hello, > > I propose to freeze the development of v5.0.0 on January 4, 2017. > Hopefully it is just in time for getting the frozen version in next > Debian stable. > > Meanwhile, I hope we can get rid of mi code to have a proper fresh start > with cleaned up code in 5.0.0. The big code tree restructuring was > already done, config files in embedded languages is there as well (it > needs more exports, but that's only about available time to fill some > structures, not new feature development). > > If anyone wants to make other proposals, reply to mailing lists and > let's discuss. > > Cheers, > Daniel > -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com From volga629 at skillsearch.ca Mon Jan 2 14:37:15 2017 From: volga629 at skillsearch.ca (Slava Bendersky) Date: Mon, 2 Jan 2017 08:37:15 -0500 (EST) Subject: [SR-Users] location In-Reply-To: <710270642.16309705.1482772429123.JavaMail.zimbra@skillsearch.ca> References: <710270642.16309705.1482772429123.JavaMail.zimbra@skillsearch.ca> Message-ID: <1678890846.85642114.1483364235234.JavaMail.zimbra@skillsearch.ca> Hello Everyone, Is possible get help on issue ? I asked on IRC channel and another person so same problem with location save ? Slava. From: "volga629" To: "sr-users" Sent: Monday, December 26, 2016 1:13:49 PM Subject: [SR-Users] location Hello Everyone, Why save location will ignore on pv var when trying save on reply 200 OK. if(is_method("REGISTER") && fnmatch("$rs", "200")) { xlog("L_INFO", "OnReply: Registration is $rs OK saving --> $avp(rcvcontact) in db\n"); $var(oar) = "sip:" + $tU + "@" + $(avp(rcvcontact){uri.host}) + ":" + $(avp(rcvcontact){uri.port}); if(!save("location", "0x04", "$var(oar)")) { xlog("L_INFO", "Error saving the location\n"); } Dec 26 11:43:20 cavprx00 kamailio: 4(5546) ERROR: *** cfgtrace:onreply_route=[LOCATION_REPLY] c=[/etc/kamailio/kamailio-prod.cfg] l=619 a=26 n=xlog Dec 26 11:43:20 cavprx00 kamailio: 4(5546) INFO: