<div dir="ltr">I am considering adding the HTML5 audio tag to tickets that have wav attachments. Is anyone already doing this and have a story to tell? <div><br></div><div><br></div><div style>I am considering adding something like this to html/Ticket/ShowAttachments</div>
<div><div>%if($rev->ContentType eq  'audio/wav') {</div><div><br></div><div>% my $link = RT->Config->Get('WebPath') . "/Ticket/Attachment/" . join "/", $rev->TransactionId, $rev->Id, $rev->Filename;</div>
<div><audio controls></div><div>  <source src="<% $link %>"</div><div></audio></div><div>% }</div></div><div><br></div><div style>Thanks</div><div style>Robert</div><div style><br></div></div>