Skip to content

mod_callcenter: improve stuck-TRYING reset log fields for multi-tenant debugging#1

Merged
ilkay-verimor merged 2 commits intomasterfrom
copilot/view-differences-in-commit
Apr 20, 2026
Merged

mod_callcenter: improve stuck-TRYING reset log fields for multi-tenant debugging#1
ilkay-verimor merged 2 commits intomasterfrom
copilot/view-differences-in-commit

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 20, 2026

The stuck-TRYING reset log printed the internal member uuid which is not useful for correlating with active calls in a multi-tenant environment. Operators need session_uuid and cid_number to identify callers in logs.

Changes

  • Replaced uuid=%s with session_uuid=%s (cbt.member_session_uuid)
  • Added cid_number=%s (cbt.member_cid_number) to the log line

Log output before:

Callcenter: reset stuck TRYING member uuid=<internal-id> queue=...

After:

Callcenter: reset stuck TRYING member session_uuid=<session-id> cid_number=05321234567 queue=...

Copilot AI and others added 2 commits April 20, 2026 15:54
…uard

Agent-Logs-Url: https://github.com/verimor/freeswitch/sessions/b824126f-d931-4f84-85be-cb3c4264b5cc

Co-authored-by: ilkay-verimor <161007104+ilkay-verimor@users.noreply.github.com>
…stuck TRYING reset log

Agent-Logs-Url: https://github.com/verimor/freeswitch/sessions/78e37d08-3fdb-4149-bae7-c454491baf71

Co-authored-by: ilkay-verimor <161007104+ilkay-verimor@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants