[SR-Users] LCR module : re load_gws uri errors

2015-12-02 Thread Yasin CANER
Hello;     After change $rU in  failure route , calling load_gws function. so lcr module changes request uri and fromuser  and it is wrong. here is example for more explain;     calls flows 1- 850xxx to 1021850yyy 2- 486 busy 3- going to t_on_failure

Re: [SR-Users] terminate call when dialog when remote contact disappears without BYE

2015-12-02 Thread Thibault Gueslin
How can I update the contact alias within the dialog on receiving the invite ? (My client is being NAT in any case) Should I use the dbg_var to set the new alias ? thibault 2015-12-02 9:41 GMT+01:00 Thibault Gueslin : > Hello Daniel, > > Have you seen the issue I

Re: [SR-Users] terminate call when dialog when remote contact disappears without BYE

2015-12-02 Thread Thibault Gueslin
I have seen that the patch submitted on master branch to fix this issue have not been merged to branch 4.3 I wil try it. 2015-12-02 15:57 GMT+01:00 Thibault Gueslin : > How can I update the contact alias within the dialog on receiving the > invite ? > (My client is

Re: [SR-Users] SQLOPS vs APP_LUA

2015-12-02 Thread Fred Posner
On 12/02/2015 06:22 AM, Luke Milbourne wrote: > Hi All, > > I need to run some SQL and then set the destination URI according to the > results, if any. > > I've got this working using APP_LUA, however, I've noticed SQLOPS. > > Can anyone advise on which method is likely to produce better

Re: [SR-Users] PKG memory leak in 4.2.6

2015-12-02 Thread Daniel-Constantin Mierla
Hello, are you using subst_hf() function? There was a leak fixed for it, apparently pushed only to 4.3 branch (commit e827ccf957a341b7026b06f17686da7fcc426fc2). Cheers, Daniel On 02/12/15 09:01, Julia Boudniatsky wrote: > Hello Daniel, > > Please find the attached new pkg summary log file at

Re: [SR-Users] terminate call when dialog when remote contact disappears without BYE

2015-12-02 Thread Thibault Gueslin
Hello Daniel, Have you seen the issue I reported: However I get an issue when one party is changing connectivity: it sends an INVITE to update the location but the keep alive is still sent to the previous location. The dialog info (kamctl dialog show) still indicates the previous location. (It

Re: [SR-Users] terminate call when dialog when remote contact disappears without BYE

2015-12-02 Thread Daniel-Constantin Mierla
Can you give the commit id of the patch pushed to master? Cheers, Daniel On 02/12/15 19:12, Thibault Gueslin wrote: > I have seen that the patch submitted on master branch to fix this > issue have not been merged to branch 4.3 > > I wil try it. > > 2015-12-02 15:57 GMT+01:00 Thibault Gueslin >

Re: [SR-Users] Kamailio - Asterisk, problem with SIP trunk mode

2015-12-02 Thread Shohana
HI, This is shohana Chowdhury from Bangladesh. I am going to be used a Kamailio SIP server. But i dont i any idea how to install and how could i use it. can anyone show me any way or share any link which is helpful to me. Thanks in advance. -- View this message in context:

Re: [SR-Users] terminate call when dialog when remote contact disappears without BYE

2015-12-02 Thread Thibault Gueslin
You need also this commit: dialog: split out storage of contact from common memory block 3820f41ab7ba33c39cd9f67e179bf203aa60ddeb First tests give good result (applied on top of 4.3.4) Regards Thibault 2015-12-03 0:14 GMT+01:00 Thibault Gueslin : >

Re: [SR-Users] terminate call when dialog when remote contact disappears without BYE

2015-12-02 Thread Thibault Gueslin
Daniel-Constantin Mierla 2015-08-25 15:37:34 de07fe4e78e2b7df59fbdffd74ca655bd77570ba dialog: refresh value for contact uri for each re-invite You wrote the patch! Regards Thibault 2015-12-02 22:56 GMT+01:00 Daniel-Constantin Mierla : > Can you

[SR-Users] Kamailio IMS deployment

2015-12-02 Thread Ramya Y
Hi, I am newbie to kamailio world and we would like to deploy Kamailio based IMS platform. Can any body share the link or Step by step procedure(user Guide) to deploy Kamailio IMS. Regards, Ramya ___ SIP Express Router (SER) and Kamailio (OpenSER) -

Re: [SR-Users] Kamailio IMS deployment

2015-12-02 Thread Kranti Kumar
Hi All, Does any one has VM image of Kamailio IMS , please share it. Thank you so much in advance Regards, kranti On Dec 2, 2015 3:16 PM, "Ramya Y" wrote: > Hi, > > I am newbie to kamailio world and we would like to deploy Kamailio based > IMS platform. Can any body

Re: [SR-Users] PKG memory leak in 4.2.6

2015-12-02 Thread Julia Boudniatsky
Hello Daniel, Please find the attached new pkg summary log file at runtime. Memory leak ~ 5M . Thank you, Julia On Thu, Nov 12, 2015 at 10:08 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > ok -- one more note, if you need to lower the memlog via kamcmd, once you > get

[SR-Users] SQLOPS vs APP_LUA

2015-12-02 Thread Luke Milbourne
Hi All, I need to run some SQL and then set the destination URI according to the results, if any. I've got this working using APP_LUA, however, I've noticed SQLOPS. Can anyone advise on which method is likely to produce better results. I'm assuming my Lua function is connecting to the DB and

[SR-Users] Kamailio radius authentication prolem

2015-12-02 Thread Volkan Oransoy
Hi all, I try to authenticate my users via mod_radius, but I have problem. FreeRadius server gives this error: Auth: [digest] Cleartext-Password or Digest-HA1 is required for authentication. I think I need to send those attributes from kamailio but I couldn't figure out how to do it. Here is