Wiki source code of PBX Connections

Version 2.1 by colinw on 2021/09/09 18:01

Show last authors
1 **//On this page~://**
2
3
4
5 {{toc/}}
6
7 The PBX Connections configuration page allows administrators to manage connections to Asterisk servers. Administrators can access the PBX Connection configuration page by clicking on **Phone System->PBX Connections **in the Administration menu.
8
9 = Multiple PBX Connections =
10
11 Administrators can specify multiple PBX Connections for a single core server instance. This allows the system to combine call state information from several Asterisk systems that need to be represented as one single organization.
12
13 {{info}}
14 It is the responsibility of the Asterisk system administrator to set up bridge trunks between the Asterisk systems in order to allow transferring and originating of calls. The iSymphony system will assume that the bridge trunks are set up in such a way that the extension number used to dial a device is the same when originating from any of the Asterisk systems.
15 {{/info}}
16
17 = Enabling =
18
19 PBX Connections can be enabled and disabled dynamically by selecting the enable/disable link in the PBX Configuration page or using the enable checkbox in the PBX Configuration property page.
20
21 {{info}}
22 Some PBX Connections may not be enabled due to restrictions on your license.
23 {{/info}}
24
25 = PBX Connection Properties =
26
27 |=(((
28 **__Core Settings__**
29 )))|=(((
30
31 )))
32 |=(((
33 Name:
34 )))|(((
35 Display name of the PBX Connection.
36 )))
37 |=(((
38 Host:
39 )))|(((
40 The Hostname or IP of the Asterisk server.
41 )))
42 |=(((
43 **Port:**
44 )))|(((
45 The port of the Asterisk Manager Interface (default: 5038).
46 )))
47 |=(% colspan="1" %)(% colspan="1" %)
48 (((
49 Username:
50 )))|(% colspan="1" %)(% colspan="1" %)
51 (((
52 The username for the Asterisk Manager Interface. Can be found in **/etc/asterisk/manager.conf.**
53 )))
54 |=(% colspan="1" %)(% colspan="1" %)
55 (((
56 Password:
57 )))|(% colspan="1" %)(% colspan="1" %)
58 (((
59 The password for the Asterisk Manager Interface. Can be found in **/etc/asterisk/manager.conf.**
60 )))
61 |=(% colspan="1" %)(% colspan="1" %)
62 (((
63 Enabled:
64 )))|(% colspan="1" %)(% colspan="1" %)
65 (((
66 If checked the PBX Connection will be enabled.
67 )))
68 |=(((
69 __CDR Connection__
70 )))|=(((
71
72 )))
73 |=(% colspan="1" %)(% colspan="1" %)
74 (((
75 Host:
76 )))|(% colspan="1" %)(% colspan="1" %)
77 (((
78 The Hostname or IP of the Asterisk CDR database.
79 )))
80 |=(% colspan="1" %)(% colspan="1" %)
81 (((
82 Port:
83 )))|(% colspan="1" %)(% colspan="1" %)
84 (((
85 The port of the Asterisk CDR database (default: 3306).
86 )))
87 |=(% colspan="1" %)(% colspan="1" %)
88 (((
89 Database Name:
90 )))|(% colspan="1" %)(% colspan="1" %)
91 (((
92 The name of the CDR database as it is configured in Asterisk (default: asteriskcdrdb).
93 )))
94 |=(((
95 **Username:**
96 )))|(((
97 The username for the Asterisk CDR database.
98 )))
99 |=(((
100 **Password:**
101 )))|(((
102 The password for the Asterisk CDR database.
103 )))
104 |=(((
105 __Recording Agent__
106 )))|=(((
107
108 )))
109 |=(((
110 Recording Agent:
111 )))|(((
112 Specifies the recording agent that provides recording data for the PBX Connection. Used to determine which CDR database to query for additional recording information.
113 )))
iSymphony