Browse Source

kamailio.cfg: reset $du for voicemail re-routing in failure route
(cherry picked from commit c4b29f6fac6155b9b087737df5956b687ff4e36a)

Daniel-Constantin Mierla 12 years ago
parent
commit
e52f1d6e57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      etc/kamailio.cfg

+ 1 - 0
etc/kamailio.cfg

@@ -921,6 +921,7 @@ failure_route[MANAGE_FAILURE] {
 	# serial forking
 	# - route to voicemail on busy or no answer (timeout)
 	if (t_check_status("486|408")) {
+		$du = $null;
 		route(TOVOICEMAIL);
 		exit;
 	}