Showing posts with label CME Features. Show all posts
Showing posts with label CME Features. Show all posts

Monday, January 17, 2011

Configuring CBarge & Privacy Feature in CME

=====================
CBarge & Privacy in CME
=====================

If you want to test the cBarge functionality, you must disable privacy either from telephony-service or from phones. Oh, one more thing I just forgot to specify, you will must need the hardware conference bridge and the ad-hoc conference DN to be active during cBarge.
First, configure a Hardware Conference bridge & register it to CME. 
---------------------------------------------------------------------------------------
!
voice-card 0
  no dspfarm
  dsp services dspfarm
!
sccp local GigabitEthernet0/0
 sccp ccm 10.200.197.24 identifier 1 version 6.0
 sccp
!
sccp ccm group 1
  associate ccm 1 priority 1
  associate profile 1 register cme-cfb
!
dspfarm profile 1 conference
  codec g711ulaw
  codec g711alaw
  codec g729ar8
  codec g729abr8
  codec g729r8
  codec g729br8
  maximum sessions 4
  associate application SCCP
!
telephony-service
  sdspfarm units 2
  sdspfarm tag 1 cme-cfb
  no privacy         ! IMP. Else you won't see Remote in Use option.
  conference hardware
  max-ephones 10
  max-dn 40
  ip source-address 10.200.197.24 port 2000
  system message CME
  max-conferences 4 gain -6
  transfer-system full-blind
  create cnf-files version-stamp 7960 Dec 11 2010 10:26:55
!
------------------------------------------------------------------------------
! Create the new Ephone Template
!
ephone-template  1
  softkeys remote-in-use  CBarge Newcall
  softkeys hold  Newcall Resume Select Join
  softkeys idle  Cfwdall ConfList Dnd Gpickup HLog Join Login Newcall Pickup Redial RmLstC
  softkeys seized  Redial Pickup Gpickup HLog Meetme Endcall
  softkeys connected  Acct ConfList Confrn Endcall Flash HLog Hold Join Park RmLstC Select
!
!
ephone-dn  4  octo-line
  number 4000
  label Octo-Line 4000
  description 4000
!
!
ephone-dn  11  octo-line
  number 8889
  name My-Conference
  conference ad-hoc
!
!
ephone  1
  mac-address DC7B.9477.AEC1
  button  1:2 2:3
!
ephone  2
  privacy-button
  mac-address 001D.705E.D407
  ephone-template 1
  type 7962
  button  1:4
!
ephone  3
mac-address DC7B.94F8.BF47
ephone-template 1
type 7961
button  1:4
!

Configuring Extension Mobility On CME

================
  Configuring EM
================
Step 1: Create the DN, seems basic, but I created numbers inside the user & logout profiles without defining these DNs.
!
ephone-dn  4  octo-line
  number 4000
  label Octo-Line 4000
  description 4000
!
ephone-dn  5  octo-line
  number 4001 no-reg primary
  label Line-4001

Step 2: Create the logout Profile & assign it to the Ephone which needs EM Enabled. Without this, EM is not enabled o the phone. Similar to EM Enable Param on UCM.
!
voice logout-profile 1
  pin 9999
  user 1111 password 1111
  number 4001 type normal
!
!
ephone  3
  mac-address DC7B.94F8.BF47
  ephone-template 1
  type 7961
  logout-profile 1

Step 3: Create the User Profile, Unlike UCM, the password here is used for login instead of the PIN.
!
voice user-profile 1
  pin 1111
  user abc password 111
  number 4001,4000 type normal
!
Contrary to documentation in CME Admin Guide, I didn't need to create the URL Authentication with the tel-ser to make EM Work.