SIP 403 forbidden, VOS3000 QoS configuration, VOS3000 debug trace, VOS3000 SIP session timer, VOS3000 dial plan, VOS3000 routing optimization

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

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

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 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 (VOS3000 Dial Plan)

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 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 (VOS3000 Dial Plan)

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


VOS3000 softswitch VoIP, VOS3000 seguridad, VOS3000 Call Center Soluciones, VOS3000 API Integración, VOS3000 Infraestructura, VOS3000 Errores Ruting Llamadas, VOS3000错误代码替换与呼叫失败排查, VOS3000 Optimización de Rendimiento, VOS3000 Códigos Error Terminación, VOS3000 NoAvailableRouter错误解决方案, Negocio VoIP Mayorista, VICIDIAL Servidor, Softswitch Barato, VoIP批发业务, 软交换比较, Advance Routing, VOS3000 Troubleshooting Guide, VOS3000 CDR Analysis, Guía Completa VOS3000 2026, VOS3000 指南 2026, SIP ALG Problems, VOS3000 gateway configuration, VoIP Fraud Prevention, VOS3000 Media Proxy, VOS3000 Call Termination Reasons, SIP 403 forbidden, VOS3000 QoS configuration, VOS3000 debug trace, VOS3000 SIP session timer, VOS3000 dial plan, VOS3000 routing optimizationVOS3000 softswitch VoIP, VOS3000 seguridad, VOS3000 Call Center Soluciones, VOS3000 API Integración, VOS3000 Infraestructura, VOS3000 Errores Ruting Llamadas, VOS3000错误代码替换与呼叫失败排查, VOS3000 Optimización de Rendimiento, VOS3000 Códigos Error Terminación, VOS3000 NoAvailableRouter错误解决方案, Negocio VoIP Mayorista, VICIDIAL Servidor, Softswitch Barato, VoIP批发业务, 软交换比较, Advance Routing, VOS3000 Troubleshooting Guide, VOS3000 CDR Analysis, Guía Completa VOS3000 2026, VOS3000 指南 2026, SIP ALG Problems, VOS3000 gateway configuration, VoIP Fraud Prevention, VOS3000 Media Proxy, VOS3000 Call Termination Reasons, SIP 403 forbidden, VOS3000 QoS configuration, VOS3000 debug trace, VOS3000 SIP session timer, VOS3000 dial plan, VOS3000 routing optimizationVOS3000 softswitch VoIP, VOS3000 seguridad, VOS3000 Call Center Soluciones, VOS3000 API Integración, VOS3000 Infraestructura, VOS3000 Errores Ruting Llamadas, VOS3000错误代码替换与呼叫失败排查, VOS3000 Optimización de Rendimiento, VOS3000 Códigos Error Terminación, VOS3000 NoAvailableRouter错误解决方案, Negocio VoIP Mayorista, VICIDIAL Servidor, Softswitch Barato, VoIP批发业务, 软交换比较, Advance Routing, VOS3000 Troubleshooting Guide, VOS3000 CDR Analysis, Guía Completa VOS3000 2026, VOS3000 指南 2026, SIP ALG Problems, VOS3000 gateway configuration, VoIP Fraud Prevention, VOS3000 Media Proxy, VOS3000 Call Termination Reasons, SIP 403 forbidden, VOS3000 QoS configuration, VOS3000 debug trace, VOS3000 SIP session timer, VOS3000 dial plan, VOS3000 routing optimization

VOS3000-FAQ-VOS3000-Original_English_Manual_Guide_Download, VOS3000 Server

VOS3000 Gateway & Routing FAQ – Configuration Easy Guide

VOS3000 Gateway & Routing FAQ – Configuration Easy Guide

Author: Rana Khan

Welcome to the VOS3000 gateway and routing FAQ guide. This comprehensive documentation covers all essential questions about VOS3000 gateway configuration, routing setup, agent management, and call flow analysis based on official documentation.

VOS3000 is a professional VoIP softswitch system that requires proper gateway and routing configuration for optimal call termination and carrier-grade performance.

VOS3000 Gateway Configuration

1. How to create agent

Creating agents in VOS3000 is essential for managing customer accounts and traffic distribution. Agents represent clients or partners who will be sending or receiving VoIP traffic through your softswitch. The agent creation process involves setting up basic account information, authentication credentials, and routing parameters.

When creating an agent, you need to specify the agent ID, name, and contact information. Additionally, configure the rate group that will apply to this agent’s traffic for billing purposes. The agent configuration also includes setting up calling privileges and any restrictions that apply to their traffic volume or destination scope.

2. How to add a VOS3000 gateway (mapping or routing)

Adding gateways in VOS3000 is fundamental to establishing connectivity with other VoIP systems. Mapping gateways handle incoming traffic from customers or traffic sources, while routing gateways manage outgoing traffic to termination partners and downstream carriers.

For mapping gateway configuration, define the gateway identifier, SIP connection parameters, and authentication credentials. Configure the IP addresses or ranges that are allowed to connect to this gateway. For routing gateway setup, specify the carrier’s SIP server details, routing prefixes, and termination parameters.

3. How to let a certain mapping gateway to go to a certain routing gateway – vos3000 gateway

Configuring specific routing from mapping gateways to designated routing gateways enables customer-specific routing arrangements. This feature allows you to direct traffic from particular customers to specific termination partners based on commercial agreements or routing requirements.

The routing configuration uses the mapping gateway identifier as a condition and specifies the desired routing gateway as the target. This ensures that calls entering through a specific mapping gateway are routed through designated termination partners according to your routing policies. vos3000 gateway

4. How to set priority of certain routing prefix

Setting routing prefix priority determines the order in which routing gateways are attempted when multiple gateways can terminate the same destination. Higher priority gateways are tried first, with fallback to lower priority gateways if the primary gateway fails or cannot complete the call.

Priority configuration works alongside prefix routing to define both preferred routing choices and failover sequences. When a call is placed, VOS3000 examines the destination prefix and selects the highest priority routing gateway configured for that prefix. If that gateway fails, the system automatically attempts the next priority gateway in sequence.

Billing & Rates

5. How to achieve billing by different caller prefix in mapping gateway

Implementing caller prefix-based billing allows different rates to apply based on the calling number’s prefix rather than the destination prefix. This capability is essential for wholesale VoIP operations where different rates apply based on the source of traffic, customer tier, or commercial agreement terms.

Configure caller prefix billing through mapping gateway settings by assigning rate groups based on caller ID analysis. The calling number analysis feature examines the caller ID or ANI information and applies the corresponding rate group for billing calculation. This enables differentiated billing for different traffic sources terminating to the same destinations. vos3000 gateway

6. How to achieve encryption between two VOS

Configuring encryption between VOS3000 systems enables secure communication between distributed deployments or interconnection with partner systems. Encryption prevents eavesdropping on inter-system signaling and media, protecting sensitive routing and billing information from exposure.

VOS3000 supports TLS for signaling encryption and SRTP for media encryption. Configure TLS transport on both systems with appropriate certificates for mutual authentication. Establish SIP peer relationships using TLS transport and verify that encrypted connections are established for all inter-system traffic.

7. How to solve the accuracy lost when import the rate table

Rate table import accuracy loss can occur due to formatting problems, character encoding issues, or rounding errors in the import process. Preventing accuracy loss requires careful attention to data preparation and import procedures.

Use CSV format with UTF-8 encoding for international character support. Verify field separators are consistent throughout the file and perform spot checks of imported data against source records after completion. The VOS3000 import function includes validation options that help identify potential issues before they impact billing.

8. The definition of Rate of connected and Rate of response

Rate of connected applies billing when calls are successfully connected and voice traffic flows between parties. Rate of response applies when the called party answers (SIP 200 OK) but the call may not complete successfully due to various reasons.

Different pricing can be configured for each scenario, allowing carriers to bill appropriately for partial call attempts that do not complete. This distinction is important for accurate billing and revenue collection in wholesale VoIP operations.

Advanced Configuration

9. How to catch the call-flow in VOS softswitch

Capturing call flow in VOS3000 helps troubleshoot routing issues, verify call processing, and analyze system behavior. Call flow capture provides detailed information about how calls are processed through the softswitch.

Use the VOS3000 data query and CDR analysis tools to examine call records and routing decisions. The navigation section provides access to CDR data and call flow information that can be used for troubleshooting and optimization purposes.

10. How to use the registration analysis

Registration analysis in VOS3000 monitors SIP registration status of connected gateways and endpoints. This feature ensures that only registered and authorized devices can send or receive calls through the system.

Configure registration monitoring through system settings, establish registration expiration parameters, set alerts for registration failures, and use registration status in routing decisions to prevent calls to unregistered endpoints. This improves routing reliability and security.

11. How to set sip redirect

SIP redirect handling in VOS3000 enables sophisticated routing scenarios where calls can be redirected to alternative destinations based on various conditions. SIP redirect responses inform the calling party about alternative destinations for reaching the called party.

Configure how VOS3000 handles redirect responses and whether the system follows redirects automatically or returns them to the calling party. This capability supports number portability handling, distributed call processing, and complex call routing scenarios.

12. How to check license information

Checking VOS3000 license information ensures that your system is properly licensed for the features and capacity you are using. License information can be accessed through the web management interface.

Navigate to the system information or license management section to view license status, expiration date, and feature availability. Ensure that your license covers your current deployment requirements and renew before expiration to avoid service interruption.

Professional Support

For professional VOS3000 gateway configuration, routing optimization, and VoIP hosting services, contact our expert team. We provide comprehensive VOS3000 solutions including gateway setup, routing configuration, and ongoing technical support.

Contact: [email protected] | +8801911119966 (WhatsApp Text only)

VOS3000 Server FAQ
VOS3000 Billing FAQ
VOS3000 Security FAQ
VOS3000 Monitoring FAQ


VOS3000-Offer, VOS3000 Price, VOS3000 rent, VOS3000 Hosting, VOS3000 installation, VOS3000 CentOS, VOS3000 Hosted, VOS3000 21907, VOS3000 Web, VOS3000 Softswitch, VOS3000 Keygen, VOS3000 Login, VOS3000 API, VOS3000 Anti Hack, VOS3000 21907, VOS3000 21907 Feature, VOS3000 2.1.6.00, client VOS3000, VOS3000 Server, VOS3000 GatewayVOS3000-Offer, VOS3000 Price, VOS3000 rent, VOS3000 Hosting, VOS3000 installation, VOS3000 CentOS, VOS3000 Hosted, VOS3000 21907, VOS3000 Web, VOS3000 Softswitch, VOS3000 Keygen, VOS3000 Login, VOS3000 API, VOS3000 Anti Hack, VOS3000 21907, VOS3000 21907 Feature, VOS3000 2.1.6.00, client VOS3000, VOS3000 Server, VOS3000 GatewayVOS3000-Offer, VOS3000 Price, VOS3000 rent, VOS3000 Hosting, VOS3000 installation, VOS3000 CentOS, VOS3000 Hosted, VOS3000 21907, VOS3000 Web, VOS3000 Softswitch, VOS3000 Keygen, VOS3000 Login, VOS3000 API, VOS3000 Anti Hack, VOS3000 21907, VOS3000 21907 Feature, VOS3000 2.1.6.00, client VOS3000, VOS3000 Server, VOS3000 Gateway