From bf1421e4e0e3b1de100d1fb71be49ab59a715d10 Mon Sep 17 00:00:00 2001 From: mattf Date: Sun, 9 Dec 2007 20:28:51 +0000 Subject: [PATCH] several documentation and example corrections. git-svn-id: svn://192.168.202.10@744 3d104415-ff17-0410-8863-d5cf3c621b8a --- UPGRADE | 2 +- agi/agi-VDAD_ALL_inbound.agi | 2 +- bin/FastAGI_log.pl | 2 +- docs/SCRATCH_INSTALL.txt | 7 ++++++- docs/conf_examples/extensions.conf.sample | 2 +- docs/conf_examples/extensions.conf.sample-1.4 | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/UPGRADE b/UPGRADE index a15a1432..7af46c87 100644 --- a/UPGRADE +++ b/UPGRADE @@ -70,7 +70,7 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom 14. Added ability to copy the settings campaigns, users and in-groups to new records 15. REQUIRED CHANGE! Old inbound and Closer AGI scripts have all been consolidated - into a single script: agi-VDAD_inbound.agi + into a single script: agi-VDAD_ALL_inbound.agi Please look at the script header or the SCRATCH_INSTALL doc for more info on how to alter your extenions.conf to use the new script. The old agi-VDAD_closer... scripts have all been depricated and moved diff --git a/agi/agi-VDAD_ALL_inbound.agi b/agi/agi-VDAD_ALL_inbound.agi index e4f31a3f..9df97e68 100644 --- a/agi/agi-VDAD_ALL_inbound.agi +++ b/agi/agi-VDAD_ALL_inbound.agi @@ -4,7 +4,7 @@ # # runs when a call comes in from an inbound call. This script will # send the calls out to the closers that are logged in. -# ## THIS SCRIPT CONSOLIDATES NINE SEPARATE VDAD closer inbound SCRIPTS ## +# ## THIS SCRIPT CONSOLIDATES THIRTEEN SEPARATE VDAD closer inbound SCRIPTS ## # # # You need to put lines similar to those below in your extensions.conf file: diff --git a/bin/FastAGI_log.pl b/bin/FastAGI_log.pl index 8efa3bb9..779d2856 100644 --- a/bin/FastAGI_log.pl +++ b/bin/FastAGI_log.pl @@ -22,7 +22,7 @@ # # # ;all hangups: -# exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})) +# exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}) # # # Copyright (C) 2007 Matt Florell LICENSE: GPLv2 diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index f4da8c58..1da6b15b 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -576,6 +576,7 @@ the time is the same on our client computers and our servers. iftop is a good console bandwidth visualization tool that shows you active connections, where they are going to/from and how much of your precious bandwidth they are using. *OPTIONAL* +NOTE: another good network analysis utility is "iptraf" and is on most system 6. Go to http://www.ex-parrot.com/~pdw/iftop/ and download the package - to install this directly on the command line type: @@ -617,6 +618,10 @@ that can be displayed real-time on a web page. - make - make install - you are done + NOTE: uncomment these lines to compile on systems without X11: + NOXFLAG = -DNOX11 + XLIBS = + XOBJ = NOTE: for the graphics to work on the AST_server_performance page you will need the 'pl' script to be linked or copied into your htdocs/vicidial/ploticus directory NOTE: you may need to edit the Makefile for ploticus if you do not have X11 @@ -1803,7 +1808,7 @@ effected extension groups are show): ##### This 'h' exten is VERY important for VICIDIAL usage, ##### you will have problems if it is not in your dialplan! -exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})) +exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}) ; Extension 3429 - Inbound 800 number (1-800-555-3429) exten => _**3429,1,Ringing diff --git a/docs/conf_examples/extensions.conf.sample b/docs/conf_examples/extensions.conf.sample index a8f3f615..3902f7b0 100644 --- a/docs/conf_examples/extensions.conf.sample +++ b/docs/conf_examples/extensions.conf.sample @@ -212,7 +212,7 @@ exten => 4001,2,Voicemail,u4001 ; Send to voicemail... ; FastAGI for VICIDIAL/astGUIclient call logging -exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})) +exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}) ; Inbound call from BINFONE ; exten => 1112223333,1,AGI(agi://127.0.0.1:4577/call_log) diff --git a/docs/conf_examples/extensions.conf.sample-1.4 b/docs/conf_examples/extensions.conf.sample-1.4 index c340e691..7cc5b008 100644 --- a/docs/conf_examples/extensions.conf.sample-1.4 +++ b/docs/conf_examples/extensions.conf.sample-1.4 @@ -211,7 +211,7 @@ exten => 4001,2,Voicemail,u4001 ; Send to voicemail... ; FastAGI for VICIDIAL/astGUIclient call logging -exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})) +exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}) ; Inbound call from BINFONE ; exten => 1112223333,1,AGI(agi://127.0.0.1:4577/call_log)