Wiki source code of Extension Configuration

Last modified by michaely on 2021/09/10 22:35

Show last authors
1 **//On this page~://**
2
3 {{toc/}}
4
5 Specifies the configuration for a particular extension in the system.
6
7 = Adding Extension =
8
9 To add an extension right click on the "Extensions" item in the configuration tree and select "New".
10
11 = Removing Extension =
12
13 To remove an extension right click on the extension item that you wish to remove and select "Remove".
14
15 = Renaming Extension =
16
17 To rename an extension right click on the extension item that you wish to rename and select "Rename".
18
19 = Extension Properties =
20
21 |=(((
22 (% style="text-decoration: underline;" %)**General**
23 )))|=(((
24
25 )))
26 |=(((
27 **Extension:**
28 )))|(((
29 The extension number.
30 )))
31 |=(((
32 **Name:**
33 )))|(((
34 The name you wish to appear for the extension.
35 )))
36 |=(((
37 **Cell Phone:**
38 )))|(((
39 The mobile phone number for the extension.
40 )))
41 |=(((
42 **Email:**
43 )))|(((
44 The e-mail address for the extension.
45 )))
46 |=(((
47 (% style="text-decoration: underline;" %)**Configuration**
48 )))|=(((
49
50 )))
51 |=(((
52 **Peer:**
53 )))|(((
54 The peer name specified in the Asterisk configuration for this extension. iSymphony automatically prepends "SIP/" to the extension number. This can be changed to "ZAP/", "IAX/" ect.
55 )))
56 |=(((
57 **Alt. Origination Method:**
58 )))|(((
59 If you do not want to utilize the peer value to perform originations you can set an alternative method here. For example if you want to utilize local channels to perform your originations you can set this to
60 "Local/<extension number>@context".
61 )))
62 |=(((
63 **Originating Context:**
64 )))|(((
65 Override for tenant originating context.
66 )))
67 |=(((
68 **Redirecting Context:**
69 )))|(((
70 Override for tenant redirecting context.
71 )))
72 |=(((
73 **Agent Login Context:**
74 )))|(((
75 Override for tenant agent login context.
76 )))
77 |=(((
78 **Agent Login Interface:**
79 )))|(((
80 Interface to watch for agent status if different than peer. Normally used if agents are logged into queues via local channels.
81 )))
82 |=(((
83 **Agent Login Name:**
84 )))|(((
85 Name extension's agent utilizes.
86 )))
87 |=(((
88 **Agent Login Penalty:**
89 )))|(((
90 Penalty to log agents in with (default: 0).
91 )))
92 |=(((
93 **Account Code:**
94 )))|(((
95 Account code used when originating calls.
96 )))
97 |=(((
98 **Music On Hold Class:**
99 )))|(((
100 Override for tenant music on hold class.
101 )))
102 |=(((
103 **Auto answer originate callback:**
104 )))|(((
105 If checked all originations made from this extension will automatically answer the origination callback. This will only work on phones that support the auto-answer headers.
106 )))
107 |=(((
108 (% style="text-decoration: underline;" %)**Voicemail**
109 )))|=(((
110
111 )))
112 |=(((
113 **Voice Mail Box:**
114 )))|(((
115 The voicemail box number for the extension.
116 )))
117 |=(((
118 **Voice Mail Context:**
119 )))|(((
120 The voicemail box context for the extension.
121 )))
122 |=(((
123 (% style="text-decoration: underline;" %)**Agents**
124 )))|=(((
125
126 )))
127 |=(((
128 **Add:**
129 )))|(((
130 Add agent.conf agent number to list of agents that this extension can log into.
131 )))
132 |=(((
133 **Remove Selected:**
134 )))|(((
135 Remove selected agents from the list.
136 )))
iSymphony