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
This commit is contained in:
mattf
2012-11-30 00:24:44 +00:00
parent 6f60106a4e
commit bf8b14b6d4
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#
# run every time you load leads into the vicidial_list table
#
# Copyright (C) 2011 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
# Copyright (C) 2012 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
#
#
# CHANGES
@@ -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 <vicidial@gmail.com> LICENSE: AGPLv2
#
#
# CHANGES
# 90815-1540 - latest build
#
# lets play nice
use 5.008;
+4
View File
@@ -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 <vicidial@gmail.com> LICENSE: AGPLv2
#
# CHANGES