3-1: The 4 interfaces are registered with SIP accounts from different ITSP respectively. When you dial a number, the number will be transmitted via the default interface.
The default interface is configured as VoIP 1.
The digit map is configured as below:
For example, we need to call FWD account 645479, we should dial 2645479, it matches the second rule, so this call is transmitted via interface VoIP2 but not the default VoIP1 and the first number 2 is striped. Of course, you may choose a complex number instead of 1,2,3,4.
3-2: Use digit map to simplify the dial number.
3-2-1: The first rule accepts the call using 03 as prefix number.
For example, "035972727", It matches the first rule, dial number is 9 and the prefix number is 03, so SIP account1(VoIP1) will make a phone call "035972727".
3-2-2: The second rule accepts the call using 886 as prefix number.
For example, "88635972727" would match second rule and transmit "35972727" as dial number by SIP account2. ( VoIP2 )
3-2-3: The third rule accepts the call using 04 as prefix number.
For example, "048993765" would match third rule and transmit "886048993765" as dial number by SIP account3. ( VoIP3 )
3-2-4: The fourth rule accepts the call using 9 as prefix number.
For example, "95505234" would match fourth rule and transmit "08005505234" as dial number by SIP account4. ( VoIP4 ) |
|