config/standard_version13.yml in echi-converter-0.3.3 vs config/standard_version13.yml in echi-converter-0.3.4

- old
+ new

@@ -1,8 +1,8 @@ #ECH File construct, order is important, as the application sequentially reads the file #Version 13 - Standard Schema -fields: +echi_records: - name: callid type: int length: 4 - name: acwtime type: int @@ -193,6 +193,54 @@ - name: cwcs3 type: str length: 17 - name: cwcs4 type: str - length: 17 + length: 17 + +#Agents table definition derived from agname.dat +echi_agents: + - name: group_id + type: str + length: 255 + - name: login_id + type: str + length: 255 + - name: name + type: str + length: 255 + +#Aux Reasons table definition derived from aux_rsn.dat +echi_aux_reasons: + - name: group_id + type: str + length: 255 + - name: aux_reason + type: str + length: 255 + - name: name + type: str + length: 255 + +#CWC definition derived from cwc.dat +echi_cwcs: + - name: group_id + type: str + length: 255 + - name: cwc + type: str + length: 255 + - name: name + type: str + length: 255 + +#VDN definition derived from vdn.dat +echi_vdns: + - name: group_id + type: str + length: 255 + - name: vdn + type: str + length: 255 + - name: name + type: str + length: 255 \ No newline at end of file