VOS3000`

VOS3000 Dial Plan: Complete Number Transformation & Prefix Manipulation Guide

VOS3000 Dial Plan: Complete Number Transformation & Prefix Manipulation Guide

VOS3000 dial plan is a powerful feature that enables precise number transformation for routing, billing, and gateway interconnection scenarios. Understanding dial plan syntax and configuration is essential for VoIP operators who need to manipulate called numbers, handle international prefix variations, and ensure seamless interoperability between different networks and devices. This comprehensive guide covers all dial plan capabilities based on official VOS3000 2.1.9.07 documentation.

πŸ“ž Need help with VOS3000 dial plan? WhatsApp: +8801911119966

πŸ” Understanding VOS3000 Dial Plan

The dial plan in VOS3000 provides a flexible mechanism for transforming phone numbers before routing and billing. When a call is processed, VOS3000 can apply dial plan rules to modify the called number (callee) or calling number (caller) based on pattern matching and substitution rules.

πŸ“Š Dial Plan Application Points (VOS3000 Dial Plan)

Reference: VOS3000 2.1.9.07 Manual, Section 4.3.1 (Page 219-220)

Application PointLocationPurposeAffects
Mapping Gateway Dial PlanMapping Gateway > Additional settingsTransform incoming called numberNumber before routing decision
Routing Gateway Dial PlanRouting Gateway > Additional settingsTransform outgoing called numberNumber sent to downstream gateway
Phone Dial PlanPhone Management > Additional settingsTransform called number for phoneNumber before routing from phone

πŸ“ Dial Plan Syntax and Wildcards (VOS3000 Dial Plan)

Reference: VOS3000 2.1.9.07 Manual, Section 4.3.1 (Page 219-220)

πŸ”€ Wildcard Characters

VOS3000 dial plan supports wildcard characters for flexible pattern matching:

WildcardNameMatchesExample
*AsteriskAny number of any digits (including zero)* matches any number
?Question MarkSingle random digit (in target prefix only)123?78 matches 123178, 123278, etc.
$Dollar SignKeep original digit at position (in target only)$$$ keeps first three digits unchanged

πŸ”§ Escape Characters for Length Constraints (VOS3000 Dial Plan)

VOS3000 dial plan supports escape characters to specify number length constraints:

Escape CharMeaningSyntaxExample
LLength Less ThanPrefix followed by L and digit count13L9 matches 11-digit numbers starting with 13
ELength Equal ToPrefix followed by E and digit count010E7 matches exactly 10 digits starting with 010
GLength Greater ThanPrefix followed by G and digit count010G7 matches 11+ digits starting with 010

Note: Use backslash before escape character (\L, \E, \G) to remove its special meaning and match literally.

πŸ“‹ Complete Dial Plan Examples from Manual

Reference: VOS3000 2.1.9.07 Manual, Table 4-1 (Page 219-220)

πŸ“Š Dial Plan Transformation Table (VOS3000 Dial Plan)

Original PrefixTarget PrefixExample InputAfter TransformationDescription
000258431614602584316146No change – pass through
00100258431614601084316146Change prefix 0 to 010
025(empty)0258431614684316146Remove prefix 025
*025*117025117Add prefix 025 to all numbers
025*0100258431614601084316146Change prefix 025 to 010
010*(empty)0258431614601002584316146Add prefix 010 (empty = append)
*(empty)02584316146(empty)Delete all numbers
*123456780258431614612345678Replace all numbers with constant
025*8008100-8008121025843161468008100 to 8008121Range-based random selection
*12345?780258431614612345178, 12345278, etc.? becomes random digit
0??843184310258431614684316146? matches any digit in pattern
0134$$$0134131013131$ keeps original digit position

πŸ”€ Longest Matching Principle

Reference: VOS3000 2.1.9.07 Manual, Section 4.3.1 (Page 220)

When multiple dial plan rules exist, VOS3000 uses the longest matching principle to select which rule to apply. This ensures that more specific patterns take precedence over generic ones.

πŸ“Š Longest Matching Examples (VOS3000 Dial Plan)

Dial Plan RulesInput NumberMatched RuleResultReason
0 β†’ 0
010 β†’ 025
01012345678010 β†’ 02502512345678010 is longer match than 0
* β†’ 025*
01 β†’ 00
011234567801 β†’ 00001234567801 is longer match than *
0 β†’ 0
01 β†’ 025
011 β†’ 00
01117654321011 β†’ 000017654321011 is longest matching prefix

Important: The pattern β€œ*” has the lowest priority and will only be matched when no other pattern matches. This makes it useful as a β€œdefault” rule.

πŸ”§ Multiple Substitution Targets (VOS3000 Dial Plan)

VOS3000 dial plan supports multiple substitution targets separated by semicolons (;). When β€œ?” exists in the target, each β€œ?” is replaced by a randomly generated digit.

πŸ“‹ Multiple Target Examples

Multiple Substitution Target Examples:
======================================

Target: 12345678;8008100-8008121;12345?78

This means randomly choose ONE of:
- 12345678 (constant)
- Any number from 8008100 to 8008121 (range)
- 12345?78 where ? is a random digit (pattern)

Result Examples:
- 12345678
- 8008105
- 8008119
- 12345178
- 12345878

Use Cases:
==========
1. Load balancing across multiple destination numbers
2. A/B testing different routes
3. Redundancy with fallback numbers
4. Random selection for pool allocation

βš™οΈ Dial Plan Configuration in VOS3000

πŸ“ Configuring Mapping Gateway Dial Plan (VOS3000 Dial Plan)

Reference: VOS3000 2.1.9.07 Manual, Section 2.5.1.1 (Page 28-32)

Step-by-Step Mapping Gateway Dial Plan Configuration:
=====================================================

1. Navigate to:
   Navigation > Operation management > Gateway operation > Routing gateway

2. Right-click gateway and select "Additional settings"

3. Find "Callee number transform" section:
   - Callee number transform: Original prefix β†’ Target prefix
   - Multiple rules separated by comma

4. Example Configuration:
   Original: 00
   Target: (empty)

   Effect: Remove 00 prefix from incoming calls

5. Apply changes and test

Example Scenarios:
==================

Scenario 1: International calls coming with 00 prefix
Need to route to gateway expecting numbers without 00
Solution: Original: 00, Target: (leave empty)

Scenario 2: Local calls coming without area code
Need to add area code for routing
Solution: Original: *, Target: 025* (adds 025 prefix to all)

Scenario 3: Convert mobile prefix
Solution: Original: 013, Target: 8613 (convert Chinese mobile format)

πŸ“ Configuring Routing Gateway Dial Plan

Reference: VOS3000 2.1.9.07 Manual, Section 2.5.1.1 (Page 32-39)

SettingLocationPurpose
Callee number transformRouting Gateway > Additional settings > Dial planTransform called number before sending to this gateway
Caller number transformRouting Gateway > Additional settings > Dial planTransform calling number before sending to this gateway
Gateway prefixRouting Gateway > Main settingsAdd prefix for routing to this gateway

🎯 Common Dial Plan Use Cases

🌐 International Prefix Handling

ScenarioOriginalTargetExample
Remove 00 international prefix00(empty)004412345678 β†’ 4412345678
Add 00 international prefix*00*4412345678 β†’ 004412345678
Convert + to 00+00+4412345678 β†’ 004412345678
Add country code*86*13812345678 β†’ 8613812345678

πŸ“ž Area Code Manipulation

ScenarioOriginalTargetExample
Add area code to local numbersE8025*84316146 β†’ 02584316146
Remove area code025(empty)02584316146 β†’ 84316146
Change area code02501002584316146 β†’ 01084316146

🚨 Emergency Number Routing

Emergency Number Dial Plan Examples:
====================================

Scenario: Route emergency numbers to specific gateway

1. Emergency 911/112 routing:
   Create routing gateway with prefix: 911,112
   Dial plan on mapping gateway:
   - Original: 911, Target: (empty - pass through)
   - Original: 112, Target: 911 (convert 112 to 911)

2. Police emergency:
   Original: 110
   Target: (empty or specific routing number)

3. Ambulance/Medical:
   Original: 120
   Target: (routing destination)

Important Notes:
================
- Emergency numbers should have highest priority
- Use specific prefixes (not wildcards) for emergency routing
- Test thoroughly before production deployment

πŸ” Troubleshooting Dial Plan Issues

🚨 Common Problems and Solutions

ProblemPossible CauseSolution
Number not matching expected ruleLonger pattern exists and takes precedenceReview all dial plan rules, use longest matching principle
Prefix not removedOriginal prefix doesn’t match exactlyVerify exact prefix in CDR, adjust dial plan
Wrong transformation appliedMultiple rules with overlapping patternsCheck longest matching, reorder if needed
Billing discrepancyDial plan changes number after billing lookupVerify dial plan application point (before/after billing)
Number becomes emptyTarget prefix is empty for full matchUse correct wildcard patterns, avoid deleting entire number

πŸ“‹ Dial Plan Testing Procedure

Dial Plan Testing Steps:
========================

1. Enable Debug Trace:
   System > Debug trace > Check "On"

2. Make Test Call:
   Place call with number to test

3. View Call Analysis:
   CDR > Right-click failed call > Call analysis

4. Check Number Transformation:
   - Look for "called number" before and after transformation
   - Verify correct dial plan was applied

5. Check CDR:
   - Verify "callee billing" shows correct number
   - Compare with "callee access" for incoming number

6. Adjust if needed:
   - Modify dial plan rules
   - Re-test with new configuration

❓ Frequently Asked Questions

What happens when multiple dial plan rules match?

VOS3000 applies the longest matching principle. The dial plan rule with the longest matching prefix is selected. For example, if you have rules for β€œ0” and β€œ010”, the number β€œ01012345678” will match β€œ010” because it’s longer. The β€œ*” wildcard has the lowest priority.

Can I use dial plan to change caller ID?

Yes, VOS3000 supports caller number transformation in routing gateway settings. Configure β€œCaller number transform” in the routing gateway’s additional settings to modify the calling party number before sending to the downstream gateway.

How do I test if my dial plan is working correctly?

Enable debug trace in VOS3000, make a test call, then check the CDR and call analysis. The call analysis will show the number before and after transformation, confirming which dial plan rule was applied.

Can dial plan affect billing?

Yes, dial plan can affect billing if applied before the rate lookup. Mapping gateway dial plan transforms numbers before billing, while routing gateway dial plan transforms numbers after billing. Consider this when designing your number transformation strategy.

What’s the difference between gateway prefix and dial plan?

Gateway prefix is used for routing decisions – it determines which gateway handles the call. Dial plan transforms the actual number. Gateway prefix matching happens first for route selection, then dial plan transforms the number for the selected gateway.

πŸ“ž Get Expert Help with VOS3000 Dial Plan

Need assistance with complex dial plan configurations? Our VOS3000 experts can help you design and implement number transformation strategies for any VoIP scenario.

πŸ“± WhatsApp: +8801911119966

Contact us for VOS3000 installation, dial plan configuration, gateway setup, and professional VoIP support services!


πŸ“ž Need Professional VOS3000 Setup Support?

For professional VOS3000 installations and deployment, VOS3000 Server Rental Solution:

πŸ“± WhatsApp: +8801911119966
🌐 Website: www.vos3000.com
🌐 Blog: multahost.com/blog
πŸ“₯ Downloads: VOS3000 Downloads


king

Recent Posts

VOS3000 Caller Number Pool: Powerful CLI Rotation for Outbound Traffic

VOS3000 caller number pool configuration for CLI rotation on outbound calls. Setup random and poll…

6 hours ago

VOS3000 Protect Route: Smart Backup Gateway Activation with Timer

VOS3000 protect route configuration guide for smart backup gateway activation. Learn how timer-based failover with…

7 hours ago

VOS3000 Scaling: Proven Methods for High-Traffic VoIP Carrier Operations

VOS3000 scaling guide for high-traffic VoIP operations. Proven methods for handling thousands of concurrent calls…

7 hours ago

VOS3000 Outbound Registration: Important Carrier SIP Register Setup

VOS3000 outbound registration setup guide for carrier SIP trunk connections. Configure VOS3000 to register outbound…

7 hours ago

VOS3000 SIP Debug: Best Essential Wireshark and Log Analysis Guide

VOS3000 SIP debug guide with Wireshark capture, log analysis, and tcpdump commands. Learn essential troubleshooting…

7 hours ago

Saldo negativo VOS3000 Important: Bloqueo automatico de cuentas

Evite perdidas por saldo negativo VOS3000: configure Anti Overdraft, limite de descubierto (limitMoney) y bloqueo…

19 hours ago