Cisco Cisco TelePresence MX700 기술 참조

다운로드
페이지 205
D15335.04
 Cisco TelePresence MX700 and MX800 API Reference Guide CE8.2, JUNE 2016. 
Copyright © 2016 Cisco Systems, Inc. All rights reserved. 
131
Cisco TelePresence MX700 and MX800
API Reference Guide
xCommand Phonebook ContactMethod Add
Add contact details for an existing contact in the local phonebook. The command returns the 
ContactMethodId, which is a unique string that identifies the contact method; typically the 
format is “n”.
You can add several contact methods to a contact. Note that only the first contact method 
will appear in the Favorites list on the Cisco TelePresence Touch controller. The first contact 
method may have been created when issuing the xCommand Phonebook Contact Add 
command to make the contact. All contact methods are available in the API and on the web 
interface.
Requires user role: ADMIN, USER
USAGE: 
xCommand Phonebook ContactMethod Add ContactId: "
ContactId
" [Device: 
Device
Number: "
Number
" [Protocol: 
Protocol
] [CallRate: 
CallRate
] [CallType: 
CallType
where
ContactId: String (0, 255)
The unique identifier for the contact that you want to add a contact method to. The 
identifier will be returned by an xCommand Phonebook Search command. It was also 
returned when the xCommand Phonebook Contact Add command was issued to make 
the contact.
Device: Mobile/Other/Telephone/Video
Set which type of device to call to.
Number: String (0, 255)
The phone number or address of the contact.
Protocol: Auto/H320/H323/SIP/Spark
Select protocol.
CallRate: Integer (0..6000)
Set a call rate.
CallType: Audio/Video
Select a call type (audio or video).
xCommand Phonebook ContactMethod Delete
Delete a contact method from an existing contact in the local phonebook.
Requires user role: ADMIN, USER
USAGE: 
xCommand Phonebook ContactMethod Delete ContactId: "
ContactId
" ContactMethodId: 
"
ContactMethodId
where
ContactId: String (0, 255)
The unique identifier for the contact you want to change. The identifier will be returned 
by an xCommand Phonebook Search command. It was also returned when the 
xCommand Phonebook Contact Add command was issued to make the contact.
ContactMethodId: String (0, 255)
The unique identifier for the contact method you want to delete. The identifier will be 
returned by an xCommand Phonebook Search command. It was also returned when the 
xCommand Phonebook ContactMethod Add command was issued to make the contact 
method.
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand