-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 2.7
-
Fix Version/s: None
-
Component/s: Recordings
-
Labels:
I have 2 installs of FreePBX 2.7 and I have the same problem with both. I'm using IE8. For example, when I try to hear enter-password, I click "click here to play this recording," another window opens, but there is box with an x in it and the text "playing: enter-password" below. If I do a View Source in that window I see:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<TITLE>FreePBX Recording Review</TITLE>
<style type="text/css">
.popup_download { color: FREEPBX-105D90; margin: 5px; font-size: 12px; text-align: left; }
</style>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<br><embed src='/admin/config.php?display=recordings&action=audio&recording=ekjh5HA4Onyj9QdGPh7JnSgt54yVKwWreoMJjP6ZANqtrn1%2B7qS2XTq3zh6rrMjv520fXomSgjjdFnR94t6TfA%3D%3D' width=300, height=20 autoplay=true loop=false></embed><br><br><h1 class='popup_download'>playing: enter-password</h1><br> </body>
</html>{noformat}
If I then manually put the embed string in the browser address bar it works, such as:
It seems that the embed link is not being loaded? Thanks for your help.