1
Running QueueMetrics / default.crmapp only getting populated for inbound calls
« on: September 22, 2014, 18:00:57 »
Hi
I have the following setting in configuration.properties:
default.crmapp=http://recordings/callmon/?searchBox=
This properly creates the link when a call is in an inbound queue:
However, when the call is in an outbound queue the href is simply "-":
Anyone any idea why? The call Unique ID is available in both inbound and outbound, and when I instead open the pop-up using the magnifying glass icon the link to the recording is in there.
This did work in previous (1.6.10) version of QM for both inbound and outbound.
Thanks
I have the following setting in configuration.properties:
default.crmapp=http://recordings/callmon/?searchBox=
This properly creates the link when a call is in an inbound queue:
Code: [Select]
<td class="stData" style="width: 18;"><a href="http://recordings/callmon/?searchBox=1411300755.67" target="_blank"><img src="../img/icons_silk/link_go.png" class="silk" title="Open"></a> </td>However, when the call is in an outbound queue the href is simply "-":
Code: [Select]
<td class="stData" style="width: 18;"><a href="-" target="_blank"><img src="../img/icons_silk/link_go.png" class="silk" title="Open"></a> </td>Anyone any idea why? The call Unique ID is available in both inbound and outbound, and when I instead open the pop-up using the magnifying glass icon the link to the recording is in there.
This did work in previous (1.6.10) version of QM for both inbound and outbound.
Thanks


