Ctrl K
ring2all.com

CID Modifiers

📖 Introduction

CID (Caller ID) Modifiers manipulate caller ID information on incoming or outgoing calls. Use them to add prefixes, remove digits, or completely rewrite caller IDs.

---

🎯 Common Use Cases

ScenarioModification
Add country code+1 prefix to 10-digit
Strip leading digitsRemove 9 from 91234567890
Internal formattingConvert +1555... to 555...
Anonymize outboundSet specific caller ID
---

🖥️ Accessing the Module

Navigation: PBX → Incoming Tools → CID Modifiers
Cid Modifiers
Cid Modifiers

---

📝 Form Fields

Cid Modifiers Form
Cid Modifiers Form
FieldDescriptionExample
NameModifier nameAdd +1 Prefix
DescriptionPurpose notesUS numbers
DirectionInbound or OutboundInbound
Match PatternNumbers to modify^(\d{10})$
Replace PatternReplacement+1$1
PriorityOrder of processing1
EnabledModifier is activeYes

Pattern Examples

MatchReplaceBeforeAfter
^(\d{10})$+1$15551234567+15551234567
^9(\d+)$$191234512345
^1(\d{10})$$1155512345675551234567
.Anonymous5551234567Anonymous
---

🚀 Practical Example

Normalize US Numbers

Incoming calls show different formats. Normalize to +1XXXXXXXXXX:

Match PatternReplaceEffect
^(\d{10})$+1$110-digit to E.164
^1(\d{10})$+1$111-digit (1+10) to E.164
---

💡 Tips

TIP
Test patterns: Use regex testers before applying.
WARNING
Order matters: Lower priority numbers run first.

---

---

← Previous: Caller ID Lookup | Next: Call Flows →*

AI Assistant

👋 Hello! I'm your Ring2All documentation assistant. I can help you find information about configuring and using the Ring2All PBX platform.

How can I help you today?