mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: missing call_id in gathered_context (#165)
This commit is contained in:
parent
9ce5a8e5e2
commit
13b41437e8
3 changed files with 10 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue