modules_k/siputils: allow tel2sip call also in failure route.
This description does not seem to match the code changes. Did you commit the
wrong patch or did you use a wrong description?
> {"decode_contact_header", (cmd_function)decode_contact_header, 0, 0,
> - 0,REQUEST_ROUTE|ONREPLY_ROUTE},
> + 0,REQUEST_ROUTE|FAILURE_ROUTE|ONREPLY_ROUTE},
how is that, since the difference is that FAILURE_ROUTE is now included?
-- juha