Explorar o código

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

Kamailio Dev %!s(int64=7) %!d(string=hai) anos
pai
achega
acc370ae9f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
     }