Added the ability to hide fields in the agent interface by entering ---HIDE--- into the System Settings label option for the field
Added preprocess leads in script to filter leads and generate standard format lead files before being imported changed realtime links to new realtime report git-svn-id: svn://192.168.202.10@1577 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
# 91105-1359 - Added MIX directory to /var/spool/asterisk/monitor
|
||||
# 91123-0001 - Added FTP2 directory to /var/spool/asterisk/monitorDONE
|
||||
# 100428-0936 - Added DB custom user/pass fields
|
||||
# 101217-0520 - Added PREPROCESS directory
|
||||
#
|
||||
|
||||
############################################
|
||||
@@ -2239,11 +2240,16 @@ if ($WEBONLY < 1)
|
||||
{
|
||||
print "Creating $PATHhome/LEADS_IN directories...\n";
|
||||
if (!-e "$PATHhome/libs/Asterisk") {`mkdir -p $PATHhome/libs/Asterisk`;}
|
||||
if (!-e "$PATHhome/LEADS_IN/DONE")
|
||||
if (!-e "$PATHhome/LEADS_IN/DONE")
|
||||
{
|
||||
`mkdir -p $PATHhome/LEADS_IN/DONE`;
|
||||
`chmod -R 0766 $PATHhome/LEADS_IN`;
|
||||
}
|
||||
if (!-e "$PATHhome/PREPROCESS/DONE")
|
||||
{
|
||||
`mkdir -p $PATHhome/PREPROCESS/DONE`;
|
||||
`chmod -R 0766 $PATHhome/PREPROCESS`;
|
||||
}
|
||||
if (!-e "$PATHhome/VTIGER_IN/DONE")
|
||||
{
|
||||
`mkdir -p $PATHhome/VTIGER_IN/DONE`;
|
||||
|
||||
Reference in New Issue
Block a user