Wiki source code of Location Configuration

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

Show last authors
1 **//On this page~://**
2
3
4
5 {{toc/}}
6
7 A location is a physical Asterisk server instance. By default iSymphony creates a location with the name //default//. Upon first login you will need to modify some of the settings within the default location. Expand the Locations and click on //default// location.
8
9 = Adding Location =
10
11 To add a location right click on the "Locations" item in the configuration tree and select "New".
12
13 = Removing Location =
14
15 To remove a location right click on the location item that you wish to remove and select "Remove".
16
17 = Renaming Location =
18
19 To rename a location right click on the location item that you wish to rename and select "Rename".
20
21 = Reloading Location =
22
23 Reloading a location will perform an internal restart of the specific location from the internally stored configuration.
24 To reload a location right click on the location item that you wish to reload and select "Reload".
25
26 = Location Properties =
27
28 |=(((
29 (% style="text-decoration: underline;" %)**General**
30 )))|=(((
31
32 )))
33 |=(((
34 **Name:**
35 )))|(((
36 Identifier for the location.
37 )))
38 |=(((
39 **Admin Password**:
40 )))|(((
41 Set the password used to allow administrators to login to this specific Location.
42 )))
43 |=(((
44 (% style="text-decoration: underline;" %)**Asterisk Server Connection**
45 )))|=(((
46
47 )))
48 |=(((
49 **Host:**
50 )))|(((
51 The hostname or IP address of the Asterisk server (default: localhost).
52 )))
53 |=(((
54 **Port:**
55 )))|(((
56 The port for the Asterisk server AMI (default: 5038).
57 )))
58 |=(((
59 **Login:**
60 )))|(((
61 The manager login name setup in manager.conf.
62 )))
63 |=(((
64 **Password:**
65 )))|(((
66 The manager password(secret value) setup in manager.conf.
67 )))
68 |=(((
69 (% style="text-decoration: underline;" %)**Configuration**
70 )))|=(((
71
72 )))
73 |=(((
74 **Originate Timeout:**
75 )))|(((
76 The time in milliseconds that the system will attempt to call the originating extension before hanging up during an origination request (default: 30000).
77 )))
78 |=(((
79 **Reload on dial plan reload:**
80 )))|(((
81 If checked the location will reload whenever the Asterisk dial plan is reloaded in order to pickup on changes made to the Asterisk configuration.
82 )))
83 |=(((
84 **Force client updates:**
85 )))|(((
86 If checked users in this location will not need to confirm the installation of client updates.
87 )))
88 |=(% colspan="1" %)(% colspan="1" %)
89 (((
90 Use Conf Bridge:
91 )))|(% colspan="1" %)(% colspan="1" %)
92 (((
93 If checked all Temporary Conferences and non ChanSpy type barges will utilize app_ConfBridge 10.
94 )))
95 |=(((
96 (% style="text-decoration: underline;" %)**Jabber**
97 )))|=(((
98
99 )))
100 |=(((
101 **Host:**
102 )))|(((
103 The host or IP of your Jabber server.
104 )))
105 |=(((
106 **Domain:**
107 )))|(((
108 The domain name of your Jabber server (i.e. yourjabberserver.com where users are specified as user@yourjabberserver.com).
109 )))
110 |=(((
111 **Resource:**
112 )))|(((
113 Resource that your Jabber users will utilize. (default: iSymphony)
114 )))
115 |=(((
116 **Port:**
117 )))|(((
118 The port of your Jabber server (default: 5222).
119 )))
120 |=(((
121 **Mask jabber usernames with profile name:**
122 )))|(((
123 If checked Jabber conversations will display the configured profile name instead of the Jabber username in the iSymphony client.
124 )))
125 |=(((
126 **Log messages:**
127 )))|(((
128 If checked all Jabber conversations will be logged on the server.
129 )))
130 |=(((
131 (% style="text-decoration: underline;" %)**Voicemail**
132 )))|=(((
133
134 )))
135 |=(((
136 **//File System~://**
137 )))|(((
138 Voicemail state will be tracked on the local file system. Used if the iSymphony server resides on the same file system as the voicemail files.
139 )))
140 |=(((
141 **Directory:**
142 )))|(((
143 Path to voice mail files (default: /var/spool/asterisk/voicemail).
144 )))
145 |=(((
146 **//Voicemail Agent~://**
147 )))|(((
148 Voicemail state will be tracked via a connection to a remote voicemail agent application. Used if the voicemail files do not reside on the same file system as iSymphony (Requires the voicemail agent application).
149 )))
150 |=(((
151 **Host:**
152 )))|(((
153 The host or ip of the voicemail agent.
154 )))
155 |=(((
156 **Port:**
157 )))|(((
158 The port of the voicemail agent.
159 )))
160 |=(((
161 **Login:**
162 )))|(((
163 The username used to log into the voicemail agent.
164 )))
165 |=(((
166 **Password:**
167 )))|(((
168 The password used to log into the voicemail agent.
169 )))
170 |=(((
171 (% style="text-decoration: underline;" %)**FreePBX Mode**
172 )))|=(((
173
174 )))
175 |=(((
176 **Enabled:**
177 )))|(((
178 If checked all extension->peer mappings will be automatically pulled from the FreePBX Asterisk database entries. The server will also listen for Device User Mode events in order track the dynamic extension->peer mappings.
179 )))
iSymphony