mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
exotel support fix
This commit is contained in:
parent
72545eff24
commit
f79b948f03
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class ExotelProvider(TelephonyProvider):
|
|||
call_id=call_sid,
|
||||
status=call_obj.get("Status", "queued"),
|
||||
caller_number=caller_id,
|
||||
provider_metadata={"call_sid": call_sid},
|
||||
provider_metadata={"call_id": call_sid}, # must be 'call_id' — matched by get_workflow_run_by_call_id
|
||||
raw_response=response_data,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue