Wiki source code of DND Disable 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 DND disable event signifies that do not disturb has been disabled on an extension.
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": "dndDisable",
39 "time": 1436893402191,
40 "coreServerId": "e5c01703-3c6d-429a-8712-66c826064e65",
41 "extensionId": "3af3deca-2b41-44f5-b6a4-5e1b41123c65",
42 "extensionNumber": "8002",
43 "userId": "9de5e040-430b-46fb-b9c5-9ed59189b732",
44 "username": "8002"
45 }
46 {{/code}}
47
48 |=(((
49 Property
50 )))|=(((
51 Type
52 )))|=(((
53 Description
54 )))
55 |(% colspan="1" %)(% colspan="1" %)
56 (((
57 extensionId\\
58 )))|(% colspan="1" %)(% colspan="1" %)
59 (((
60 String
61 )))|(% colspan="1" %)(% colspan="1" %)
62 (((
63 The id of the extension DND was disabled on.
64 )))
65 |(% colspan="1" %)(% colspan="1" %)
66 (((
67 extensionNumber
68 )))|(% colspan="1" %)(% colspan="1" %)
69 (((
70 String
71 )))|(% colspan="1" %)(% colspan="1" %)
72 (((
73 The extension number of the extension DND was disabled on.
74 )))
75 |(% colspan="1" %)(% colspan="1" %)
76 (((
77 userId
78 )))|(% colspan="1" %)(% colspan="1" %)
79 (((
80 String
81 )))|(% colspan="1" %)(% colspan="1" %)
82 (((
83 The user id of the user the extension is bound to.
84 )))
85 |(% colspan="1" %)(% colspan="1" %)
86 (((
87 username
88 )))|(% colspan="1" %)(% colspan="1" %)
89 (((
90 String
91 )))|(% colspan="1" %)(% colspan="1" %)
92 (((
93 The username of the user the extension is bound to.
94 )))
95 {{/layout-cell}}
96 {{/layout-section}}
97 {{/layout}}
iSymphony