Skip to main content
Skip table of contents

How to assign a call to the original called number instead of to the answering number. Call List Report

This KB article applies to Imagicle UCX on-prem Suite owners. If your Imagicle UCX Suite is deployed in the Cloud, please contact Imagicle Support to apply internal settings.

Applies to:

  • Advanced Queuing version 2020.Winter.1 and above.

Description: 

You can associate a call to the original destination, instead of assigning it to the extension who answered the call. Consider for example the case of the destination number is forwarded to another extension. Starting from 2018.Summer.1 release, the call was associated to the target of the forwarding. Now, it's possibile to change this behaviour and associate the call to the forwarded extension, that is the original called.

How-to:

  • Access to Imagicle Server/VM using RDP session;

  • Go to <StonevoiceAS>\Apps\QME\Settings\ folder;

  • Open file QME.Engine.schema.xml, there is a new preference with the defvalue="Actual", that means the call is assigned to the extension that has actually answered to;

    <preference key="cdr.routetotargetnumber.value" defvalue="Actual" type="System.string" attributes="enum">

    <element value="Actual" desc="real answering number"/>

    <element value="Expected" desc="target called number"/>

    </preference>

  • Change the preference's defvalue to Expected, in this way the call will be associated to the original called number, regardless of whom has answered;

  • Expected value has to be define in the file <StonevoiceAS>\Apps\QME\Settings\ QME.Engine.config.xml, adding this preference:
    <preference key="cdr.routetotargetnumber.value" value="Expected"/>

  • if the the value is different from Expected, it will be use Actual and an error will be logged.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.