From 092f36f79dc6bf6fa9c8fb327bd970ce5250622c Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 2 Apr 2008 08:30:59 +0000 Subject: [PATCH] docs update git-svn-id: svn://192.168.202.10@823 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/docs/BASE_INSTALL.txt | 8 ++++++++ agc_2-X/trunk/docs/REQUIRED_APPS_INSTALL.txt | 8 ++++---- agc_2-X/trunk/docs/SCRATCH_INSTALL.txt | 13 +++++++++++-- agc_2-X/trunk/docs/conf_examples/iax.conf.sample | 14 ++++++++++++++ .../trunk/docs/conf_examples/iax.conf.sample-1.4 | 14 ++++++++++++++ 5 files changed, 51 insertions(+), 6 deletions(-) diff --git a/agc_2-X/trunk/docs/BASE_INSTALL.txt b/agc_2-X/trunk/docs/BASE_INSTALL.txt index f2a4ec95..b38aad6f 100644 --- a/agc_2-X/trunk/docs/BASE_INSTALL.txt +++ b/agc_2-X/trunk/docs/BASE_INSTALL.txt @@ -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 diff --git a/agc_2-X/trunk/docs/REQUIRED_APPS_INSTALL.txt b/agc_2-X/trunk/docs/REQUIRED_APPS_INSTALL.txt index 37d0bba4..20727622 100644 --- a/agc_2-X/trunk/docs/REQUIRED_APPS_INSTALL.txt +++ b/agc_2-X/trunk/docs/REQUIRED_APPS_INSTALL.txt @@ -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 diff --git a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt index 5f4969fc..1b846c36 100644 --- a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt @@ -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'); diff --git a/agc_2-X/trunk/docs/conf_examples/iax.conf.sample b/agc_2-X/trunk/docs/conf_examples/iax.conf.sample index df66f71c..b8ad4589 100644 --- a/agc_2-X/trunk/docs/conf_examples/iax.conf.sample +++ b/agc_2-X/trunk/docs/conf_examples/iax.conf.sample @@ -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 + diff --git a/agc_2-X/trunk/docs/conf_examples/iax.conf.sample-1.4 b/agc_2-X/trunk/docs/conf_examples/iax.conf.sample-1.4 index 7bd5c4c0..3fa95596 100644 --- a/agc_2-X/trunk/docs/conf_examples/iax.conf.sample-1.4 +++ b/agc_2-X/trunk/docs/conf_examples/iax.conf.sample-1.4 @@ -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 +