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"
>>
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
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
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
.
> 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
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