Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Jenkins checking in autogenerated rST files
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwhiuk committed Nov 16, 2017
1 parent edfec42 commit df6d622
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion autogenerated_rst_docs/ENUM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ from an example deployment might form a reasonable basis:
},
{ "name" : "Clearwater internal numbers dialled with +1 prefix",
"prefix" : "+1650555",
"regex" : "!^+1(.*$)!sip:\\1@ngv.example.com!"
"regex" : "!^\\+1(.*$)!sip:\\1@ngv.example.com!"
},
{ "name" : "NANP => SIP trunk",
"prefix" : "",
Expand All @@ -114,6 +114,11 @@ from an example deployment might form a reasonable basis:
]
}

NB: The first part of the regex matches on the entire number and takes
out the bit inside the bracket, to replace \\\\1 in second expression.
Eg. The second last rule will replace ``+166655500`` with
``sip:66655500@ngv.example.com``.

Configuring ENUM rules
----------------------

Expand Down

0 comments on commit df6d622

Please sign in to comment.