Wiki source code of Link End Event

Last modified by michaely 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.2+**.
10 {{/info}}
11
12 {{note}}
13 This event will only be fired for extensions that are bound to licensed/full users.
14 {{/note}}
15
16 = (% style="color: rgb(0,0,0);" %)Description(%%) =
17
18 The link end event signifies that two call segments are not longer linked, This event usually means that someone has hungup, or has transferred the call. The call segments specified in the event may or may not have relative extensions or users associated with them.
19 {{/layout-cell}}
20
21 {{layout-cell}}
22 {{panel title="On this page:"}}
23
24
25 {{toc maxLevel="2" indent="1"/}}
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 "type": "linkEnd",
39 "time": 1436899977271,
40 "coreServerId": "e5c01703-3c6d-429a-8712-66c826064e65",
41 "callSegmentId1": "4fff719a-5186-4691-a64b-b9d22472cb76",
42 "callerIdName1": "Michael Y (alt)",
43 "callerIdNumber1": "42243",
44 "did1": "4224",
45 "extensionId1": "dc5975a9-e438-4634-85f2-6a75c34574c9",
46 "extensionNumber1": "42243",
47 "userId1": "580169b8-4341-42d9-9f44-973659fc770d",
48 "username1": "42243",
49 "callSegmentId2": "1e86fb60-b674-4fa3-946a-6ea033221877",
50 "callerIdName2": "Michael Y (desk)",
51 "callerIdNumber2": "4224",
52 "did2": "s",
53 "extensionId2": "d72ac658-cd19-4c88-9cf8-2e7bdcf222b5",
54 "extensionNumber2": "4224",
55 "userId2": "e7577c7b-5d58-46a5-a834-386f52401c19",
56 "username2": "4224"
57 }
58 {{/code}}
59
60 |=(((
61 Property
62 )))|=(((
63 Type
64 )))|=(((
65 Description
66 )))
67 |(% colspan="1" %)(% colspan="1" %)
68 (((
69 callSegmentId1
70 )))|(% colspan="1" %)(% colspan="1" %)
71 (((
72 String
73 )))|(% colspan="1" %)(% colspan="1" %)
74 (((
75 The id of the first call segment that was involved in the link.
76 )))
77 |(% colspan="1" %)(% colspan="1" %)
78 (((
79 callerIdName1
80 )))|(% colspan="1" %)(% colspan="1" %)
81 (((
82 String
83 )))|(% colspan="1" %)(% colspan="1" %)
84 (((
85 The caller id name of the first call segment that was involved in the link.
86 )))
87 |(% colspan="1" %)(% colspan="1" %)
88 (((
89 callerIdNumber1
90 )))|(% colspan="1" %)(% colspan="1" %)
91 (((
92 String
93 )))|(% colspan="1" %)(% colspan="1" %)
94 (((
95 The caller id number of the first call segment that was involved in the link.
96 )))
97 |(% colspan="1" %)(% colspan="1" %)
98 (((
99 did1
100 )))|(% colspan="1" %)(% colspan="1" %)
101 (((
102 String
103 )))|(% colspan="1" %)(% colspan="1" %)
104 (((
105 The number the first call segment used to enter the phone system, or null if the call was created in response to a dial, or no DID could be found.
106 )))
107 |(% colspan="1" %)(% colspan="1" %)
108 (((
109 extensionId1
110 )))|(% colspan="1" %)(% colspan="1" %)
111 (((
112 String
113 )))|(% colspan="1" %)(% colspan="1" %)
114 (((
115 The id of the extension related to the first call segment, or null if the first call segment is not bound to an extension.
116 )))
117 |(% colspan="1" %)(% colspan="1" %)
118 (((
119 extensionNumber1
120 )))|(% colspan="1" %)(% colspan="1" %)
121 (((
122 String
123 )))|(% colspan="1" %)(% colspan="1" %)
124 (((
125 The extension number of the extension related to the first call segment, or null if the first call segment is not bound to an extension.
126 )))
127 |(% colspan="1" %)(% colspan="1" %)
128 (((
129 userId1
130 )))|(% colspan="1" %)(% colspan="1" %)
131 (((
132 String
133 )))|(% colspan="1" %)(% colspan="1" %)
134 (((
135 The id of the user related to the first call segment, or null if the first call segment is not related to a user.
136 )))
137 |(% colspan="1" %)(% colspan="1" %)
138 (((
139 username1
140 )))|(% colspan="1" %)(% colspan="1" %)
141 (((
142 String
143 )))|(% colspan="1" %)(% colspan="1" %)
144 (((
145 The username of the user related to the first call segment, or null if the first call segment is not related to a user.
146 )))
147 |(% colspan="1" %)(% colspan="1" %)
148 (((
149 callSegmentId2
150 )))|(% colspan="1" %)(% colspan="1" %)
151 (((
152 String
153 )))|(% colspan="1" %)(% colspan="1" %)
154 (((
155 The id of the second call segment that was involved in the link.
156 )))
157 |(% colspan="1" %)(% colspan="1" %)
158 (((
159 callerIdName2
160 )))|(% colspan="1" %)(% colspan="1" %)
161 (((
162 String
163 )))|(% colspan="1" %)(% colspan="1" %)
164 (((
165 The caller id name of the second call segment that was involved in the link.
166 )))
167 |(% colspan="1" %)(% colspan="1" %)
168 (((
169 callerIdNumber2
170 )))|(% colspan="1" %)(% colspan="1" %)
171 (((
172 String
173 )))|(% colspan="1" %)(% colspan="1" %)
174 (((
175 The caller id number of the second call segment that was involved in the link.
176 )))
177 |(% colspan="1" %)(% colspan="1" %)
178 (((
179 did2
180 )))|(% colspan="1" %)(% colspan="1" %)
181 (((
182 String
183 )))|(% colspan="1" %)(% colspan="1" %)
184 (((
185 The number the second call segment used to enter the phone system, or null if the call was created in response to a dial, or no DID could be found.
186 )))
187 |(% colspan="1" %)(% colspan="1" %)
188 (((
189 extensionId2
190 )))|(% colspan="1" %)(% colspan="1" %)
191 (((
192 String
193 )))|(% colspan="1" %)(% colspan="1" %)
194 (((
195 The extension id of the second call segment that was involved in the link.
196 )))
197 |(% colspan="1" %)(% colspan="1" %)
198 (((
199 extensionNumber2
200 )))|(% colspan="1" %)(% colspan="1" %)
201 (((
202 String
203 )))|(% colspan="1" %)(% colspan="1" %)
204 (((
205 The extension number of the extension related to the second call segment, or null if the second call segment is not bound to an extension.
206 )))
207 |(% colspan="1" %)(% colspan="1" %)
208 (((
209 userId2
210 )))|(% colspan="1" %)(% colspan="1" %)
211 (((
212 String
213 )))|(% colspan="1" %)(% colspan="1" %)
214 (((
215 The id of the user related to the second call segment, or null if the second call segment is not related to a user.
216 )))
217 |(% colspan="1" %)(% colspan="1" %)
218 (((
219 username2
220 )))|(% colspan="1" %)(% colspan="1" %)
221 (((
222 String
223 )))|(% colspan="1" %)(% colspan="1" %)
224 (((
225 The username of the user related to the second call segment, or null if the second call segment is not related to a user.
226 )))
227 {{/layout-cell}}
228 {{/layout-section}}
229 {{/layout}}
iSymphony