Parcourir la source

fixed reply_route -> failure_route

Jiri Kuthan il y a 22 ans
Parent
commit
a678295679
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      examples/exec_s5b.cfg

+ 2 - 2
examples/exec_s5b.cfg

@@ -35,7 +35,7 @@ route{
 	# user found, forward to his current uri now; if any 
 	# user found, forward to his current uri now; if any 
 	# forwarding error occurs (e.g., busy or cancelled recevied
 	# forwarding error occurs (e.g., busy or cancelled recevied
 	# from downstream), proceed to reply_route[1]
 	# from downstream), proceed to reply_route[1]
-	t_on_negative("1");
+	t_on_failure("1");
 	if (!t_relay()) {
 	if (!t_relay()) {
 		sl_reply_error();
 		sl_reply_error();
 	};
 	};
@@ -67,7 +67,7 @@ route[1] {
 	break;
 	break;
 }
 }
 
 
-reply_route[1] {
+failure_route[1] {
 	# just call exec, that's it
 	# just call exec, that's it
    	exec_msg('
    	exec_msg('
 		QUERY="select email_address from subscriber 
 		QUERY="select email_address from subscriber