Dial Plan Multiple Fax Lines

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
AGCUSA
Posts: 8
Joined: Mon Jul 13, 2009 9:49 pm
Location: USA

Dial Plan Multiple Fax Lines

Post by AGCUSA »

1. Brekeke Product Name and version: PBX 2.3.7.4

2. Java version:1.6

3. OS type and the version:Linux

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

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

6. Your problem:I have 8 fax lines that I am sending through the sip server of the PBX. Each Fax has it's own rule and priority. Depending on where the fax lines are in the order of priority seems to determine whether a fax call goes through. Is there a way to give all fax lines the same priority? Or maybe put all fax lines in the same rule?
Here is an example of one of the fax lines that I am using to pass the fax calls through the sip server.

Matching Pattern
$request=^INVITE
From=sip:NXXNXXXXXX@
$registered=false
To=sip:([0-9]{11})@

Deploy Pattern
To=sip:%1@voip.sipprovider.com

Thanks
AGCUSA
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

Matching Pattern
$request=^INVITE
From=sip:(from_1|from_2|from3)@
$registered=false
To=sip:([0-9]{11})@

Deploy Pattern
To=sip:%2@voip.sipprovider.com
Post Reply