-
Notifications
You must be signed in to change notification settings - Fork 300
Common rePro Routes and Patterns
Scott Godin edited this page Jan 7, 2022
·
1 revision
This page documents a number of commonly used static routes and regular expressions which are useful for setting up static routes in rePro.
- Remove North American 91 Prefix
URI: ^sip:91([0-9]{10})@example.com Destination: sip:$1@example.com
For example this pattern will cause the following route transformation:
Incoming Request URI: sip:912223334444@example.com Resulting Target: sip:2223334444@example.com
- Navigation
- Developers
- Packages
- Community