On Monday 25 May 2009, Bogdan-Andrei Iancu wrote:
> Hi Francisco,
> 
> First of all, please in the begining of any failure route:
> 
> failure_route[x] {
>     if (t_was_cancelled()) {
>         exit;
>     }
>     .....
> }
> 
> This will capture the calls which were cancelled by the caller and avoid 
> any bogus processing on the cancelled call.

Shouldn't this be automatic? I mean, internally do not even bother to call the 
failure route if the call was cancelled.

-- 
Dan

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to