Bläddra i källkod

modules: readme files regenerated - textopsx ... [skip ci]

Kamailio Dev 7 år sedan
förälder
incheckning
acc370ae9f
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/modules/textopsx/README

+ 2 - 2
src/modules/textopsx/README

@@ -156,8 +156,8 @@ if(msg_apply_changes())
 
    Example 1.2. change_reply_status usage
 ...
-onreply_route {
-    if (@status == "603") {
+reply_route {
+    if (status == "603") {
         change_reply_status(404, "Not Found");
         exit;
     }