User Tools

Site Tools


eduardo:cisco:ccme:ccme-barge

Barge and Privacy

  • cBarge is supported on SCCP shared octo-line directory numbers and SIP shared-line directory numbers.
  • Privacy or Privacy on hold are supported on SCCP octo-line directory numbers and SIP shared-line directory numbers.
  • Privacy
    • When privacy is enabled, the other shared line phone cannot barge into an active call
    • However if the call is on hold, they can still retrieve it
  • Privacy on hold
    • Together with privacy enabled, this will stop the other shared line phone from retrieving the call even if it was placed on hold

Barge Configuration

  • Barge is supported for SIP shared-line directory numbers only. No configuration is required.
  • Configure a share line
    • Max-calls default is 2
voice register dn 1
  number 1234
  shared-line [max-calls <number>]
!
voice register pool 1
  number 2 dn 1
!
voice register pool 2
  number 2 dn 1

cBarge Configuration

SCCP

  • Configure shared octo line
ephone-dn 1 octo-line
  number 1235
!
ephone 1
  button 2:1
!
ephone 2
  button 2:1

SIP

  • Configure shared line
voice register dn 1
  number 1234
!
voice register pool 1
  number 2 dn 1
!
voice register pool 2
  number 2 dn 1

Privacy Configuration

SCCP

  • Configure a shared octo-line
  • Set the privacy or privacy on hold status globally. Affect all phones
    • Privacy is enabled by default
    • Privacy on hold is disabled by default
telephony-service
  no privacy
  ! *** Optionally enable privacy-on-hold
  privacy-on-hold
  • Set the privacy or privacy on hold status on each phones
  • Add a privacy toggle button. Only on ephone with octo line
ephone
  privacy-button

SIP

  • Configure a shared
  • Set the privacy or privacy on hold status globally. Affect all phones
    • Privacy is enabled by default
    • Privacy on hold is disabled by default
voice register global
  no privacy
  ! *** Optionally enable privacy-on-hold
  privacy-on-hold
  • Set the privacy or privacy on hold status on each phones
  • Add a privacy toggle button. Only on ephone with octo line
voice register pool 1
  privacy-button
eduardo/cisco/ccme/ccme-barge.txt · Last modified: 2024/02/23 08:20 by 127.0.0.1