Round-robin between 2 numbers on the recipient CallerID

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
hsoehar
Posts: 31
Joined: Thu Apr 07, 2005 2:07 am

Round-robin between 2 numbers on the recipient CallerID

Post by hsoehar »

1. Brekeke Product Name and Version: Brekeke PBX v3.6.2.5

2. Java version: 1.8.0_102

3. OS type and the version: Windows Server 2008 R2 v6.1

4. UA (phone), gateway or other hardware/software involved: Nexmo ITSP and X-Lite softphone

5. Your problem:

ARS OUT:
[Matching Patterns]
From: sip:2([0-9]{2})@
To: sip:\+([0-9]{7,25})@

[Deploy Patterns]
From: <sip:123456789@sip.nexmo.com>
To: sip:$1@sip.nexmo.com

The above ARS will display +123456789 on the recipient CallerID.

If I have another number, let say 987654321, how can I display the two number (round-robin) on the recipient CallerID?[/u]
Mr Tho
Posts: 25
Joined: Wed May 25, 2016 3:03 am

Post by Mr Tho »

you can create new Pattern-out with Deploy patterns:

[Deploy Patterns]
From: <sip:987654321@sip.nexmo.com>
To: sip:$1@sip.nexmo.com
Post Reply