Wiki source code of PBX Connections

Last modified by superadmin on 2021/09/09 20:55

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. SeeĀ [[doc:iSymphony 3\.5 Documentation.iSymphony Installation and Update Guide.Installing iSymphony.Advanced Installation Topics.Combined PBX Installations.WebHome]] for more information.
12
13 = Enabling =
14
15 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.
16
17 {{info}}
18 Some PBX Connections may not be enabled due to restrictions on your license.
19 {{/info}}
20
21 = PBX Connection Properties =
22
23 |=(((
24 **__Core Settings__**
25 )))|=(((
26
27 )))
28 |=(((
29 Name:
30 )))|(((
31 Display name of the PBX Connection.
32 )))
33 |=(((
34 Host:
35 )))|(((
36 The Hostname or IP of the Asterisk server.
37 )))
38 |=(((
39 **Port:**
40 )))|(((
41 The port of the Asterisk Manager Interface (default: 5038).
42 )))
43 |=(% colspan="1" %)(% colspan="1" %)
44 (((
45 Username:
46 )))|(% colspan="1" %)(% colspan="1" %)
47 (((
48 The username for the Asterisk Manager Interface. Can be found in **/etc/asterisk/manager.conf.**
49 )))
50 |=(% colspan="1" %)(% colspan="1" %)
51 (((
52 Password:
53 )))|(% colspan="1" %)(% colspan="1" %)
54 (((
55 The password for the Asterisk Manager Interface. Can be found in **/etc/asterisk/manager.conf.**
56 )))
57 |=(% colspan="1" %)(% colspan="1" %)
58 (((
59 Enabled:
60 )))|(% colspan="1" %)(% colspan="1" %)
61 (((
62 If checked the PBX Connection will be enabled.
63 )))
64 |=(((
65 __CDR Connection__
66 )))|=(((
67
68 )))
69 |=(% colspan="1" %)(% colspan="1" %)
70 (((
71 Host:
72 )))|(% colspan="1" %)(% colspan="1" %)
73 (((
74 The Hostname or IP of the Asterisk CDR database.
75 )))
76 |=(% colspan="1" %)(% colspan="1" %)
77 (((
78 Port:
79 )))|(% colspan="1" %)(% colspan="1" %)
80 (((
81 The port of the Asterisk CDR database (default: 3306).
82 )))
83 |=(% colspan="1" %)(% colspan="1" %)
84 (((
85 Database Name:
86 )))|(% colspan="1" %)(% colspan="1" %)
87 (((
88 The name of the CDR database as it is configured in Asterisk (default: asteriskcdrdb).
89 )))
90 |=(((
91 **Username:**
92 )))|(((
93 The username for the Asterisk CDR database.
94 )))
95 |=(((
96 **Password:**
97 )))|(((
98 The password for the Asterisk CDR database.
99 )))
100 |=(((
101 __Recording Agent__
102 )))|=(((
103
104 )))
105 |=(((
106 Recording Agent:
107 )))|(((
108 Specifies the recording agent that provides recording data for the PBX Connection. Used to determine which CDR database to query for additional recording information.
109 )))
iSymphony