How to add Tech Prefix to a number?

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
suj
Posts: 1
Joined: Sat Mar 01, 2008 2:41 am

How to add Tech Prefix to a number?

Post by suj »

1. Brekeke Product Name and version:

2. Java version:

3. OS type and the version:

4. UA (phone), gateway or other hardware/software involved:

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem:

How to add Tech Prefix to a number?

For Ex:

Numbers starting with 91 should have 23451 added before them.

Thanks.
Laurie
Posts: 245
Joined: Mon Jan 07, 2008 12:25 pm

Post by Laurie »

Try the DialPlan rule below.

------------
[Matching Patterns]
$request = ^INVITE
To = <sip:91(.+)>

[Deploy Patterns]
To = <sip:2345191%1>
------------
Post Reply