Changed the PARK CUSTOMER option in campaigns to use a true Music-on-Hold context

Added new IVR PARK CUSTOMER feature to campaigns allowing an agent to park a customer to an IVR, collect data, then go back to the agent

git-svn-id: svn://192.168.202.10@1533 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-10-04 20:32:13 +00:00
parent 1bbdb46b5e
commit 4fe81d44ed
18 changed files with 1072 additions and 97 deletions
+1 -1
View File
@@ -842,7 +842,7 @@ else
{$locat = substr($location,0,27); $locat = "$locat...";}
else
{$locat = $location;}
if (eregi("http",$location))
if ( (eregi("ftp",$location)) or (eregi("http",$location)) )
{$location = "<a href=\"$location\">$locat</a>";}
else
{$location = $locat;}