CallerID Mods: Difference between revisions

From MiRTA PBX documentation
Jump to navigation Jump to search
(Created page with "A callerid mod is a way to change the callerid of inbound calls, so it will be easier for your clients to call the number back. One common usage is when your DID provider is...")
 
No edit summary
Line 3: Line 3:
One common usage is when your DID provider is sending + and you don't want to send it to your clients.
One common usage is when your DID provider is sending + and you don't want to send it to your clients.


This can be captured and removed with a simple regex like ^/+.*
This can be captured and removed with a simple regex like ^\+.*

Revision as of 15:49, 8 August 2017

A callerid mod is a way to change the callerid of inbound calls, so it will be easier for your clients to call the number back.

One common usage is when your DID provider is sending + and you don't want to send it to your clients.

This can be captured and removed with a simple regex like ^\+.*