Browse Source

fix relay in dispatcher

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
34bcc3520c
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      kamailio/dispatcher-role.cfg

+ 1
- 5
kamailio/dispatcher-role.cfg View File

@ -233,12 +233,8 @@ route[DISPATCHER_NEXT_ROUTE]
# reset the final reply timer
$avp(final_reply_timer) = 3;
t_on_reply("INTERNAL_REPLY");
t_on_failure("INTERNAL_FAULT");
# relay the request to the new media server
route(EXTERNAL_TO_INTERNAL_RELAY);
route(RELAY);
exit();
}


Loading…
Cancel
Save