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 start talking event signifies that the specified caller has begun talking 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 = (% style="color: rgb(0,0,0);" %)JSON Representation(%%) =
35
36 {{code}}
37 {
38 "callerIdNumber":"4228",
39 "coreServerId":"43e3cd7f-0524-459d-b583-0dbdf136aaca",
40 "conferenceRoomName":"Main",
41 "type":"confRoomCallTalkBegin",
42 "userId":"54622dd8-6d74-41e6-9e1e-edfe8ec7f203",
43 "callSegmentId":"87f40c80-fb35-450f-b576-6f9ba0a70ec4",
44 "conferenceRoomId":"57e5e67c-27ad-4857-aac5-bc1cb5dd7efe",
45 "extensionNumber":"4228",
46 "time":1452476744307,
47 "callerIdName":"Colin (Desk)",
48 "extensionId":"702dd3dc-b984-4423-a7dc-905ab5f12740",
49 "did":"650",
50 "username":"4228"
51 }
52
53
54
55 {{/code}}
56
57 |=(((
58 (% class="tablesorter-header-inner" %)
59 (((
60 Property
61 )))
62 )))|=(((
63 (% class="tablesorter-header-inner" %)
64 (((
65 Type
66 )))
67 )))|=(((
68 (% class="tablesorter-header-inner" %)
69 (((
70 Description
71 )))
72 )))
73 |(((
74 {{{callerIdNumber}}}
75 )))|(((
76 String
77 )))|(((
78 The caller ID of the call segment that has started in the conference room.
79 )))
80 |(((
81 {{{conferenceRoomName}}}
82 )))|(((
83 String
84 )))|(((
85 The name of the conference room.
86 )))
87 |(% colspan="1" %)(% colspan="1" %)
88 (((
89 {{{userId}}}
90 )))|(% colspan="1" %)(% colspan="1" %)
91 (((
92 String
93 )))|(% colspan="1" %)(% colspan="1" %)
94 (((
95 The unique ID of the user of the call segment that has started talking in the conference room, or null if the call segment was not associated with a user.
96 )))
97 |(% colspan="1" %)(% colspan="1" %)
98 (((
99 {{{callSegmentId}}}
100 )))|(% colspan="1" %)(% colspan="1" %)
101 (((
102 String
103 )))|(% colspan="1" %)(% colspan="1" %)
104 (((
105 The unique ID of the call segment that has started talking in the conference room.
106 )))
107 |(% colspan="1" %)(% colspan="1" %)
108 (((
109 {{{conferenceRoomId}}}
110 )))|(% colspan="1" %)(% colspan="1" %)
111 (((
112 String
113 )))|(% colspan="1" %)(% colspan="1" %)
114 (((
115 The unique ID of the conference room.
116 )))
117 |(% colspan="1" %)(% colspan="1" %)
118 (((
119 {{{extensionNumber}}}
120 )))|(% colspan="1" %)(% colspan="1" %)
121 (((
122 String
123 )))|(% colspan="1" %)(% colspan="1" %)
124 (((
125 The extension of the call segment that has started talking in the conference room, or null if the call segment was not associated with extension.
126 )))
127 |(% colspan="1" %)(% colspan="1" %)
128 (((
129 {{{callerIdName}}}
130 )))|(% colspan="1" %)(% colspan="1" %)
131 (((
132 String
133 )))|(% colspan="1" %)(% colspan="1" %)
134 (((
135 The caller ID of the call segment that has started talking in the conference room.
136 )))
137 |(% colspan="1" %)(% colspan="1" %)
138 (((
139 {{{extensionId}}}
140 )))|(% colspan="1" %)(% colspan="1" %)
141 (((
142 String
143 )))|(% colspan="1" %)(% colspan="1" %)
144 (((
145 The unique ID of the extension of the call segment that has started talking in the conference room, or null if the call segment was not associated with extension.
146 )))
147 |(% colspan="1" %)(% colspan="1" %)
148 (((
149 {{{did}}}
150 )))|(% colspan="1" %)(% colspan="1" %)
151 (((
152 String
153 )))|(% colspan="1" %)(% colspan="1" %)
154 (((
155 The DID (direct inward dial) of the call segment that has started talking in the conference room.
156 )))
157 |(% colspan="1" %)(% colspan="1" %)
158 (((
159 {{{username}}}
160 )))|(% colspan="1" %)(% colspan="1" %)
161 (((
162 String
163 )))|(% colspan="1" %)(% colspan="1" %)
164 (((
165 The username of the call segment that has started talking in the conference room, or null if the call segment was not associated with a user.
166 )))
167 {{/layout-cell}}
168 {{/layout-section}}
169 {{/layout}}
iSymphony