fix: missing call_id in gathered_context (#165)

This commit is contained in:
Sabiha Khan 2026-02-18 21:13:28 +05:30 committed by GitHub
parent 9ce5a8e5e2
commit 13b41437e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 4 deletions

View file

@ -468,9 +468,11 @@ class ARIConnection:
"caller_number": caller_number,
"called_number": called_number,
"direction": "inbound",
"call_id": call_id,
"provider": "ari",
},
gathered_context={
"call_id": call_id,
},
)
logger.info(