added click-to-dial to Vtiger integration
added agent alert option to vicidial.php some bug fixes and doc updates git-svn-id: svn://192.168.202.10@1038 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -668,9 +668,9 @@ if ($output_format =~ /^fixed-as400$/)
|
||||
if ($status =~ /^DROP$/) {$status = 'N';}
|
||||
if ($status =~ /^SALE$/) {$status = 'AP';}
|
||||
if ($status =~ /^A6$/) {$status = 'A6';}
|
||||
if ($status =~ /^DC$/) {$status = 'D';}
|
||||
if ($status =~ /^DNC$/) {$status = 'DC';}
|
||||
if ($status =~ /^DNCL$/) {$status = 'DC';}
|
||||
if ($status =~ /^DC$/) {$status = 'D';}
|
||||
if ($status =~ /^DIED$/) {$status = 'DD';}
|
||||
if ($status =~ /^COMP$/) {$status = 'DD';}
|
||||
if ($status =~ /^DEC$/) {$status = 'DD';}
|
||||
|
||||
Reference in New Issue
Block a user