fix: NameError in callend webhook (undefined 'teams' variable)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
39561fe438
commit
99e85cd649
@ -134,7 +134,7 @@ async def call_end(extension: str):
|
|||||||
aida, "phone_end", url, result_text,
|
aida, "phone_end", url, result_text,
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.info("Webhook callend: %s -> %s (%s)", user["display_name"], result_text, teams)
|
logger.info("Webhook callend: %s -> %s (%s)", user["display_name"], result_text, aida)
|
||||||
return f"OK: {user['display_name']} call ended"
|
return f"OK: {user['display_name']} call ended"
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user