[sr-dev] git:5.2:1e56e4df: modules: readme files regenerated - modules ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Fri Jan 11 16:16:47 CET 2019


Module: kamailio
Branch: 5.2
Commit: 1e56e4df35865f7138565213e35da8fd32096332
URL: https://github.com/kamailio/kamailio/commit/1e56e4df35865f7138565213e35da8fd32096332

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2019-01-11T16:16:32+01:00

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

---

Modified: src/modules/phonenum/README

---

Diff:  https://github.com/kamailio/kamailio/commit/1e56e4df35865f7138565213e35da8fd32096332.diff
Patch: https://github.com/kamailio/kamailio/commit/1e56e4df35865f7138565213e35da8fd32096332.patch

---

diff --git a/src/modules/phonenum/README b/src/modules/phonenum/README
index fe7cf03ec7..842e2cfcc7 100644
--- a/src/modules/phonenum/README
+++ b/src/modules/phonenum/README
@@ -30,7 +30,7 @@ Daniel-Constantin Mierla
         4. Functions
 
               4.1. phonenum_match(num, pvc)
-              4.2. phonenum_match(num, cnc, pvc)
+              4.2. phonenum_match_cn(num, cnc, pvc)
 
         5. Pseudo Variables
 
@@ -57,7 +57,7 @@ Chapter 1. Admin Guide
    4. Functions
 
         4.1. phonenum_match(num, pvc)
-        4.2. phonenum_match(num, cnc, pvc)
+        4.2. phonenum_match_cn(num, cnc, pvc)
 
    5. Pseudo Variables
 
@@ -110,7 +110,7 @@ modparam("phonenum", "smode", 0)
 4. Functions
 
    4.1. phonenum_match(num, pvc)
-   4.2. phonenum_match(num, cnc, pvc)
+   4.2. phonenum_match_cn(num, cnc, pvc)
 
 4.1.  phonenum_match(num, pvc)
 
@@ -133,7 +133,7 @@ if(phonenum_match("1-484-555-8888", "src")) {
 }
 ...
 
-4.2.  phonenum_match(num, cnc, pvc)
+4.2.  phonenum_match_cn(num, cnc, pvc)
 
    Match num against the libphonenumber and set the attributes inside the
    pvc container, restricting the rules with a country name code (two




More information about the sr-dev mailing list