]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Queue Timing Parity with Dial() and Accurate Wait Metrics
authorphoneben <3232963@gmail.com>
Sun, 18 Jan 2026 18:34:01 +0000 (20:34 +0200)
committerphoneben <3232963@gmail.com>
Mon, 26 Jan 2026 21:24:15 +0000 (21:24 +0000)
commit48309d8be756ea2ee08ec2e2cb4b7e0107a1f463
tree85cb158015205da4def59149a7807a0f39cfdffe
parentb4e200dc2fc252fb32f6bdf9c0810dc2462f6212
app_queue: Queue Timing Parity with Dial() and Accurate Wait Metrics

app_queue: Set Dial-compatible timing variables

Extends Queue() to set Dial-compatible timing variables (ANSWEREDTIME, DIALEDTIME) and introduces a precise QUEUEWAIT metric calculated at agent connect time, with proper initialization to prevent stale or misleading values.
apps/app_queue.c