11-29-2006 02:59 AM - edited 03-13-2019 03:49 PM
HI,
How can i force a DN to use a specified dial pots to access PSTN( i have 2 pri and a fxo and i want DN XXX uses fxo port)
11-29-2006 03:42 AM
You can force it:
The first dial-peer the most restrictive, for instance, if you want the DN 111 to use the fxo port:
dial-peer voice 1 pots
destination-pattern 111
port 1/0 -->(fxo)
.....
And the others DNs:
dial-peer voice 2 pots
destination-pattern .T
port 1/0:15 -->(pri)
....
Regards
Hope this helps. if so pls rate pots
11-30-2006 01:12 PM
I assume you are using CallManager.
You could create a new set of Partition, CSS, Route ...
On that DN line, you would have it using the new CSS, which try to use a route pattern in a new Partition, which would point to the new and restricted route list, which points to new route group which only have fxo ports.
12-06-2006 05:50 AM
Also, if you are in a situation where you have a 1FB and are NOT getting DNIS from the carrier, just use the connectin plar and attach it to the voice port you want the traffic to ring down to. Examlpe:
PSTN -----FXO - -V-GW-----FXS
on the FXO,
voice-port 0/0/1
connection plar opx 555
then..
dial-peer voice 555 pots
incoming called-num 555
port 0/1/0 (FXS port)
12-09-2006 07:13 PM
You'll need a h323 gateway with Call Manager. In the h323 gateway create some translation patterns for inbound calls via voip. For example; Extension 111 is the line with the assigned to a certain pots.
voice translation-rule 1
rule 1 /^9/ /19/
voice translation-profile PSTN-OUTPOTS1
translate called 1
dial-peer voice 111 voip
answer-address 111
translation-profile incoming PSTN-OUTPOTS1
dial-peer voice 112 pots
destination-pattern 19T
translate-outgoing 1
port 0/1/0
If its with a Call Manager Express device, you'll need to use the truck command. This will allow you to assign a dn to a certain pots line. Its really easy..
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide