Wiki source code of Conference Room Leave Event

Version 21.1 by hanlys on 2016/01/07 16:53

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":"4228",
39 "coreServerId":"f3e42a1f-24dd-483c-ab3f-cf54bd6d0978",
40 "conferenceRoomName":"Bob",
41 "type":"confRoomCallLeave",
42 "userId":"6a16398e-8b3f-48f2-9b7e-3fc79ce2add7",
43 "callSegmentId":"5544a32d-061e-4c73-a6c9-e146e0d47b59",
44 "conferenceRoomId":"fc9d562d-4f1f-49ae-9216-628f2f499e9a",
45 "extensionNumber":"4228",
46 "time":1452209797341,
47 "callerIdName":"Colin (Desk)",
48 "extensionId":"f503e48e-009a-4820-bc6d-cbd4f9a51103",
49 "did":"432113",
50 "username":"4228"
51 }
52 {{/code}}
53
54 |=(((
55 (% style="color: rgb(0,0,0);" %)Property
56 )))|=(((
57 (% style="color: rgb(0,0,0);" %)Type
58 )))|=(((
59 (% style="color: rgb(0,0,0);" %)Description
60 )))
61 |(((
62 {{{callerIdNumber}}}
63 )))|(((
64 String
65 )))|(((
66 The caller ID of the call segment leaving the conference room.
67 )))
68 |(((
69 {{{coreServerId}}}
70 )))|(((
71 String
72 )))|(((
73 The unique ID of the core server that the conference room is on.
74 )))
75 |(((
76 {{{conferenceRoomName}}}
77 )))|(((
78 String
79 )))|(((
80 The name of the conference room.
81 )))
82 |(% colspan="1" %)(% colspan="1" %)
83 (((
84 {{{type}}}
85 )))|(% colspan="1" %)(% colspan="1" %)
86 (((
87 String
88 )))|(% colspan="1" %)(% colspan="1" %)
89 (((
90 The type of the event.
91 )))
92 |(% colspan="1" %)(% colspan="1" %)
93 (((
94 {{{userId}}}
95 )))|(% colspan="1" %)(% colspan="1" %)
96 (((
97 String
98 )))|(% colspan="1" %)(% colspan="1" %)
99 (((
100 The unique ID of the user of the call segment leaving the conference room.
101 )))
102 |(% colspan="1" %)(% colspan="1" %)
103 (((
104 {{{callSegmentId}}}
105 )))|(% colspan="1" %)(% colspan="1" %)
106 (((
107 String
108 )))|(% colspan="1" %)(% colspan="1" %)
109 (((
110 The unique ID of the call segment leaving the conference room.
111 )))
112 |(% colspan="1" %)(% colspan="1" %)
113 (((
114 {{{conferenceRoomId}}}
115 )))|(% colspan="1" %)(% colspan="1" %)
116 (((
117 String
118 )))|(% colspan="1" %)(% colspan="1" %)
119 (((
120 The unique ID of the conference room.
121 )))
122 |(% colspan="1" %)(% colspan="1" %)
123 (((
124 {{{extensionNumber}}}
125 )))|(% colspan="1" %)(% colspan="1" %)
126 (((
127 String
128 )))|(% colspan="1" %)(% colspan="1" %)
129 (((
130 The unique ID of the conference room.
131 )))
132 |(% colspan="1" %)(% colspan="1" %)
133 (((
134 {{{callerIdName}}}
135 )))|(% colspan="1" %)(% colspan="1" %)
136 (((
137 String
138 )))|(% colspan="1" %)(% colspan="1" %)
139 (((
140 The caller ID of the call segment leaving the conference room.
141 )))
142 |(% colspan="1" %)(% colspan="1" %)
143 (((
144 {{{extensionId}}}
145 )))|(% colspan="1" %)(% colspan="1" %)
146 (((
147 String
148 )))|(% colspan="1" %)(% colspan="1" %)
149 (((
150 The unique ID of the extension of the call segment leaving the room.
151 )))
152 |(% colspan="1" %)(% colspan="1" %)
153 (((
154 {{{did}}}
155 )))|(% colspan="1" %)(% colspan="1" %)
156 (((
157 String
158 )))|(% colspan="1" %)(% colspan="1" %)
159 (((
160 The did of the call segment leaving the conference room.
161 )))
162 {{/layout-cell}}
163 {{/layout-section}}
164 {{/layout}}