KRTorio
2005-Oct-17 00:39 UTC
[Asterisk-Users] Solved? => Playback audio before answered by a queue member
Regarding my previous post: "Playback audio before answered by a queue member" I added a ResetCDR() command at the middle: exten => XXXXXXXXXX,1,Background(audiofile) ;answers the channel immediately exten => XXXXXXXXXX,2,ResetCDR() ;clean slate exten => XXXXXXXXXX,3,Queue(Qname|tdn|||) ;new answer time written Looking at the CDR, the billsec is no longer the same as duration. This should be the actual talktime that I'm looking for. Are there any side effects to look out when I use ResetCDR()? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051017/b4f9a44d/attachment.htm
Reasonably Related Threads
- [PATCH V1 vhost-next] vdpa/mlx5: Make vdpa core driver a distinct module
- [PATCH V1 vhost-next] vdpa/mlx5: Make vdpa core driver a distinct module
- How is Queue avg holdtime and avg talktime calculated
- [PATCH V1 vhost-next] vdpa/mlx5: Make vdpa core driver a distinct module
- [PATCH V1 vhost-next] vdpa/mlx5: Make vdpa core driver a distinct module