Number Manipulation¶
Document Metadata
Category: ConnexCS Basics → Number Manipulation
Audience: Administrators, Engineers, Support Team
Difficulty: Intermediate
Time Required: 5–10 minutes
Prerequisites: Understanding of number formatting and call-routing prefixes; access to customer routing or CLI configuration sections.
Related Topics: Prefix Set (for prefix rules), CLI / Number Rewrite Rules (for CLI manipulation)
Next Steps: Define your number formatting rules (e.g., strip leading zeros, add country code), then test routing flows to confirm correct number presentation.
ConnexCS offers several methods for number manipulation.
You can perform all methods of number manipulation in Management Customer:
- Parameter Rewrite (add / remove): Auth [IP or SIP] Parameter Rewrite
- Alias (modify): Alias
- Routing (modify: Routing CLI Rewrite CLI)
They're processed in the following order:
graph TD
A("1st: Parameter Rewrite") ==then==> B("2nd: Alias")
B ==then==> C("3rd: Routing")
style A fill:#ECEFF1,stroke:#0D47A1,stroke-width:4px
style B fill:#ECEFF1,stroke:#1976D2,stroke-width:4px
style C fill:#ECEFF1,stroke:#2196F3,stroke-width:4px