Wiki source code of Conference Room Leave Event

Version 22.1 by hanlys on 2016/01/06 16:50

Show last authors
1 {{layout}}
2 {{layout-section ac:type="two_right_sidebar"}}
3 {{layout-cell}}
4 {{warning}}
5 This page is currently being written. Although the information below is probably accurate, it may not be complete or may have errors.
6 {{/warning}}
7
8 {{info}}
9 The information on this page applies to **iSymphony 3.2+**.
10 {{/info}}
11
12 {{note}}
13 This event will only be fired for call segments on servers that have conference rooms enabled.
14 {{/note}}
15
16 = Description =
17
18 The conference room leave event signifies that a call segment has left a conference room.
19 {{/layout-cell}}
20
21 {{layout-cell}}
22 {{panel title="On this page"}}
23
24
25 {{toc/}}
26 {{/panel}}
27 {{/layout-cell}}
28 {{/layout-section}}
29
30 {{layout-section ac:type="single"}}
31 {{layout-cell}}
32
33
34 = JSON Representation =
35
36 {{code language="js"}}
37 {
38 callerIdNumber=4224,
39 coreServerId=87d3e842-03d0-4f28-9547-c35980bb8d30,
40 conferenceRoomName=Bob,
41 type=confRoomCallSegmentLeave,
42 userId=397af49d-ae46-4d16-8788-751b96779ec2,
43 callSegmentId=0217e7ba-2976-49b5-bdea-23df37da25c0,
44 conferenceRoomId=200ba87e-356a-4e34-ae97-ae3fa8374639,
45 extensionNumber=4224,
46 time=1452123365087,
47 callerIdName=Michael Y (desk),
48 extensionId=820ba1de-dd3a-4cbe-b430-6b5ba5da7dde,
49 did=432113, username=4224
50
51 {{/code}}
52
53 |=(((
54 (% style="color: rgb(0,0,0);" %)Property
55 )))|=(((
56 (% style="color: rgb(0,0,0);" %)Type
57 )))|=(((
58 (% style="color: rgb(0,0,0);" %)Description
59 )))
60 |(((
61 {{{callerIdNumber}}}
62 )))|(((
63 String
64 )))|(((
65 The caller ID of the call segment leaving the conference room.
66 )))
67 |(((
68 {{{coreServerId}}}
69 )))|(((
70 String
71 )))|(((
72 The unique ID of the core server that the conference room is on.
73 )))
74 |(((
75 {{{conferenceRoomName}}}
76 )))|(((
77 String
78 )))|(((
79 The name of the conference room.
80 )))
81 |(% colspan="1" %)(% colspan="1" %)
82 (((
83 {{{type}}}
84 )))|(% colspan="1" %)(% colspan="1" %)
85 (((
86 String
87 )))|(% colspan="1" %)(% colspan="1" %)
88 (((
89 The type of the event.
90 )))
91 |(% colspan="1" %)(% colspan="1" %)
92 (((
93 {{{userId}}}
94 )))|(% colspan="1" %)(% colspan="1" %)
95 (((
96 String
97 )))|(% colspan="1" %)(% colspan="1" %)
98 (((
99 The unique ID of the user of the call segment leaving the conference room.
100 )))
101 |(% colspan="1" %)(% colspan="1" %)
102 (((
103 {{{callSegmentId}}}
104 )))|(% colspan="1" %)(% colspan="1" %)
105 (((
106 String
107 )))|(% colspan="1" %)(% colspan="1" %)
108 (((
109 The unique ID of the call segment leaving the conference room.
110 )))
111 |(% colspan="1" %)(% colspan="1" %)
112 (((
113 {{{conferenceRoomId}}}
114 )))|(% colspan="1" %)(% colspan="1" %)
115 (((
116 String
117 )))|(% colspan="1" %)(% colspan="1" %)
118 (((
119 The unique ID of the conference room.
120 )))
121 |(% colspan="1" %)(% colspan="1" %)
122 (((
123 {{{extensionNumber}}}
124 )))|(% colspan="1" %)(% colspan="1" %)
125 (((
126 String
127 )))|(% colspan="1" %)(% colspan="1" %)
128 (((
129 The unique ID of the conference room.
130 )))
131 |(% colspan="1" %)(% colspan="1" %)
132 (((
133 {{{time}}}
134 )))|(% colspan="1" %)(% colspan="1" %)
135 (((
136 String
137 )))|(% colspan="1" %)(% colspan="1" %)
138 (((
139 The time the call segment entered the conference room.
140 )))
141 |(% colspan="1" %)(% colspan="1" %)
142 (((
143 {{{callerIdName}}}
144 )))|(% colspan="1" %)(% colspan="1" %)
145 (((
146 String
147 )))|(% colspan="1" %)(% colspan="1" %)
148 (((
149 The caller ID of the call segment leaving the conference room.
150 )))
151 |(% colspan="1" %)(% colspan="1" %)
152 (((
153 {{{extensionId}}}
154 )))|(% colspan="1" %)(% colspan="1" %)
155 (((
156 String
157 )))|(% colspan="1" %)(% colspan="1" %)
158 (((
159 The unique ID of the extension of the call segment leaving the room.
160 )))
161 |(% colspan="1" %)(% colspan="1" %)
162 (((
163 {{{did}}}
164 )))|(% colspan="1" %)(% colspan="1" %)
165 (((
166 String
167 )))|(% colspan="1" %)(% colspan="1" %)
168 (((
169 The did of the call segment leaving the conference room.
170 )))
171 {{/layout-cell}}
172 {{/layout-section}}
173 {{/layout}}