Basic IP Phone Configuration on Cisco Call Manager Express



Sponsored Links


Before showing you how to configure a basic IP phone on Cisco CallManager Express (CCME), you need first to understand the concepts of ephone and ephone-dn.

In CCME, “ephone” (short for Ethernet Phone) refers to the physical IP phone device, and is configured with the Ethernet MAC address of the IP phone. The MAC address of the IP phone uniquely identifies the device on the network and is found on a sticker on the underside of the IP phone or from the phone’s shipping carton label.

The ephone directory number (ephone-dn) refers to the phone lines that are associated with the ephone device. The ephone-dn parameter basically configures the telephone device number. Also, the ephone-dn can use the “dual-line” option which will allow the IP phone to handle two simultaneous calls. The dual-line option also provides a way for the phone to support call waiting, conferencing, call transfer with consultation etc.

Configuration:

In the following configuration we will configure a Cisco 7960 IP phone with two directory numbers 2100 and 2200 on the first two line buttons of the telephone.

CCME#show running-config

!Tell the router that the phone firmware P00303020214.bin is located in Flash

tftp-server flash:P00303020214.bin

!Configure the IP Telephony DHCP range
ip dhcp pool Voice
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
option 150 ip 10.1.1.1

interface FastEthernet0/0
ip address 10.1.1.1 255.255.255.0

telephony-service
ip source-address 10.1.1.1
load 7960-7940 P00303020214
max-ephones 24
max-dn 24
create cnf-files

!Configure the first directory number 2100
ephone-dn 10 dual-line
number 2100

!Configure the second directory number 2200
ephone-dn 11 dual-line
number 2200

!Configure the 7960 phone and assign ephone-dn numbers to buttons 1 and 2
ephone 1
mac-address 000d.aa45.3f6e
type 7960
button 1:10 2:11

Bookmark and Share

Related posts:

  1. Call Manager Express CME Deployment Scenarios
  2. Hardware Conferencing with PVDM Module on 2801 Call Manager Express
  3. How To Install Cisco Call Manager Express CME Software
  4. SIP Trunking With Call Manager Express
  5. Connecting two Cisco Unified Communication Manager Express with H323
  6. Cisco CallManager Express Deployment Topologies
  7. Basic Cisco Router Configuration Steps





8 Responses to 'Basic IP Phone Configuration on Cisco Call Manager Express'

  1.   Basic IP Phone Configuration on Cisco Call Manager Express | CiscoTips by Cisco Information Technology - March 26th, 2009 at 1:22 am

    [...] View original post here:  Basic IP Phone Configuration on Cisco Call Manager Express | CiscoTips [...]

  2. asad - November 17th, 2009 at 5:26 am

    how to configure the network to support multicast because i need to configure Music on hold on CME Router can anyone help me the command

  3. BlogAdmin - November 17th, 2009 at 10:01 am

    As far as I know you don’t need to configure multicast for Music on Hold. The music stream is transfered as unicast from the CallManager system to the phone.

  4. asad - November 18th, 2009 at 2:05 am

    Dear Blog Admin you mean that if we are not echoing the command of multicast moh 239.1.1.10 port 2000 route 192.168.1.1 will it play music when keeping somebody on hold just with this command

    telephony-services
    moh music-on-hold.au

  5. BlogAdmin - November 19th, 2009 at 2:01 pm

    Yes it will work. Music on Hold works both with unicast and multicast.

  6. asad - November 21st, 2009 at 3:04 am

    I worked on Unicast mode it is not working can you please help for the multicast mode mean how to configure the network to suppor multicast.

  7. asad - November 21st, 2009 at 5:45 am

    this is configuration of My Router Config Dear BlogAdmin Please help me to solve the problem

    sho
    Router#show run
    Router#show running-config
    Building configuration…

    Current configuration : 8011 bytes
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    boot-start-marker
    boot-end-marker
    !
    !
    no aaa new-model
    !
    resource policy
    !
    ip subnet-zero

    no ip dhcp use vrf connected
    –More–  ip dhcp excluded-address 10.15.100.1 10.15.100.10
    !
    ip dhcp pool test-Voice
    network 10.15.100.0 255.255.255.192
    default-router 10.15.100.1
    option 150 ip 10.15.254.1
    !
    !
    !
    voice-card 0
    no dspfarm
    !
    !

    !
    –More–  !
    !

    username yahoo privilege 15 password 0 yahoo
    !
    !

    interface GigabitEthernet0/0
    no ip address
    duplex full
    speed 100
    media-type rj45
    negotiation auto
    !
    interface GigabitEthernet0/0.15
    –More–   encapsulation dot1Q 15 native
    ip address 10.15.254.1 255.255.255.0
    no snmp trap link-status
    !
    interface GigabitEthernet0/0.516
    encapsulation dot1Q 516
    ip address 10.15.100.1 255.255.255.192
    no snmp trap link-status
    !
    interface GigabitEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    media-type rj45
    negotiation auto
    !
    ip classless
    !
    !
    ip http server
    no ip http secure-server
    !
    –More–  !
    !
    !
    !
    control-plane
    !

    !
    !
    !
    telephony-service
    load 7971 SCCP70.8-3-3S.loads
    load 7970 SCCP70.8-3-3S.loads
    max-ephones 20
    max-dn 20
    ip source-address 10.15.254.1 port 2000
    auto assign 1 to 20
    system message Asadullah Wouria
    max-conferences 12 gain -6
    moh music-on-hold.au
    multicast moh 239.1.1.1 port 2000
    web admin system name asad password asadkhan
    dn-webedit
    time-webedit
    transfer-system full-consult
    create cnf-files version-stamp Jan 01 2002 00:00:00
    !
    ephone-dn 1
    number 9000
    !
    !
    ephone-dn 2
    number 9001
    !
    !
    ephone-dn 3
    number 9002
    !
    !
    ephone-dn 4
    number 9003
    !
    !
    ephone-dn 5
    number 9004
    !
    !
    ephone-dn 6
    –More–   number 9005
    !
    !
    ephone-dn 7
    number 9006
    !
    !
    ephone-dn 8
    number 9007
    !
    !
    ephone-dn 9
    number 9008
    !
    !
    ephone-dn 10
    number 9009
    !
    !
    ephone-dn 11
    number 9010
    !

    !
    ephone 1
    mac-address 001F.9EAE.142F
    type 7912
    button 1:1
    !
    !
    !
    ephone 2
    !
    !
    !
    ephone 3
    –More–  !
    !
    !
    ephone 4
    !
    !
    !

    !
    !
    –More–  line con 0
    stopbits 1
    line aux 0
    stopbits 1
    line vty 0 4
    privilege level 15
    login local
    !
    scheduler allocate 20000 1000
    !
    end

  8. BlogAdmin - November 21st, 2009 at 11:37 am

    You can see the following cisco link for more information about configuring Music on Hold: CME-MOH

    You will need to configure the command multicast-moh under the ephone:
    ephone 1
    multicast-moh


Leave a Reply

cisco asa firewall ebook

Configuration Tutorial For Cisco ASA 5500 Firewalls
With FREE ASA 5505 Configuration Tutorial Bonus

CLICK HERE TO DOWNLOAD EBOOKS

Sponsored Links