分机列表<#if extentionList??>(${extentionList?size})

<#if extentionList??> <#list extentionList as extention>
分机号 外呼 录音 播报工号 类型 SIP网关 启用WebRTC 操作
${extention.extention!''}<#if extention.description?? && extention.description != "">(${extention.description!''}) <#if extention.callout> <#if extention.record> <#if extention.playnum> <#if extention.mediapath?? && extention.mediapath!="">播报文件已设置 <#if extention.extype?? && extention.extype == "line">直线 <#if extention.extype?? && extention.extype == "ivr"> <#if extention.enableai?? && extention.enableai == "1"> 智能IVR <#else> IVR <#if extention.extype?? && extention.extype == "skill">技能组 <#if extention.extype?? && extention.extype == "conference">会议 <#if extention.extype?? && extention.extype == "quene">队列 <#if extention.siptrunk?? && extention.siptrunk!=""> <#if extention.enablewebrtc?? && extention.enablewebrtc == true> 编辑 <#if extention.extype?? && extention.extype == "ivr"> IVR配置 删除