@@ -161,7 +161,7 @@ async def getCDR(start=None,
end=None,
table='cdr',
field='calldate',
- sort='calldate, SUBSTR(uniqueid,1,10), SUBSTR(uniqueid,12,2), sequence'):
+ sort='calldate, SUBSTR(uniqueid,1,10), sequence'):
_cdr = {}
if end is None:
end = dt.now()