Last modified by hanlys on 2021/09/10 23:34

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.3+**.
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 unmute event signifies that specified caller has been unmuted in the specified 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 (% style="color: rgb(0,0,0);" %)
33
34
35 = (% style="color: rgb(0,0,0);" %)JSON Representation(%%) =
36
37 {{code}}
38 {
39 "callerIdNumber":"4228",
40 "coreServerId":"f3e42a1f-24dd-483c-ab3f-cf54bd6d0978",
41 "conferenceRoomName":"Bob",
42 "type":"confRoomCallUnmute",
43 "userId":"6a16398e-8b3f-48f2-9b7e-3fc79ce2add7",
44 "callSegmentId":"6226c9a4-ec46-4b80-b59c-79b69f344865",
45 "conferenceRoomId":"c06969a0-00b0-4ea0-9d5c-c5769c05c2d4",
46 "extensionNumber":"4228",
47 "time":1452209407966,"callerIdName":"Colin (Desk)",
48 "extensionId":"f503e48e-009a-4820-bc6d-cbd4f9a51103",
49 "did":"432113",
50 "username":"4228"
51 }
52
53
54 {{/code}}
55
56 |=(((
57 (% class="tablesorter-header-inner" %)
58 (((
59 Property
60 )))
61 )))|=(((
62 (% class="tablesorter-header-inner" %)
63 (((
64 Type
65 )))
66 )))|=(((
67 (% class="tablesorter-header-inner" %)
68 (((
69 Description
70 )))
71 )))
72 |(((
73 {{{callerIdNumber}}}
74 )))|(((
75 String
76 )))|(((
77 The caller ID of the call segment that was unmuted in the conference room.
78 )))
79 |(((
80 {{{conferenceRoomName}}}
81 )))|(((
82 String
83 )))|(((
84 The name of the conference room.
85 )))
86 |(% colspan="1" %)(% colspan="1" %)
87 (((
88 {{{userId}}}
89 )))|(% colspan="1" %)(% colspan="1" %)
90 (((
91 String
92 )))|(% colspan="1" %)(% colspan="1" %)
93 (((
94 The unique ID of the user of the call segment that was unmuted in the conference room, or null if the call segment was not associated with a user.
95 )))
96 |(% colspan="1" %)(% colspan="1" %)
97 (((
98 {{{callSegmentId}}}
99 )))|(% colspan="1" %)(% colspan="1" %)
100 (((
101 String
102 )))|(% colspan="1" %)(% colspan="1" %)
103 (((
104 The unique ID of the call segment that was unmuted in the conference room.
105 )))
106 |(% colspan="1" %)(% colspan="1" %)
107 (((
108 {{{conferenceRoomId}}}
109 )))|(% colspan="1" %)(% colspan="1" %)
110 (((
111 String
112 )))|(% colspan="1" %)(% colspan="1" %)
113 (((
114 The unique ID of the conference room.
115 )))
116 |(% colspan="1" %)(% colspan="1" %)
117 (((
118 {{{extensionNumber}}}
119 )))|(% colspan="1" %)(% colspan="1" %)
120 (((
121 String
122 )))|(% colspan="1" %)(% colspan="1" %)
123 (((
124 The extension of the call segment that was unmuted in the conference room, or null if the call segment was not associated with extension.
125 )))
126 |(% colspan="1" %)(% colspan="1" %)
127 (((
128 {{{extensionId}}}
129 )))|(% colspan="1" %)(% colspan="1" %)
130 (((
131 String
132 )))|(% colspan="1" %)(% colspan="1" %)
133 (((
134 The unique ID of the extension of the call segment that was unmuted in the conference room, or null if the call segment was not associated with extension.
135 )))
136 |(% colspan="1" %)(% colspan="1" %)
137 (((
138 {{{did}}}
139 )))|(% colspan="1" %)(% colspan="1" %)
140 (((
141 String
142 )))|(% colspan="1" %)(% colspan="1" %)
143 (((
144 The DID (direct inward dial) of the call segment being unmuted in the conference room.
145 )))
146 |(% colspan="1" %)(% colspan="1" %)
147 (((
148 {{{username}}}
149 )))|(% colspan="1" %)(% colspan="1" %)
150 (((
151 String
152 )))|(% colspan="1" %)(% colspan="1" %)
153 (((
154 The username of the call segment being unmuted in the conference room, or null if the call segment was not associated with a user.
155 )))
156 {{/layout-cell}}
157 {{/layout-section}}
158 {{/layout}}
iSymphony