这是本文档旧的修订版!
select fieldname from cc10_search_fields where controller="pbxcdrs";
Pbxcdr-calleridnum:对应 ”主叫号码“
Pbxcdr-act_callerid :对应 ”实际外呼主叫“
Pbxcdr-dst:对应 ”被叫号码“
Pbxcdr-didnumber:对应 ”DID“
Pbxcdr-billsec:对应 ”计费时长“
Pbxcdr-disposition:对应 “通话结果”
Pbxcdr-accountcode:对应 “账号”
Pbxcdr-calltype:对应 “呼叫类型”
Account-username:对应 “用户名”
Trunk-trunkname:对应 “中继”
Pbxcdr-destination:对应 “目标”
Pbxcdr-status:对应 “属性”
Pbxcdr-memo:对应 “备注”
Pbxcdr-outboundcredit:对应 “呼出费用”
Pbxcdr-inboundcredit:对应 “呼入费用”
Pbxcdr-agentno:对应 “坐席工号”
Pbxcdr-model_id:对应 “业务名称”
Pbxcdr-calleridname:对应 “主叫名称”
Pbxcdr-duration:对应 “总时长”
Pbxcdr-didcredit:对应 “DID费用”
Pbxcdr-ivrendtime:对应 “IVR结束时间”
Pbxcdr-ivrresult:对应 “IVR结果”
Pbxcdr-ivrduration:对应 “IVR总时长”
Pbxcdr-sessionid:对应 “通话唯一标识”
Pbxcdr-productserial:对应 “产品序列号”
Pbxcdr-userfield:对应 “用户数据”
Pbxcdr-rec_result:对应 “语音识别结果”
Pbxcdr-ivrinput:对应 “IVR用户输入”
Pbxcdr-province:对应 “省份”
Pbxcdr-city:对应 “城市”
update cc10_search_fields set status="disable" where fieldname="Pbxcdr-duration" and controller="pbxcdrs";
执行完上面的SQL语句后,再刷新WEB页面在查看搜索栏,“总时长”搜索字段将不在搜索栏显示。