Dhcp with IP phones

Hi, am new on this blog i need some help. I want to integrate IP phones remotely with the CME at the head office using DHCP to give the IP address and the call number. I have tried using the IP helper-address but may no head way.Thanks.

CME Queries

Hi Guyz,

I am New Member, i am working on Voice Project with Call Manager Express(very new for me) , I have lot of queries can someone guide me through it

1)I have 2 Cisco 2951 routers can they have HA(publisher,subscriber) like Call Manager ?

A)Cisco 2951 rtr with CME:-8.6 and CUE:-8.6

2)I have Call Center set up which i need to Implement wherein all users will get call via Toll Free Number but the users wont have DID numbers as extensioni have 2 PRI and both should be active and by pressing 9(TATA PRI) and 0(REL PRI) how to configure this set up

3)How the users will make outbound call and take board line number

4)I need to configure common mailbox if the agents are busy customer can leave Voice mail for them ?(I JUST HAVE 6 PORTS IN WHICH IVR AND MAIL BOXES SHOULD WORK)

Can somebody help me with configuration ? or any notes

Thanks in Advance for help,

Calling ID , Type and Plan

Hi ,

Just as a reminder when you sit in the lab, try to not forget to put the correct Calling number , type and plan and this for all situation so it is true as well for SRST.

So a good vision of the call routing is important

CUE Basic Integration with CME

Here are all the steps to perform if you want to integrate the CUE with the CME

  1. Create a SIP dial peer pointing to the CUE Module
  2. Configure the MWI On/Off extensions
  3. Configure the connectivity between CME and CUE Modules
  4. Perform CUE Configuration

For the first step , your dial peer will look like

dial-peer voice 1000 voip
destination-pattern 5555
session protocol sipv2
session target ipv4:172.17.1.1
dtmf-relay sip-notify
codec g711ulaw
no vad
!

The configurations of the MWI On/Off must be generic as it must cover all numbers and it is generally implemented as a kind of prefix as the MWI must know which number must be turned on or off. So it adds the number after the extension the MWI shortcut.

ephone-dn 50
number 5000….
mwi on
!
ephone-dn 60
number 6000….
mwi off

Regarding the link configuration between the CUE and CME, you need to borrow the Ethernet interface where the CUE module resides (don’t forget that CME and CUE can be splitted). So everything under the service-engine ( this is the CUE module) will rely on the Ethernet interfaces:

interface Service-Engine 1/0
ip unnumbered FastEthernet 1/0
service-module ip address 172.17.1.1 255.255.255.0
service-module ip default-gateway 172.17.1.254
!
ip route 172.17.1.1 255.255.255.255 Service-Engine1/0
!

In a multi-site implementations , you have then to configure a translation between your remote CME and the central CUE/CME because we told before that CUE relies on SIP Protocol and the rest of your network is an H323 network , so you need to translate all H323 request to SIP. You can do it generally with the config:

!
voice service voip
allow-connections H323 to sip

Page 1 of 512345