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