Hi!.
I would like your help. I´m trying to setup a configuration between 2 PBX one is CUCM 8.2 and the other is NBX.
Here´s the deal, in CUCM I have phone numbers from 4000 to 4949 and in the PBX I have numbers from 3000 to 3999 and 4950 to 4999.
So I need to know how can I configure a range of numbers since my current configuration have the complete 4xxx range targeting to the CUCM only.
!
dial-peer voice 4000 voip
destination-pattern 4...
session target ipv4:10.0.14.6
....
!
dial-peer voice 500 pots
destination-pattern 3...
port 0/1/0:23
forward-digits 4
!
Thanks in advance!
The dial-peer configuration guide covers all you need about setting up the destination-pattern as you need, have you reviewed it????
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/dialpeer/configuration/15-mt/vd-15-mt-book/vd-dp-feat-cfg.html#GUID-5539B69C-C725-43AD-B1B2-3E878DC78360
Plenty of links on CCO if you simply search "dial peer configuration"
In this case, I have to change destination-pattern 4... for 4.[0-4].
this will help you
dial-peer voice 4000 voip
destination-pattern 49[0-4].
session target ipv4:10.0.14.6
dial-peer voice 4001 voip
destination-pattern 4[0-8]..
session target ipv4:10.0.14.6
destination-pattern 49[5-9].
port 0/1/0:23
forward-digits 4
dial-peer voice 500 pots
destination-pattern 3...
port 0/1/0:23
forward-digits 4