-
Type:
Bug
-
Status: Closed
-
Resolution: Works For Me
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: ARI User Portal
I've noticed this a couple of times, but I've actually investigated it this time 8) When I log into my xtn, all the links to the recordings are actually just the latest one:
{noformat}<td class='checkbox'><input type=checkbox name='selected8' value=/var/spool/asterisk/monitor/OUT301-20060509-080527-1147125927.179.WAV></td>
<td width=70>2006-05-09</td>
<td>08:05:27</td>
<td>"Rob Thomas" <301></td>
<td>301</td>
<td>01300726889</td>
<td>from-internal</td>
<td width=90>382 sec</td>
<td><a href='#' onClick="javascript:popUp('misc/recording_popup.php?recording=/var/spool/asterisk/monitor/OUT301-20060509-080527-1147125927.179.WAV&date=2006-05-09&time=08:05:27'); return false;">play</a></td>
</tr><tr>
<td class='checkbox'><input type=checkbox name='selected9' value=/var/spool/asterisk/monitor/OUT301-20060509-080527-1147125927.179.WAV></td>
<td width=70>2006-05-09</td>
<td>07:55:36</td>
<td>"Rob Thomas" <301></td>
<td>301</td>
<td>00296254570</td>
<td>from-internal</td>
<td width=90>414 sec</td>
<td><a href='#' onClick="javascript:popUp('misc/recording_popup.php?recording=/var/spool/asterisk/monitor/OUT301-20060509-080527-1147125927.179.WAV&date=2006-05-09&time=07:55:36'); return false;">play</a></td>
</tr><tr>
<td class='checkbox'><input type=checkbox name='selected10' value=/var/spool/asterisk/monitor/OUT301-20060509-080527-1147125927.179.WAV></td>
<td width=70>2006-05-09</td>
<td>07:46:19</td>
<td>"Rob Thomas" <301></td>
<td>301</td>
<td>00356622440</td>
<td>from-internal</td>
<td width=90>550 sec</td>
<td><a href='#' onClick="javascript:popUp('misc/recording_popup.php?recording=/var/spool/asterisk/monitor/OUT301-20060509-080527-1147125927.179.WAV&date=2006-05-09&time=07:46:19'); return false;">play</a></td>
</tr><tr>{noformat}
Note that the file is exactly the same in each one. Is this some wierdism at my end, or is it a valid bug?