Number Manipulation¶
There are several methods that ConnexCS offers for number manipulation.
All methods of number manipulation are performed within Management Customer:
- Parameter Rewrite (add/remove): Auth [IP or SIP] Parameter Rewrite
- Alias (modify): Alias
- Routing (modify: Routing CLI Rewrite CLI
They are 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