1 |
unnilennium |
1.1 |
--- smeserver-freepbx-0.1/createlinks.templatize_manager 2009-04-11 00:13:58.000000000 +0200 |
2 |
|
|
+++ smeserver-freepbx-0.1/createlinks 2009-04-11 00:23:58.000000000 +0200 |
3 |
|
|
@@ -32,6 +32,7 @@ |
4 |
|
|
my $event = 'freepbx-update'; |
5 |
|
|
templates2events("/etc/amportal.conf", qw(freepbx-update bootstrap-console-save)); |
6 |
|
|
templates2events("/etc/asterisk/cdr_mysql.conf", qw(freepbx-update bootstrap-console-save)); |
7 |
|
|
+templates2events("/etc/asterisk/manager.conf", qw(freepbx-update bootstrap-console-save)); |
8 |
|
|
templates2events("/etc/httpd/conf/httpd.conf", $event); |
9 |
|
|
templates2events("/etc/httpd/fpbx-conf/httpd.conf", qw(freepbx-update bootstrap-console-save conf-userpanel)); |
10 |
|
|
templates2events("/etc/e-smith/sql/init/freepbx.sql", qw(freepbx-update bootstrap-console-save)); |
11 |
|
|
--- smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/asterisk/manager.conf/template-begin.templatize_manager 2009-04-11 00:26:27.000000000 +0200 |
12 |
|
|
+++ smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/asterisk/manager.conf/template-begin 2009-04-11 00:27:05.000000000 +0200 |
13 |
|
|
@@ -0,0 +1,11 @@ |
14 |
|
|
+;------------------------------------------------------------ |
15 |
|
|
+; !!DO NOT MODIFY THIS FILE!! |
16 |
|
|
+; |
17 |
|
|
+; Manual changes will be lost when this file is regenerated. |
18 |
|
|
+; |
19 |
|
|
+; Please read the developer's guide, which is available |
20 |
|
|
+; at http://www.contribs.org/development/ |
21 |
|
|
+; |
22 |
|
|
+; Copyright (C) 1999-2006 Mitel Networks Corporation |
23 |
|
|
+;------------------------------------------------------------ |
24 |
|
|
+ |
25 |
|
|
--- smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/asterisk/manager.conf/20admin.templatize_manager 2009-04-11 00:21:08.000000000 +0200 |
26 |
|
|
+++ smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/asterisk/manager.conf/20admin 2009-04-11 00:22:19.000000000 +0200 |
27 |
|
|
@@ -0,0 +1,7 @@ |
28 |
|
|
+[admin] |
29 |
|
|
+secret = {${'freepbx'}{'ManagerPassword'};} |
30 |
|
|
+deny=0.0.0.0/0.0.0.0 |
31 |
|
|
+permit=127.0.0.1/255.255.255.0 |
32 |
|
|
+read = system,call,log,verbose,command,agent,user |
33 |
|
|
+write = system,call,log,verbose,command,agent,user |
34 |
|
|
+ |
35 |
|
|
--- smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/asterisk/manager.conf/30include.templatize_manager 2009-04-11 00:22:34.000000000 +0200 |
36 |
|
|
+++ smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/asterisk/manager.conf/30include 2009-04-11 00:22:58.000000000 +0200 |
37 |
|
|
@@ -0,0 +1,4 @@ |
38 |
|
|
+ |
39 |
|
|
+#include manager_additional.conf |
40 |
|
|
+#include manager_custom.conf |
41 |
|
|
+ |
42 |
|
|
--- smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/asterisk/manager.conf/10general.templatize_manager 2009-04-11 00:20:29.000000000 +0200 |
43 |
|
|
+++ smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/asterisk/manager.conf/10general 2009-04-11 00:20:50.000000000 +0200 |
44 |
|
|
@@ -0,0 +1,8 @@ |
45 |
|
|
+; |
46 |
|
|
+; Asterisk Call Management support |
47 |
|
|
+; |
48 |
|
|
+[general] |
49 |
|
|
+enabled = yes |
50 |
|
|
+port = 5038 |
51 |
|
|
+bindaddr = 0.0.0.0 |
52 |
|
|
+ |