Hi @luxzg,
thanks for your great work, which is normally the job of 3CX... I try to simplify your scripts to a simple bash script with curl. But I am unable to combine date filters, e.g. year AND month.
$filter=year(SegmentStartTime) eq 2025 --> is working
$filter=year(SegmentStartTime) eq 2025 and month(SegmentStartTime) eq 7 --> not working
For a survey script I need all calls since last run of the script to specific Queue and answered by an agent.
For me it's not possible to get only the newest, I always get the oldest and sorting filters will be ignored. Because very long call history it's no option to always load all logs and filter locally.
Thanks for your help and ideas.
Hi @luxzg,
thanks for your great work, which is normally the job of 3CX... I try to simplify your scripts to a simple bash script with curl. But I am unable to combine date filters, e.g. year AND month.
$filter=year(SegmentStartTime) eq 2025 --> is working
$filter=year(SegmentStartTime) eq 2025 and month(SegmentStartTime) eq 7 --> not working
For a survey script I need all calls since last run of the script to specific Queue and answered by an agent.
For me it's not possible to get only the newest, I always get the oldest and sorting filters will be ignored. Because very long call history it's no option to always load all logs and filter locally.
Thanks for your help and ideas.