04-20-2015 12:28 AM - edited 03-17-2019 02:43 AM
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
Solved! Go to Solution.
04-20-2015 03:08 AM
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
04-20-2015 05:08 AM
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
04-20-2015 03:08 AM
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
04-20-2015 04:02 AM
Hii Manish,
Thanks for reply. How connect blf-speed-dial to line in 7915 (SCCP) to watching SIP?
Regards,
Kamil
04-20-2015 05:08 AM
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
04-20-2015 05:23 AM
Thanks. It`s works.
Regards,
Kamil
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide