From f2e32f4909afd3851521273c5aa80f4153669adf Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sat, 21 Jun 2014 10:54:37 +0000 Subject: [PATCH] Interactive Conference: URL Decode Caller ID Name. --- app/conferences_active/conference_interactive_inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/conferences_active/conference_interactive_inc.php b/app/conferences_active/conference_interactive_inc.php index e897a843b1..13fdd2b948 100644 --- a/app/conferences_active/conference_interactive_inc.php +++ b/app/conferences_active/conference_interactive_inc.php @@ -53,7 +53,7 @@ else { //connect to event socket, send the command and process the results $fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']); if (!$fp) { - $msg = "
".$text['message-connection']."
"; + $msg = "
".$text['message-connection']."
"; echo "
\n"; echo "\n"; echo "\n"; @@ -147,6 +147,7 @@ else { echo "\n"; echo "\n"; + echo "\n"; echo "\n"; echo "\n"; @@ -180,7 +181,7 @@ else { $is_moderator = $row->flags->is_moderator; $uuid = $row->uuid; $caller_id_name = $row->caller_id_name; - $caller_id_name = str_replace("%20", " ", $caller_id_name); + $caller_id_name = urldecode($caller_id_name); $caller_id_number = $row->caller_id_number; //format the seconds
 
".$text['label-id']."