[OpenSIPS-Users] Migrating from opensips 2.1.5 to 2.2.5

2017-08-30 Thread Alain Bieuzent
Hi all, I’m trying to migrate my proxy from 2.1.5 to 2.2.5, since i migrate, i found a lot of log about load_balancer module (of course in 2.1.5 i don’t have this error logs). For me this message have not impact on the call flow, but i think it’s not normal ….. Someone can help me ?

Re: [OpenSIPS-Users] clusterer module

2017-08-30 Thread Denis via Users
Hello! Any information about the problem? Thank you. -- С уважением, Денис.Best regards, Denis 25.08.2017, 16:51, "Denis via Users" :Hello! Back to 2.2.5 resolved the problem. I got replication of, for example, dialog/profile-- С уважением, Денис.Best regards, Denis 24.08.2017, 17:46, "Deni

Re: [OpenSIPS-Users] Migrating from opensips 2.1.5 to 2.2.5

2017-08-30 Thread Răzvan Crainea
Hi, Alain! Did you also migrate your script functions from load_balancer() to lb_start() and lb_next()? Can you post your database resources and the way you are using load_balancer in the script? Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 08/30/2017 11:40

Re: [OpenSIPS-Users] Migrating from opensips 2.1.5 to 2.2.5

2017-08-30 Thread Alain Bieuzent
Hi Razvan, No i don’t modify my script, will check this new functions before continuing to bother you. Many thanks De : Users au nom de Răzvan Crainea Répondre à : OpenSIPS users mailling list Date : mercredi 30 août 2017 à 11:01 À : Objet : Re: [OpenSIPS-Users] Migrating from op

Re: [OpenSIPS-Users] $(avp(attr)[$T_branch_idx]) is NULL for second INVITE. How to solve it ?

2017-08-30 Thread Liviu Chircu
You could persist it at dialog level, once the 200 OK reply arrives in an onreply_route, like so: onreply_route [store_attr] { $dlg_val(callee_attr) = $(avp(attr)[$T_branch_idx]) } Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 29.08.2017 20:33, Rodrigo Pimenta Car

Re: [OpenSIPS-Users] clusterer module

2017-08-30 Thread Vlad Patrascu
Hi Denis, I can't really tell what the problem is from the information you've provided (the traces aren't much help as the messages between nodes are binary data). Can you provide some logs relevant to the clusterer (including debug level) from around the time when the nodes first try to esta

Re: [OpenSIPS-Users] $(avp(attr)[$T_branch_idx]) is NULL for second INVITE. How to solve it ?

2017-08-30 Thread Rodrigo Pimenta Carvalho
Hi. Very good. Thank you very much! RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 De: Users em nome de Liviu Chircu Enviado: quarta-feira, 30 de agosto de 2017 06:44 Para: users@lists.opensips.org Assunto: Re:

Re: [OpenSIPS-Users] Migrating from opensips 2.1.5 to 2.2.5

2017-08-30 Thread Alain Bieuzent
Razvan, I’m trying to modify my code but without succes, please tell me what i’m wrong : if (is_present_hf("X-Provider"))     {      $avp(lb_res) = $hdr(X-Provider);     } else {     send_reply("403","Forbidden");     exit;