SIP & SCCP Phone flow CUCM

Here are some flows of a SIP & SCCP phone call. My purpose was to see is it really only digit-by-digit dialing even when the phone is on hook.

SCCP

on-hook dialing : EnBloc

off-hook dialing : Digit by Digit

SIP

type B on-hook dialing no dial-rules : EnBloc

type B off-hook dialing no dial-rules : Digit by Digit with KPML event

Read more

CCIE Collaboration written 400-051 notes.

Here are some thing that is nice to know. Of course check the blueprint to see what is recommended reading.

Cisco Unified IP Phone Firmware Distribution Methods

Table 1. Summary of Distribution Models

Peer Firmware Sharing Load Server Traditional TFTP

Advantages

• Hierarchy is automatic
• One download per phone model on a subnet
• Uses TCP
• Fails back to TFTP
• Speeds up LAN upgrades
• Reduces TFTP CPU load during upgrade
• Has same download time as LAN image distribution
• Distributes TFTP load over multiple TFTP servers
• Proven distribution
• Default behavior

Disadvantages

• Must be enabled on each phone
• Hierarchy is formed for each phone model
• Hierarchy is limited to subnet
• IP must be set on each phone
• Administrator must manually file copy to load server
• No failback to TFTP on error
• More prone to user error
• High-bandwidth requirements
• Multiple requests for same file
• High CPU usage on TFTP server

Link : http://www.cisco.com/c/en/us/products/collateral/collaboration-endpoints/unified-ip-phones-9900-series/white_paper_c11-583891.html

Read more

Callmanager Express CME Translation rules

Currently I am studying for the CCIE Collaboration written to re-certify my CCIE. It was a long time since I worked with the translation rules, so here’s some nice stuff with a load of rules. Basic cme translation rules : /123/ /456/ = replace 123 with 456 ^ = begins with $ = end of … Read more