exotel support fix

This commit is contained in:
Hridayesh Gupta 2026-05-12 23:52:14 +05:30
parent 72545eff24
commit f79b948f03

View file

@ -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,
)