Configuring Presence Service
How to Configure Presence Service
897
CiscoUnified Communications Manager Express System Administrator Guide
OL-10663-02
Verifying Presence Configuration
Step1 show running-config
Use this command to verify your configuration.
Router# show running-config
!
voice register global
mode cme
source-address 10.1.1.2 port 5060
load 7971 SIP70.8-0-1-11S
load 7970 SIP70.8-0-1-11S
load 7961GE SIP41.8-0-1-0DEV
load 7961 SIP41.8-0-1-0DEV
authenticate presence
authenticate credential 1 tftp://172.18.207.15/labtest/cred1.csv
create profile sync 0004550081249644
.
.
.
presence
server 10.1.1.4
sccp blf-speed-dial retry-interval 70 limit 20
presence call-list
max-subscription 128
watcher all
allow subscribe
!
sip-ua
presence enable
Step10 authenticate presence
Example:
Router(config-register-global)# authenticate
presence
(Optional) Enables authentication of incoming presence
requests from a remote presence server.
Step11 authenticate credential tag location
Example:
Router(config-register-global)# authenticate
credential 1 flash:cred1.csv
(Optional) Specifies the credential file to use for
authenticating presence subscription requests.
tag—Number that identifies the credential file to use
for presence authentication. Range: 1 to 5.
location—Name and location of the credential file in
URL format. Valid storage locations are TFTP, HTTP,
and flash memory.
Step12 end
Example:
Router(config-register-global)# end
Exits to privileged EXEC mode.
Command or Action Purpose