Christian de Balorre wrote: > Hi, > Anyone knows how to handle 487 Request Terminated on callee side when it > recieves a "CANCEL" ? It triggers the failure_route logic bloc and I > would like to avoid this. Use "if(t_check_status("487")) { break; }" at the beginning of your failure-route. Andy