Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cme 4.1 trunk group on 4fxo 2

Status
Not open for further replies.

jm9776

Technical User
Aug 21, 2005
16
US
I running a cme 4.1 and have a question about trunk groups. I am using four pots lines in a 4-fxo and assigned them to a trunk group. I have the outbound dial-peers setup with the trunk group command. If i disconnect the first pots line from fxo-0 and try to place a call I get a busy signal. It does not hunt to the next line. Is this just the way it works or is there a way around this issue? Any help would be greatly appreciated.

Thanks,

!
trunk group POTS
hunt-scheme sequential
!
voice-port 0/1/0
trunk-group POTS 1
connection plar (# of line)
!
voice-port 0/1/1
trunk-group POTS 2
connection plar (# of line)
!
voice-port 0/1/2
trunk-group POTS 3
connection plar (# of line)
!
voice-port 0/1/3
trunk-group POTS 4
connection plar (# of line)
!
dial-peer voice 100 pots
trunkgroup POTS
corlist outgoing call-all
destination-pattern 91[2-9]..[2-9]......
forward-digits 11


 
In global you need to insert your trunk group.

Trunk group Pots

Then you need to set the trunk group on the voice-ports
you have dial tone connected too.

voice-port 0/1/1
trunk-group Pots

Then apply to your all your dial-peers!

dial-peer voice 11 pots
trunkgroup Pots
destination-pattern 9911
forward-digits 3
!
dial-peer voice 12 pots
trunkgroup Pots
destination-pattern 9[2-9]......
forward-digits 7
!
dial-peer voice 13 pots
trunkgroup Pots
destination-pattern 9[2-9]..[2-9]......
forward-digits 11









[americanflag] Spc NVARNG
Tek-TIP Member 19,650
 
under the voice port enter this command:
timeouts wait-release infinity

So in a call failure situation (no dial-tone) the port will not be released until you manually do so.

The first caller that hits that port for the first time that it fails will have to dial again but it won't happen again.

That's the best I can come up with.

 
Thank you Jeter and whykap for your help. My biggest worry is with a line problem on one of the Fxo's. I will try adding this command to my voice ports.

Thanks again!!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top