McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 789

↗ View in doc context
page
789
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::753

<PhoneSystem> <URI>/vmrest/phonesystems/aa6d3f45-ccdf-4fa2-8170-e5c94b51813a</URI> <ObjectId>aa6d3f45-ccdf-4fa2-8170-e5c94b51813a</ObjectId> <DisplayName>PhoneSystem</DisplayName> <MwiAlwaysUpdate>false</MwiAlwaysUpdate> <MwiPortMemory>false</MwiPortMemory> <CallLoopSupervisedTransferDetect>false</CallLoopSupervisedTransferDetect> <CallLoopForwardNotificationDetect>false</CallLoopForwardNotificationDetect> <CallLoopDTMF>A</CallLoopDTMF> <CallLoopGuardTimeMs>2500</CallLoopGuardTimeMs> <PortCount>0</PortCount> <EnablePhoneApplications>false</EnablePhoneApplications> <DefaultTRaPSwitch>true</DefaultTRaPSwitch> <MwiForceOff>false</MwiForceOff> <RestrictDialUnconditional>false</RestrictDialUnconditional> <RestrictDialScheduled>false</RestrictDialScheduled> <RestrictDialStartTime>0</RestrictDialStartTime> <RestrictDialEndTime>0</RestrictDialEndTime> <CallLoopExtensionDetect>true</CallLoopExtensionDetect> <AXLServerURI>/vmrest/phonesystems/aa6d3f45-ccdf-4fa2-8170-e5c94b51813a/axlservers</AXLServerURI> <PhoneSystemAssociationURI>/vmrest/phonesystems/aa6d3f45-ccdf-4fa2-8170-e5c94b51813a/phonesystemassociations</PhoneSystemAssociationURI> </PhoneSystem> Response Code: 200 Adding a New Phone System The following is an example of the POST request that adds the Phone Systems: https://<connection_server>/vmrest/phonesystems The actual response will depend upon the information given by you. <PhoneSystem> <DisplayName>PhoneSystem1</DisplayName> </PhoneSystem> Response Code: 201 To create a phone system, only the <DisplayName> parameter is mandatory. Note Modifying a Phone System The following is an example of the PUT request that modifies the Phone System as represented by <phonesystemid>: https:/<Connection_server>/vmrest/phonesystem/<objectId> The following is an example of the response from the above PUT request and the actual response will depend upon the information given by you:. Cisco Unity Connection Provisioning Interface (CUPI) API 757 Cisco Unity Connection Provisioning Interface (CUPI) API for Telephony Integrations Adding a New Phone System