Added "Add Lead URL" feature to in-groups, it will send a web get out as soon as a lead is created by the inbound process.

Added custom fields export to the ALL-LISTS function of the lists download script

git-svn-id: svn://192.168.202.10@1531 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-09-30 01:11:02 +00:00
parent 3c3ebb8324
commit b3f82912e5
10 changed files with 408 additions and 126 deletions
+2 -1
View File
@@ -341,7 +341,7 @@ while($one_day_interval > 0)
}
$sthA->finish();
### This is where the call to the start_call_url launch will go
### This is where the call to the start_call_url launch goes
if (length($start_call_url) > 5)
{
@@ -354,6 +354,7 @@ while($one_day_interval > 0)
$launch .= " --campaign=" . $QHcampaign_id[$w];
$launch .= " --uniqueid=" . $QHuniqueid[$w];
$launch .= " --alt_dial=" . $QHalt_dial[$w];
$launch .= " --function=REMOTE_AGENT_START_CALL_URL";
system($launch . ' &');