• 访问渠道: 语音
  • <#if pbxHost??>
  • 接入线路:${pbxHost.name!''}(${pbxHost.hostname!''})
  • 主叫号码: <#if statusEvent??>${statusEvent.discaller!''}
  • 被叫号码:<#if statusEvent??>${statusEvent.discalled!''}
  • 类型:<#if statusEvent??>${statusEvent.calltype!''}
  • 主叫方:<#if statusEvent??>${statusEvent.host!''}
  • IP地址:<#if statusEvent??>${statusEvent.ipaddr!''}
  • 拨打时间:<#if statusEvent??>${statusEvent.localdatetime!''}
  • <#if mobileAddress??>
  • 来电省份:${mobileAddress.province!''}
  • 来电城市:${mobileAddress.city!''}
  • 运营商:${mobileAddress.isp!''}
  • 来电类型: <#if extensionList?? && extensionList?size gt 0> 内线 <#else> 外线
  • <#list uKeFuDic["com.dic.callcenter.comment"] as comment> <#if statusEvent.satisfaction?? && comment.code== statusEvent.satisfaction >
  • 满意度评价: ${comment.name}
  • <#if statusEvent.satisfdate??>评价时间:${statusEvent.satisfdate?string('yyyy-MM-dd HH:mm:ss')}
  • 满意度:<#if statusEvent.satisfaction==null>未评价
  • 标签: <#if tagRelationList??> <#list tagRelationList as tagRelation> <#if tags??> <#list tags as tag> <#if tag.id == tagRelation.tagid> ${tag.tag!''}
    
    <#if tags??> <#list tags as tag>
    ${tag.tag!''}