docs update
git-svn-id: svn://192.168.202.10@823 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -281,6 +281,14 @@ use asterisk;
|
||||
or you may need to run this if you get an error:
|
||||
\. /usr/src/astguiclient/astguiclient/MySQL_AST_CREATE_tables.sql
|
||||
|
||||
### to load in default IAX and SIP phone accounts run the following query
|
||||
|
||||
\. /usr/src/astguiclient/trunk/extras/sip-iax_phones.sql
|
||||
or you may need to run this if you get an error:
|
||||
\. /usr/src/astguiclient/agc_2.0.4/extras/sip-iax_phones.sql
|
||||
\. /usr/src/astguiclient/astguiclient/sip-iax_phones.sql
|
||||
|
||||
|
||||
##### make sure on these queries that you change the server_ip "10.10.10.15"
|
||||
##### to the server IP that you are using
|
||||
|
||||
|
||||
@@ -63,10 +63,10 @@ quit
|
||||
|
||||
|
||||
cd /usr/local
|
||||
wget http://asterisk.gnuinter.net/files/asterisk-perl-0.10.tar.gz
|
||||
gunzip asterisk-perl-0.10.tar.gz
|
||||
tar xvf asterisk-perl-0.10.tar
|
||||
cd asterisk-perl-0.10
|
||||
wget http://asterisk.gnuinter.net/files/asterisk-perl-0.08.tar.gz
|
||||
gunzip asterisk-perl-0.08.tar.gz
|
||||
tar xvf asterisk-perl-0.08.tar
|
||||
cd asterisk-perl-0.08
|
||||
perl Makefile.PL
|
||||
make all
|
||||
make install
|
||||
|
||||
@@ -1724,9 +1724,18 @@ UPDATE mysql.user set password=OLD_PASSWORD('1234') where user='cron';
|
||||
|
||||
use asterisk;
|
||||
|
||||
\. /usr/share/astguiclient/MySQL_AST_CREATE_tables.sql
|
||||
\. /usr/src/astguiclient/trunk/extras/MySQL_AST_CREATE_tables.sql
|
||||
or you may need to run this if you get an error:
|
||||
\. /usr/src/astguiclient/trunk/extras/MySQL_AST_CREATE_tables.sql
|
||||
\. /usr/src/astguiclient/agc_2.0.4/extras/MySQL_AST_CREATE_tables.sql
|
||||
\. /usr/src/astguiclient/astguiclient/MySQL_AST_CREATE_tables.sql
|
||||
|
||||
### to load in default IAX and SIP phone accounts run the following query
|
||||
|
||||
\. /usr/src/astguiclient/trunk/extras/sip-iax_phones.sql
|
||||
or you may need to run this if you get an error:
|
||||
\. /usr/src/astguiclient/agc_2.0.4/extras/sip-iax_phones.sql
|
||||
\. /usr/src/astguiclient/astguiclient/sip-iax_phones.sql
|
||||
|
||||
|
||||
insert into servers (server_id,server_description,server_ip,active,asterisk_version)values('TESTasterisk','Test install of Asterisk server', '10.10.10.15','Y','1.2.27');
|
||||
|
||||
|
||||
@@ -792,3 +792,17 @@ allow=alaw
|
||||
allow=gsm
|
||||
qualify=yes
|
||||
|
||||
[cc351]
|
||||
type=friend
|
||||
accountcode=cc351
|
||||
context=default
|
||||
auth=md5
|
||||
host=dynamic
|
||||
permit=0.0.0.0/0.0.0.0
|
||||
secret=test
|
||||
disallow=all
|
||||
allow=ulaw
|
||||
allow=alaw
|
||||
allow=gsm
|
||||
qualify=yes
|
||||
|
||||
|
||||
@@ -794,3 +794,17 @@ allow=alaw
|
||||
allow=gsm
|
||||
qualify=yes
|
||||
|
||||
[cc351]
|
||||
type=friend
|
||||
accountcode=cc351
|
||||
context=default
|
||||
auth=md5
|
||||
host=dynamic
|
||||
permit=0.0.0.0/0.0.0.0
|
||||
secret=test
|
||||
disallow=all
|
||||
allow=ulaw
|
||||
allow=alaw
|
||||
allow=gsm
|
||||
qualify=yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user