Module: sems Branch: master Commit: 78edba203e9e80d0b172163779259b9d741f1c52 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=78edba203e9e80d0b172163779259b9d741f1c52
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: Sun Oct 6 22:34:37 2013 +0300 doc: modified SBC regex example to use sub-string matching/reference --- doc/Readme.sbc.txt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/doc/Readme.sbc.txt b/doc/Readme.sbc.txt index 7e18489..ea0d06f 100644 --- a/doc/Readme.sbc.txt +++ b/doc/Readme.sbc.txt @@ -72,8 +72,7 @@ Example: ~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~~~~~ src_ipmap.conf ~~~ - ^10\.0\..*=>internal1 - ^10\.1\..*=>internal2 + ^10\.(.)\..*=>internal\1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ rurimap.conf ~~~~~ _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
