McDewey

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

Page 446

↗ View in doc context
page
446
source
cucm/v15/tapi-dev-guide/tapi-dev-guide.md
chunk_id
cucm::v15::tapi-dev-guide::tapi-dev-guide::460

LPCT_JOIN_ON_SAME_LINE

0x00000400, LPCT_JOIN_ACROSS_LINE

0x00000800, LPCT_DIRECTTRANSFER_ON_SAME_LINE

0x00001000, LPCT_DIRECTTRANSFER_ACROSS_LINE

0x00002000 }; dwParam3 -default = 0, In case, dwParam2 = LPCT_INTERCOM_LINE, dwParam3 is the result of the change Enum CiscoIntercomLineChangeResult { IntercomSettingChange_successful = 0; IntercomSettingRestorationFail = 1 } If dwParam2 = LPCT_RECORDING_TYPE, dwParam3 will have a new Recording Type: enum recordType { RecordType_NoRecording = 0, RecordType_AutomaticRecording = 1, RecordType_ApplicationInvokedCallRecording = 2, RecordType_DeviceInvokedCallRecording = 3 }; Phone Property Changed Events CPDSMT_PHONE_PROPERTY_CHANGED_EVENT When a Phone property is changed, a PHONE_DEVSPECIFIC event is fired with indication of what has been changed. The following format of the parameters applies: dwParam1 – SLDSMT_LINE_PROPERTY_CHANGED (0x04) dwParam2 – indication type – CiscoLinePropertyChangeType dwParam3 – updated based on dwParam2 (LinePropertyChangeType) CiscoPhonePropertyChangeType enum CiscoPhonePropertyChangeType { PPCT_DEVICE_IPADDRESS = 0x00000001, PPCT_NEWCALL_ROLLOVER = 0x00000002, PPCT_CONSULTCALL_ROLLOVER = 0x00000004, PPCT_JOIN_ON_SAME_LINE = 0x00000008, PPCT_JOIN_ACROSS_LINE = 0x00000010, PPCT_DIRECTTRANSFER_ON_SAME_LINE = 0x00000020, PPCT_DIRECTTRANSFER_ACROSS_LINE = 0x00000040, PPCT_DEVICE_MULTIMEDIACAP_INFO = 0x00000080, PPCT_DEVICE_HUNTGROUP_LOGIN_INFO = 0x00000090, }; PPCT_DEVICE_MULTIMEDIACAP_INFO Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 414 Cisco Device-Specific Extensions Phone Property Changed Events

Page 446 content