|
@@ -459,7 +459,8 @@ hash_source, dstavp)
|
|
Otherwise the rewritten host is stored in the given AVP (if
|
|
Otherwise the rewritten host is stored in the given AVP (if
|
|
obmitted, the host is not stored in an AVP). This function is
|
|
obmitted, the host is not stored in an AVP). This function is
|
|
only usable with rewrite_user and prefix_matching containing a
|
|
only usable with rewrite_user and prefix_matching containing a
|
|
- valid numerical only string. It uses the standard crc32
|
|
|
|
|
|
+ valid string. This string needs to be numerical if the
|
|
|
|
+ match_mode parameter is set to 10. It uses the standard crc32
|
|
algorithm to calculate the hash values.
|
|
algorithm to calculate the hash values.
|
|
|
|
|
|
Meaning of the parameters is as follows:
|
|
Meaning of the parameters is as follows:
|
|
@@ -493,8 +494,9 @@ rewrite_user, hash_source, dstavp)
|
|
Otherwise the rewritten host is stored in the given AVP (if
|
|
Otherwise the rewritten host is stored in the given AVP (if
|
|
obmitted, the host is not stored in an AVP). This function is
|
|
obmitted, the host is not stored in an AVP). This function is
|
|
only usable with rewrite_user and prefix_matching containing a
|
|
only usable with rewrite_user and prefix_matching containing a
|
|
- valid numerical only string. It uses the prime hash algorithm
|
|
|
|
- to calculate the hash values.
|
|
|
|
|
|
+ valid string. This string needs to be numerical if the
|
|
|
|
+ match_mode parameter is set to 10. It uses the prime hash
|
|
|
|
+ algorithm to calculate the hash values.
|
|
|
|
|
|
Meaning of the parameters is as follows:
|
|
Meaning of the parameters is as follows:
|
|
* carrier - The routing tree to be used. Additional to a
|
|
* carrier - The routing tree to be used. Additional to a
|
|
@@ -528,7 +530,9 @@ reply_code, dstavp)
|
|
priority. Returns -1 if there is no data found or an empty
|
|
priority. Returns -1 if there is no data found or an empty
|
|
next_domain on the longest match is found. Otherwise the next
|
|
next_domain on the longest match is found. Otherwise the next
|
|
domain is stored in the given AVP. This function is only usable
|
|
domain is stored in the given AVP. This function is only usable
|
|
- with prefix_matching containing a valid numerical only string.
|
|
|
|
|
|
+ with rewrite_user and prefix_matching containing a valid
|
|
|
|
+ string. This string needs to be numerical if the match_mode
|
|
|
|
+ parameter is set to 10.
|
|
|
|
|
|
Meaning of the parameters is as follows:
|
|
Meaning of the parameters is as follows:
|
|
* carrier - The routing tree to be used. Additional to a
|
|
* carrier - The routing tree to be used. Additional to a
|
|
@@ -760,7 +764,7 @@ failure_route[1] {
|
|
Use the "NULL" prefix to specify an empty prefix in the config
|
|
Use the "NULL" prefix to specify an empty prefix in the config
|
|
file. Please note that the prefix is matched against the
|
|
file. Please note that the prefix is matched against the
|
|
request URI (or to URI), if they did not contain a valid
|
|
request URI (or to URI), if they did not contain a valid
|
|
- numerical URI, no match is possible. So for loadbalancing
|
|
|
|
|
|
+ (numerical) URI, no match is possible. So for loadbalancing
|
|
purposes e.g. for your registrars, you should use an empty
|
|
purposes e.g. for your registrars, you should use an empty
|
|
prefix.
|
|
prefix.
|
|
...
|
|
...
|