Call Flows in CUC Systems Flashcards
By default, which does CUCM use to define servers to phones in configuration files: DNS names or IP addresses?
DNS names
Where do calls placed from a remote site in a centralized call model go to access the PSTN?
They can be routed out either the branch gateway or from the main location gateway.
Name two items that must be configured on CUCM for SRST to work as expected.
- Extensions supported by SRST should have CFUR set up to reach them when their branch is down.
- The call-routing table should include a PSTN gateway and digit manipulation to support the CFUR numbers.
How many remote locations are supported in a CUCM cluster?
1,000
How many H.323 or MGCP gateways are supported in a CUCM cluster?
1,100
What is the maximum number of phones supported in SRST on a branch router (3945E)?
1,500
Name the two methods of providing CAC.
CUCM location-based CAC and RSVP.
Name two protocols that CUCM can use to control Cisco voice gateways.
MGCP and SCCP
Which calling model is simpler: centralized multi-site or distributed multi-site?
Centralized multi-site
Name three protocols used for signaling between CUCM clusters in a distributed multi-site model.
SIP, H.323, ICT (Inter-Cluster Trunk).
What device type allows scalability of distribute multi-site architectures to thousands of facilities?
Gatekeepers
What configuration option is needed to implement AAR? How does it help?
AAR groups are needed to manipulate dialed digits for routing over the PSTN.
What does AAR stand for?
Automated Alternate Routing
What are HEHO and TEHO?
Head-end hop-off and tail-end hop-off refer to PSTN access at the local and remote locations for a call.
An end-to-end call between IP phones attached to separate CME routers requires how many dial peer statements?
Four
What type of CME dial peer is used for connections via an FXO/FXS port?
POTS
Give the CME commands that configure dial peer #1 for extension 7777 on the FXS interface at location 0/0/1.
(config)# dial-peer voice 1 pots
(config-dial-peer)# destination-pattern 7777
(config-dial-peer)# port 0/0/1
Give the command that shows what voice ports are installed on a router.
show voice port summary
Name the three areas of configuration on FXS ports.
Signaling
Call progress tones
Caller ID information
What are the two signaling options for FXS ports?
Loop start and ground start
Give the commands that tell a router to use loop start signaling for FXS port 0/0/0.
(config)# voice-port 0/0/0
(config-voiceport)# signal loopStart
Give the commands that tell a router to use USA call progress tones on FXS port 0/0/0.
(config)# voice-port 0/0/0
(config-voice-port)# cptone US
Give the commands that tell a router to use the number 555-1000 for the Caller ID number on FXS port 0/0/0.
(config)# voice-port 0/0/0
(config-voice-port)# station-id number 5551000
What two configuration options are available on FXO ports that are not on FXS ports? Give the options, associated commands, and defaults.
Dial type specifies DTMF or pulse. The command is dial-type with a default of dtmf.
Ring number specifies the number of rings before the router answers the call. The command is ring number with a default of 1.