Re: [SR-Users] Parallel call forward

2015-02-09 Thread Raúl Alexis Betancor Santana
unes, 9 de Febrero 2015 18:11:50 > Asunto: Re: [SR-Users] Parallel call forward > In fact ... 666 subscriber get's 2 calls ... >> De: "Raúl Alexis Betancor Santana" >> Para: mico...@gmail.com >> CC: "Kamailio (SER) - Users Mailing List" >>

Re: [SR-Users] Parallel call forward

2015-02-09 Thread Raúl Alexis Betancor Santana
In fact ... 666 subscriber get's 2 calls ... > De: "Raúl Alexis Betancor Santana" > Para: mico...@gmail.com > CC: "Kamailio (SER) - Users Mailing List" > Enviados: Lunes, 9 de Febrero 2015 17:56:08 > Asunto: Re: [SR-Users] Parallel call fo

Re: [SR-Users] Parallel call forward

2015-02-09 Thread Raúl Alexis Betancor Santana
This is what I testet: route[ROUTE_EXECUTE_CF_LOOP_NR] { xlog("L_NOTICE", "ROUTE_EXECUTE_CF_LOOP_NR"); if(!t_is_failure_route()) { record_route(); } $var(count_dlg) = 0; route(ROUTE_SET_CALLER_DIALOG); $du = "sip:192.168.20.100:5060"; xlog("L_INFO", "Trigger CF loop NR to '$du' for call

Re: [SR-Users] Parallel call forward

2015-02-09 Thread Daniel-Constantin Mierla
st" > > *Enviados: *Lunes, 9 de Febrero 2015 9:19:23 > *Asunto: *Re: [SR-Users] Parallel call forward > > Hello, > > you should not use index when setting an avp to null -- remove the > [0]. > > Then you can print details of branches

Re: [SR-Users] Parallel call forward

2015-02-09 Thread Raúl Alexis Betancor Santana
. > De: "Daniel-Constantin Mierla" > Para: "Kamailio (SER) - Users Mailing List" > Enviados: Lunes, 9 de Febrero 2015 9:19:23 > Asunto: Re: [SR-Users] Parallel call forward > Hello, > you should not use index when setting an avp to null -- remove the

Re: [SR-Users] Parallel call forward

2015-02-09 Thread Daniel-Constantin Mierla
Hello, you should not use index when setting an avp to null -- remove the [0]. Then you can print details of branches voa $branch(...) variable to see what are the results of your operations. A branch can be added also by providing the uri as parameter for append_branch() -- see the documentatio