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['label-id']." | \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|||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|