[sr-dev] git:master:910be93e: enum: updated the docs in regards to max len for enum number

Daniel-Constantin Mierla miconda at gmail.com
Thu Mar 5 21:27:39 CET 2015


Module: kamailio
Branch: master
Commit: 910be93e5caebea5cef33335d0c48de636169ff5
URL: https://github.com/kamailio/kamailio/commit/910be93e5caebea5cef33335d0c48de636169ff5

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-03-05T21:26:36+01:00

enum: updated the docs in regards to max len for enum number

- synced with the code, following on a report from Alex Balashov

---

Modified: modules/enum/README
Modified: modules/enum/doc/enum_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/910be93e5caebea5cef33335d0c48de636169ff5.diff
Patch: https://github.com/kamailio/kamailio/commit/910be93e5caebea5cef33335d0c48de636169ff5.patch

---

diff --git a/modules/enum/README b/modules/enum/README
index 2f10a2c..b1f0c00 100644
--- a/modules/enum/README
+++ b/modules/enum/README
@@ -72,7 +72,7 @@ Chapter 1. Admin Guide
    based on the user part of the current Request-URI. These functions
    assume that the Request URI user part consists of an international
    phone number of the form +decimal-digits, where the number of digits is
-   at least 2 and at most 15. Out of this number enum_query forms a domain
+   at least 2 and at most 20. Out of this number enum_query forms a domain
    name, where the digits are in reverse order and separated by dots
    followed by domain suffix that by default is "e164.arpa.". For example,
    if the user part is +35831234567, the domain name will be
diff --git a/modules/enum/doc/enum_admin.xml b/modules/enum/doc/enum_admin.xml
index 939c5fc..d5d34d2 100644
--- a/modules/enum/doc/enum_admin.xml
+++ b/modules/enum/doc/enum_admin.xml
@@ -21,7 +21,7 @@
 		based on the user part of the current Request-URI. These functions
 		assume that the Request URI user part consists of an international phone number 
 		of the form +decimal-digits, where the number of digits is at
-		least 2 and at most 15. Out of this number 
+		least 2 and at most 20. Out of this number
 		<function moreinfo="none">enum_query</function> forms a domain name, 
 		where the digits are in reverse order and separated by dots followed by 
 		domain suffix that by default is <quote>e164.arpa.</quote>. For example, 




More information about the sr-dev mailing list