IVR接入号码<#if ivrList??>(${ivrList?size})

<#if ivrList??> <#list ivrList as ivr>
分机号 录音 类型 创建时间 描述 操作
${ivr.extention!''} <#if ivr.record> <#if ivr.extype?? && ivr.extype == "line">直线 <#if ivr.extype?? && ivr.extype == "ivr">IVR <#if ivr.extype?? && ivr.extype == "skill">技能组 <#if ivr.extype?? && ivr.extype == "conference">会议 <#if ivr.extype?? && ivr.extype == "quene">队列 ${ivr.createtime?string('yyyy-MM-dd HH:mm:ss')} ${ivr.description!''} 编辑 删除