From bf8b14b6d4cd3206201c2da4e10f8fb1b3424c35 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 30 Nov 2012 00:24:44 +0000 Subject: [PATCH] Comments and notices updates for bin scripts, issue #564, reported by DomeDan git-svn-id: svn://192.168.202.10@1887 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/ADMIN_adjust_GMTnow_on_leads.pl | 2 +- bin/AST_VDweekly_agent_statuses_report.pl | 7 +++++++ bin/start_asterisk_boot.pl | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/bin/ADMIN_adjust_GMTnow_on_leads.pl b/bin/ADMIN_adjust_GMTnow_on_leads.pl index 66942f16..dfbb1ec7 100644 --- a/bin/ADMIN_adjust_GMTnow_on_leads.pl +++ b/bin/ADMIN_adjust_GMTnow_on_leads.pl @@ -7,7 +7,7 @@ # # run every time you load leads into the vicidial_list table # -# Copyright (C) 2011 Matt Florell LICENSE: AGPLv2 +# Copyright (C) 2012 Matt Florell LICENSE: AGPLv2 # # # CHANGES diff --git a/bin/AST_VDweekly_agent_statuses_report.pl b/bin/AST_VDweekly_agent_statuses_report.pl index aa787e0d..8bbd0c2f 100644 --- a/bin/AST_VDweekly_agent_statuses_report.pl +++ b/bin/AST_VDweekly_agent_statuses_report.pl @@ -5,6 +5,13 @@ # well as the the vendor_lead code from the list, and the status_name from # either the vicidial_statuses or vicidial_campaign_statuses table and # puts all that information into a CSV file which gets emailed out. +# +# Copyright (C) 2012 Matt Florell LICENSE: AGPLv2 +# +# +# CHANGES +# 90815-1540 - latest build +# # lets play nice use 5.008; diff --git a/bin/start_asterisk_boot.pl b/bin/start_asterisk_boot.pl index 9295f2f2..3bac7200 100644 --- a/bin/start_asterisk_boot.pl +++ b/bin/start_asterisk_boot.pl @@ -2,6 +2,10 @@ # # start_asterisk_boot.pl version 2.0.5 # +# This script is designed to start Asterisk in the proper way for Vicidial to +# operate as intended +# +# # Copyright (C) 2009 Matt Florell LICENSE: AGPLv2 # # CHANGES