Added audio store and audio synchronization processes

Fixed bug in AST_VDadapt.pl script

git-svn-id: svn://192.168.202.10@1115 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-05-14 10:53:52 +00:00
parent 81dd845a8a
commit bf34a4eecc
16 changed files with 2136 additions and 1110 deletions
+27
View File
@@ -18,6 +18,7 @@ New scripts:
Changes:
80724-1723 - First build
90428-0208 - Added blind_monitor function
90513-1720 - Added sounds_list function
@@ -40,6 +41,32 @@ VERSION: 2.0.5-4|BUILD: 80910-0020|DATE: 2008-09-10 00:26:43|EPOCH: 1221020803
--------------------------------------------------------------------------------
sounds_list - outputs a list of audio files from the audio store
NOTE: api user for this function must have user_level set to 7 or higher
OPTIONAL FIELDS-
format - format of the output(tab, link, selectframe)
stage - how to sort the output(date, size, name)
comments - name of the field to populate
Example URL strings for API calls:
http://server/vicidial/non_agent_api.php?source=test&user=6666&pass=1234&function=sounds_list&format=selectframe&comments=fieldname&stage=date
Example responses:
<success is inferred by output of audio files list>
ERROR: sounds_list USER DOES NOT HAVE PERMISSION TO VIEW SOUNDS LIST
ERROR: sounds_list CENTRAL SOUND CONTROL IS NOT ACTIVE
--------------------------------------------------------------------------------
blind_monitor - calls user-defined phone and places them in session as blind monitor
+2 -1
View File
@@ -3,7 +3,8 @@ recommended that you read the SCRATCH_INSTALL doc for more information on
installing the package properly.
Requirements for installing astGUIclient/VICIDIAL on an Asterisk server:
- Asterisk 1.2.24 recommended but will work with most older Asterisk versions
- Asterisk 1.2.27 and 1.4.21.2 recommended but will work with most older Asterisk versions
- ViciDial does NOT support Asterisk 1.6.X at this time due to stability issues
- Zap trunks(T1/E1 or PSTN lines), IAX2 trunks or SIP trunks required
- If using VOIP trunks and VICIDIAL auto-dial, you must have trunks registered
- It is strongly suggested that you have a zaptel timer like a PSTN/T1/E1 card or ztdummy
+6 -4
View File
@@ -1,4 +1,4 @@
Ubuntu VICIDIAL Install: 2009-04-23
Ubuntu VICIDIAL Install: 2009-05-12
### NOTE ###
If you just want a quick setup of ViciDial on Ubuntu, take a look at our
@@ -42,6 +42,8 @@ sox (command line encoding and decoding tool)
subversion (code versioning tool)
subversion-tools
unzip
libcurl3
curl
Go to terminal:
@@ -121,9 +123,9 @@ mkdir /usr/src/asterisk
cd /usr/src/asterisk
****FOR 1.2 asterisk run the following
wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.30.2.tar.gz
wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.27.tar.gz
wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.8.tar.gz
wget http://downloads.digium.com/pub/asterisk/releases/asterisk-1.2.30.2.tar.gz
wget http://downloads.digium.com/pub/zaptel/releases/zaptel-1.2.27.tar.gz
wget http://downloads.digium.com/pub/libpri/releases/libpri-1.2.8.tar.gz
tar xzf asterisk-1.2.30.2.tar.gz
tar xzf zaptel-1.2.27.tar.gz
tar xzf libpri-1.2.8.tar.gz