cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
388
Views
0
Helpful
2
Replies

Voip DIal-peer Problem pls. help

shamudra2000
Level 1
Level 1

My Head office PBX is connected to my Voice Router with 12 (VIC2-2E&M x 6 card) E&M Port and my Remote office-1 & 2 are the same.

My requirement:

1. HO dial to access code 60, then get a second dial tone and dial RO-1 PBX number (3000-3500)

2. HO dial to access code 80, then get a second dial tone and dial RO-2 PBX number (3000-3500)

Ext2000---PBX--E&M---HO-router-WAN---RO-1router---E&M---PBX---Ext3000

Ext2001---PBX--E&M---HO-router-WAN---RO-2router---E&M---PBX---Ext3000

Ho config:

voice-port 0/0/0 for RO-1

type 5

signal immediate

dial-type pulse

voice-port 0/0/1 for RO-2

type 5

signal immediate

dial-type pulse

dial-peer voice 100 pots

destination-pattern .T

port 0/0/0

dial-peer voice 101 voip

destination-pattern .T

session target ipv4:172.16.1.2

dial-peer voice 200 pots

destination-pattern .T

port 0/0/1

dial-peer voice 201 voip

destination-pattern .T

session target ipv4:192.168.1.100

RO-1 config:

voice-port 0/0/1

type 5

signal immediate

dial-type pulse

dial-peer voice 300 pots

destination-pattern .T

port 0/0/1

dial-peer voice 301 voip

destination-pattern .T

session target ipv4:172.16.1.1

RO-2 config:

voice-port 0/0/1

type 5

signal immediate

dial-type pulse

dial-peer voice 400 pots

destination-pattern .T

port 0/0/1

dial-peer voice 401 voip

destination-pattern .T

session target ipv4:192.168.1.101

Problem:

In HO both dial-peer voip has same destination-pattern. My both remote office has same extension number. So, how can I separate the calls of RO-1 & RO-2 ?

2 Replies 2

Brandon Buffin
VIP Alumni
VIP Alumni

If you configure the PBX to send the access code along with the extension, then you could have dial peers such as:

dial-peer voice 101 voip

destination-pattern 60....

session target ipv4:172.16.1.2

dial-peer voice 201 voip

destination-pattern 80....

session target ipv4:192.168.1.100

Hope this helps. If so, please rate the post.

Brandon

Thanks for your reply. I have already solved the problem. Here is the config:

Ho config:

voice-port 0/0/0 for RO-1

type 5

signal immediate

dial-type pulse

connection Tie-line 60

voice-port 0/0/1 for RO-2

type 5

signal immediate

dial-type pulse

connection Tie-line 80

dial-peer voice 100 pots

destination-pattern 70T

port 0/0/0

dial-peer voice 101 voip

destination-pattern 60T

session target ipv4:172.16.1.2

dial-peer voice 200 pots

destination-pattern 75T

port 0/0/1

dial-peer voice 201 voip

destination-pattern 80T

session target ipv4:192.168.1.100

RO-1 config:

voice-port 0/0/1

type 5

signal immediate

dial-type pulse

connection Tie-line 70

dial-peer voice 300 pots

destination-pattern 60T

port 0/0/1

dial-peer voice 301 voip

destination-pattern 70T

session target ipv4:172.16.1.1

RO-2 config:

voice-port 0/0/1

type 5

signal immediate

dial-type pulse

connection Tie-line 75

dial-peer voice 400 pots

destination-pattern 80T

port 0/0/1

dial-peer voice 401 voip

destination-pattern 75T

session target ipv4:192.168.1.101

Here RO-1 come HO by access code 70 & RO-2 come HO by access code 75. All of my PBX have some 1, 2 & 3 digit extension number.

Pls. check my configure.