Howto:List of wildcards: Difference between revisions
mNo edit summary |
m Howto:List of a wildcards moved to Howto:List of wildcards |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
. - | Wildcard used in the routing table | ||
. - at the end of Number In can be used to indicate that the number should match only if the respective number of additional digits is received , stands for a digit , for that will be waited, | |||
Any digits matching with '.' are not replaced by Number Out. This way a conversion of overlap to en-block dialing can be performed | Any digits matching with '.' are not replaced by Number Out. This way a conversion of overlap to en-block dialing can be performed | ||
! - | ! - at the end of Number In indicates that any additional digit received after it, should be cut off , stands for any lots of digits | ||
? - | ? - as digit in Number in indicates that this digit matches to any received digit, stands for any digit without waiting (needed for enum, see also "how to use enum") | ||
^ - | ^ - character in Number Out indicates that any digit after this character shall be sent as DTMF after the connect. | ||
<!--*[[Main_Page|wiki-innovaphone]]--> | <!--*[[Main_Page|wiki-innovaphone]]--> | ||
[[Category:Faq|{{PAGENAME}}]] | [[Category:Faq|{{PAGENAME}}]] |
Latest revision as of 12:43, 20 September 2007
Wildcard used in the routing table
. - at the end of Number In can be used to indicate that the number should match only if the respective number of additional digits is received , stands for a digit , for that will be waited, Any digits matching with '.' are not replaced by Number Out. This way a conversion of overlap to en-block dialing can be performed
! - at the end of Number In indicates that any additional digit received after it, should be cut off , stands for any lots of digits
? - as digit in Number in indicates that this digit matches to any received digit, stands for any digit without waiting (needed for enum, see also "how to use enum")
^ - character in Number Out indicates that any digit after this character shall be sent as DTMF after the connect.