Wednesday 24 July 2013

Transferring Incoming (DID calls ) to Different number.

Transferring Incoming (DID calls ) to Different number.

Login to Voice Gateway.

Create the below rule:

num-exp 62220700 1234

Where 622207000 is incoming DID number.
 and 1234 is local directory number.

Crate a dummy DN and enable call-forward all to external number or mobile.

ephone-dn  1
 number 1234
call-forward all 9987654321


Regards,
MMM

Friday 5 July 2013

Configuring Extensions and Phones on CME (Call Manager Express)

Before configuring a IP phone on Cisco CallManager Express (CCME), we 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 ephone directory number
(ephone-dn) refers to the phone lines that are associated with the ephone device.
Dual Line: A dual line uses for features such as call transfer ,call waiting and conferencing
A dual line configuration uses one line with two channels so that a second call to the same
line can be put in call waiting mode or a transfer.

-->Assigning Extensions to IP Phones –line 1
ephone-dn 10 dual-line
number 500
label ABC AYZ
description ABC XYZ
name ABC XYZ

-->Assigning Extensions to IP Phones –line 2

ephone-dn 11 dual-line
number 501
label ABC XYZ
description ABC XYZ
name Hiroaki Hamasaka

-->Configure the 7940 phone and assign ephone-dn numbers to buttons 1 and 2

ephone 1
mac-address A4BA.DBCC.467B
ephone-template 1
type 7940
button 1:10 2:11

-->Resetting IP Phone
#ephone 1
#restart
#


Links:
http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/gui/user/guide/cmegui_user.pdf
http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example
09186a008037f2a9.shtml

Regards,
MMM