Posts

Showing posts from June, 2016

Directory Number Configuration And Line Appearance

Image
The network setup: we have three phones registered to CUCM: one CIPC: x1000 one EyeBeam: x1002 one X-Lite: x1003 The below settings will be applied to the line 1000 as it pertains to the device CIPC Line Text Label Without it, the phone simply displays the line extension I modified it to “si Rchid” and “si Rchid” now appears as the name of the line. Display (Caller ID) When CIPC calls Eyebeam, Eyebeam sees a call from x1000: If I want EyeBeam to see the call coming from “Rchid”, I configure it at the Display (Caller ID) field. But the other way around is not true. When Eyebeam calls CIPC at x1000, the called number does not get transformed to Rchid Bolice:

Cisco Class Of Restriction COR

Image
This article demonstrates how to use the COR feature to establish classes of service. We have two phones at HQ site: x1000 and x1003. x1000 is a manager. x1003 is a security guard. Obviously, we will assign the national PSTN access to the manager and restrict the security guard access. In the topology below, I left only what is relevent to the experiment.   The steps required are: check which dial peers will be concerned by the COR feature configure the COR names configure COR lists according to our class of services assign COR lists to dial peers incoming COR lists to inbound matched dial peers outgoing COR lists to outbound matched dial peers We are going to apply one COR list for the inbound matched dial peer for calls from x1000; and we’re going to apply another COR list for the inbound matched dial peer for calls from x1003. Given the current configuration of the HQ router, I’m using a dial-peer 9999 for inbound call leg matching. The dial peer 9999 uses “inc...

Cisco Unified Border Element CUBE

Image
In this blog I am displaying examples of protocol interworking performed by Cisco Unified Border Element and then display the output with some “show” CLI commands. The lab setting we are going to use is as follows: In this topology, all the following routers act as Cisco Unified Border Elements: the HQ GW the emulated PSTN the MongiShop router In case you need a refresher on H323 configuration or packet analysis , then please read this post . Protocol interworking example 1: H.323 to SIP and SIP to H.323 The HQ Cisco Unified Border Element receives a H.323 call leg from CUCM, since I configured it as a H.323 gateway on CUCM. To reach MongiShop phones, I configured a dial peer 5000 on HQ CUBE and with session protocol SIP. We allow H.323 to SIP interworking: At the PSTN router, the inbound dial-peer 9999 uses session protocol SIP. The outbound dial peer towards MongiShop uses a H.323 dial peer. the inbound dial peer on PSTN CUBE the outbound dial peer on PSTN CUBE We allow SI...

CUCM Time Periods And Time Schedules

Image
In this post I give sample scenarios of configuring the following concepts: CUCM time periods and time schedules. For simplicity of use, I’ll refer to Time Periods as TimeP , and Time Schedules as Time Sched Use Case #1: the basic use of CUCM Time Periods and Time Schedules We will use as example a phone that wants to call an international destination. We create a Time Period: We define the following values: Time of Day Start Time of Day End Repeat Every Let’s assume it’s a company of hard working men that work until 9pm, from Monday to Friday: We create the Time Schedule: Call Routing -> Class of Control -> Time Schedule From the list of configured Time Periods, we assign the necessary Time Periods to the Time Schedule We create a time-dependant partition, i.e. a partition whose existence in the world of partitions depends on what time it is: We assign to it the Time Schedule we’ve just configured. And we assign a Route Pattern to this partition. We wil...