Howto:List of wildcards: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.   - stands for a digit , for that will be waitded
Wildcard used in the routing table
!    - stands for any lots of digits
 
?    - stands for any digit without waiting (needed for enum, see also "how to use enum")  
.     - 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.
 


<!--*[[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.