|
|
@ -487,7 +487,7 @@ route[PREPARE_INITIAL_REQUESTS] |
|
|
if (t_check_trans()) { |
|
|
if (t_check_trans()) { |
|
|
route(RELAY); |
|
|
route(RELAY); |
|
|
} else { |
|
|
} else { |
|
|
sl_send_reply("481", "Call leg/transaction does not exist"); |
|
|
|
|
|
|
|
|
send_reply("481", "Call leg/transaction does not exist"); |
|
|
} |
|
|
} |
|
|
exit(); |
|
|
exit(); |
|
|
} else if (is_method("ACK")) { |
|
|
} else if (is_method("ACK")) { |
|
|
|