forked from usecallmanagernz/usecallmanagernz.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature-policy.html
More file actions
210 lines (210 loc) · 12.5 KB
/
feature-policy.html
File metadata and controls
210 lines (210 loc) · 12.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<title>Feature Policy</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="shortcut icon" href="images/logo.svg">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1">
<link rel="stylesheet" href="includes/theme.css">
<link rel="stylesheet" href="includes/prettify.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="includes/prettify.js"></script>
<script>
jQuery(window).on("load", function () {
prettyPrint();
});
</script>
</head>
<body>
<header>
<a href="/"><img src="images/logo.svg" alt=""></a>
<h2><<span>proxy</span>></h2><h1><span>USECALLMANAGER</span>.nz</h1><h2></<span>proxy</span>></h2>
</header>
<main>
<nav>
<ul>
<li><a href="documentation-overview.html"><span class="icon">home</span> Documentation Overview</a></li>
<li><a href="patching-asterisk.html"><span class="icon">build</span> Patching Asterisk</a></li>
<li><a href="change-log.html"><span class="icon">news</span> Change Log</a></li>
</ul>
<ul>
<li><h3>Network Configuration</h3></li>
<li><a href="dhcp-options.html"><span class="icon">settings_ethernet</span> DHCP Options</a></li>
<li><a href="http-provisioning.html"><span class="icon">file_download</span> HTTP Provisioning</a></li>
<li><a href="tftp-provisioning.html"><span class="icon">file_download</span> TFTP Provisioning</a></li>
</ul>
<ul>
<li><h3>Phone Configuration</h3></li>
<li><a href="sepmac-cnf-xml.html"><span class="icon">settings_phone</span> SEPMAC.cnf.xml</a></li>
<li><a href="dial-template.html"><span class="icon">dialpad</span> Dial Template</a></li>
<li><a href="application-dial-rules.html"><span class="icon">bluetooth</span> Application Dial Rules</a></li>
<li><a href="soft-keys.html"><span class="icon">power_input</span> Soft Keys</a></li>
<li><a href="line-keys.html"><span class="icon">format_list_bulleted</span> Line Keys</a></li>
<li><span class="icon selected">fact_check</span> <b>Feature Policy</b></li>
<li><a href="network-locale.html"><span class="icon">language</span> Network Locale</a></li>
<li><a href="user-locale.html"><span class="icon">face</span> User Locale</a></li>
<li><a href="load-information.html"><span class="icon">file_upload</span> Firmware Load Information</a></li>
<li><a href="background-images.html"><span class="icon">wallpaper</span> Background Images</a></li>
<li><a href="ring-tones.html"><span class="icon">ring_volume</span> Ring Tones</a></li>
<li><a href="device-security.html"><span class="icon">security</span> Device Security</a></li>
<li><a href="trust-verification.html"><span class="icon">verified</span> Trust Verification</a></li>
<li><a href="certificate-enrollment.html"><span class="icon">card_membership</span> Certificate Enrollment</a></li>
<li><a href="vpn-connection.html"><span class="icon">vpn_key</span> VPN Connection</a></li>
</ul>
<ul>
<li><h3>Asterisk Configuration</h3></li>
<li><a href="sip-peers.html"><span class="icon">dialer_sip</span> SIP Peers</a></li>
<li><a href="sip-notify-commands.html"><span class="icon">settings_power</span> SIP Notify Commands</a></li>
<li><a href="dialplan-extensions.html"><span class="icon">format_list_numbered</span> Dialplan Extensions</a></li>
<li><a href="call-parking.html"><span class="icon">local_parking</span> Call Parking</a></li>
<li><a href="sip-peer-options.html"><span class="icon">code</span> SIPPEER Options</a></li>
<li><a href="rtp-streaming.html"><span class="icon">volume_up</span> RTP Streaming</a></li>
<li><a href="command-line.html"><span class="icon">keyboard_arrow_right</span> Command Line</a></li>
<li><a href="freepbx-integration.html"><span class="icon">view_kanban</span> FreePBX Integration</a></li>
</ul>
<ul>
<li><h3>XML Services</h3></li>
<li><a href="phone-services.html"><span class="icon">settings</span> Phone Services</a></li>
<li><a href="cgi-execute.html"><span class="icon">phone_forwarded</span> CGI Execute</a></li>
</ul>
<ul>
<li><h3>Additional Features</h3></li>
<li><a href="as-feature-events.html"><span class="icon">extension</span> AS Feature Events</a></li>
</ul>
</nav>
<article>
<h1>Feature Policy</h1>
Feature policy controls what features are enabled for the <b>8961</b>, <b>9951</b> and <b>9971</b> models. File is specified by <<code class="tag">featurePolicyFile</code>> in <a href="sepmac-cnf-xml.html#featurePolicyFile">SEPMAC.cnf.xml</a>. Alternatively these phones can use <a href="soft-keys.html">Soft Keys</a> to control those features if <<code class="tag">softKeyControl</code>> is enabled.<br>
<br>
<code class="prettify lang-xml"><featurePolicy name="Feature Policy">
<versionStamp>a64c9b2e-b1fe-4781-ba89-7f8574012eb8</versionStamp></code>
<br>
<h2 id="Forward-All">Forward All <a href="#Forward-All" title="Link">link</a></h2>
Sets or removes the current call-forwarding target. The phone make a call to <code class="literal">x-cisco-serviceuri-cfwdall-XXX</code> where <code class="literal">XXX</code> is replaced by the forwarding target dialed by the user. The phone will make a call to <code class="literal">x-cisco-serviceuri-cfwdall</code> when clearing the forwarding target.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Forward All">
<id>1</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Park">Park <a href="#Park" title="Link">link</a></h2>
Park the currently selected call.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Park">
<id>2</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Divert-Alerting">Divert (Alerting) <a href="#Divert-Alerting" title="Link">link</a></h2>
Diverts a ringing call on your phone by sending a busy signal.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Divert (Alerting)">
<id>3</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Conference-Details">Conference Details <a href="#Conference-Details" title="Link">link</a></h2>
Provide a list participants in the currently selected ad-hoc conference. Participants can be muted/un-muted by pressing <code class="literal">Mute</code> or removed by pressing <code class="literal">Remove</code>.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Conference Details">
<id>4</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Speed-Dial">Speed Dial <a href="#Speed-Dial" title="Link">link</a></h2>
Use speed (abbreviated) dialing. The phone will make a call to extension <code class="literal">x-cisco-serviceuri-abbrdial-XXX</code> where <code class="literal">XXX</code> is replaced with the number dialed by the user.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Speed Dial">
<id>5</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Call-Back">Call Back <a href="#Call-Back" title="Link">link</a></h2>
Activate a call-back for the current outgoing call. Phone will notify you when the extension becomes available. You need to have a <a href="ring-tones.html">ring-tone</a> called <code class="literal">callback.raw</code> to get an audible notification.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Call Back">
<id>6</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Redial">Redial <a href="#Redial" title="Link">link</a></h2>
Redials last number dialed.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Redial">
<id>7</id>
<enable>true</enable>
</featureDef>
<featureDef name="Barge">
<id>8</id>
<enable>false</enable>
</featureDef></code>
<br>
<h2 id="Divert-Connected">Divert (Connected) <a href="#Divert-Connected" title="Link">link</a></h2>
Diverts a connected call to the <code class="literal">idivert</code> extension.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Divert (Connected)">
<id>9</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="PickUp">Call PickUp <a href="#PickUp" title="Link">link</a></h2>
Pick-up a the oldest ringing call on one of the phones in you call group. The phone will make a call to extension <code class="literal">x-cisco-serviceuri-pickup</code>.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Call PickUp">
<id>10</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Other-Call-PickUp">Other Call PickUp <a href="#Other-Call-PickUp" title="Link">link</a></h2>
Pick-up the oldest ringing on a phone in your other pickup group. The phone will make a call to extension <code class="literal">x-cisco-serviceuri-opickup</code>.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Other Call PickUp">
<id>11</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Group-Call-PickUp">Group Call PickUp <a href="#Group-Call-PickUp" title="Link">link</a></h2>
Pick-up the oldest ringing call in a specified call group. The phone will make a call to extension <code class="literal">x-cisco-serviceuri-gickup-XXX</code> where <code class="literal">XXX</code> is replaced with the group number dialed by the user.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Group Call PickUp">
<id>12</id>
<enable>true</enable>
</featureDef>
<featureDef name="Mobility">
<id>13</id>
<enable>false</enable>
</featureDef></code>
<br>
<h2 id="Meet-Me">Meet Me <a href="#Meet-Me" title="Link">link</a></h2>
Create a meetme conference. The phone will make a call to extension <code class="literal">x-cisco-serviceuri-meetme-XXX</code> where <code class="literal">XXX</code> is replaced with the meetme number dialed by the user.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Meet Me">
<id>14</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Quality-Reporting-Tool">Quality Reporting Tool <a href="#Quality-Reporting-Tool" title="Link">link</a></h2>
Quality reporting tool, indicates that Asterisk should log RTP statistics when the call finishes. <<code class="tag">callStats</code>> must be set to <code class="literal">true</code> in SEPMAC.cnf.xml.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Quality Reporting Tool">
<id>15</id>
<enable>true</enable>
</featureDef></code>
<br>
<h2 id="Malicious-Caller-ID">Malicious Caller ID <a href="#Malicious-Caller-ID" title="Link">link</a></h2>
Identify and log the current call as being malicious.<br>
<br>
<code class="prettify lang-xml"> <featureDef name="Malicious Caller ID">
<id>16</id>
<enable>true</enable>
</featureDef>
</featurePolicy></code>
</article>
</main>
<footer>
<span class="icon">copyright</span> Gareth Palmer and individual contributors. Documentation distributed under <a href="LICENSE">CC BY 4.0</a>.
</footer>
</body>
</html>