cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
729
Views
0
Helpful
4
Replies

SIP (7821) monitoring on SCCP (7945)

kamil_folga
Level 1
Level 1

Hello,

 

I have a SIP phone (7821) and SCCP phone (7965). I`m using CME 10.5. Is it possible to monitor SIP line (voice register dn) status on SCCP phone?

 

Regards,

 

Kamil

 

2 Accepted Solutions

Accepted Solutions

Manish Gogna
Cisco Employee
Cisco Employee

Hi Kamil,

It is possible. As per the following guide "Presence with BLF allows either a SCCP phone or SIP phone to monitor the status of another SIP extensions, which enables presence information between phones."

http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-communications-manager-express/99946-cme-sip-guide.html

HTH

Manish

View solution in original post

Hi Kamil,

Basic presence feature in CUCME:

    Enabling Presence for Internal Lines:

cucme(config)#sip-ua
cucme(config-sip-ua)#presence enable
cucme(config)#presence
cucme(config-presence)#max-subscription 100
cucme(config-presence)#presence call-list

  

  SCCP : Enabling a Directory Number to be Watched :

cucme(config)#ephone-dn 4
cucme(config-ephone-dn)#allow watch

   

SIP : Enabling a Directory Number to be Watched :

cucme(config)#voice register dn 4
cucme(config-ephone-dn)#allow watch

 

   SCCP : Enabling BLF Monitoring for Speed-Dials and Call Lists :

cucme(config)#ephone 3
cucme(config-ephone)#blf-speed-dial 1 1002 label “Admin”

Enable “Phone Based Monitoring” using following syntax:

cucme(config)#ephone 2
cucme(config-ephone)#blf-speed-dial 1  1002 label “Admin” device

 

   SIP: Enabling BLF Monitoring for Speed-Dials and Call Lists:

cucme(config)#voice register pool 1
cucme(config-ephone)#blf-speed-dial 1 1002 label “Admin”

 

HTH

Manish

View solution in original post

4 Replies 4

Manish Gogna
Cisco Employee
Cisco Employee

Hi Kamil,

It is possible. As per the following guide "Presence with BLF allows either a SCCP phone or SIP phone to monitor the status of another SIP extensions, which enables presence information between phones."

http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-communications-manager-express/99946-cme-sip-guide.html

HTH

Manish

Hii Manish,

 

Thanks for reply. How connect blf-speed-dial to line in 7915 (SCCP) to watching SIP?

 

Regards,

 

Kamil


 

Hi Kamil,

Basic presence feature in CUCME:

    Enabling Presence for Internal Lines:

cucme(config)#sip-ua
cucme(config-sip-ua)#presence enable
cucme(config)#presence
cucme(config-presence)#max-subscription 100
cucme(config-presence)#presence call-list

  

  SCCP : Enabling a Directory Number to be Watched :

cucme(config)#ephone-dn 4
cucme(config-ephone-dn)#allow watch

   

SIP : Enabling a Directory Number to be Watched :

cucme(config)#voice register dn 4
cucme(config-ephone-dn)#allow watch

 

   SCCP : Enabling BLF Monitoring for Speed-Dials and Call Lists :

cucme(config)#ephone 3
cucme(config-ephone)#blf-speed-dial 1 1002 label “Admin”

Enable “Phone Based Monitoring” using following syntax:

cucme(config)#ephone 2
cucme(config-ephone)#blf-speed-dial 1  1002 label “Admin” device

 

   SIP: Enabling BLF Monitoring for Speed-Dials and Call Lists:

cucme(config)#voice register pool 1
cucme(config-ephone)#blf-speed-dial 1 1002 label “Admin”

 

HTH

Manish

Thanks. It`s works.

 

Regards, 

 

Kamil