You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct Google credential validation, inbound memory phone propagation, and call metadata status schema
- Fix inverted credential guard in Google STT/TTS plugins so that
GOOGLE_APPLICATION_CREDENTIALS env-var-based setups work correctly
(require at least one of credentials_info or credentials_file).
- Add update_phone_number() to AgentSetup to propagate SIP caller number
into memory key at runtime; remove incorrect agent_number fallback from
inbound metadata phone assignment.
- Allow MemoryService.update_phone_number() to handle changed numbers
(not just empty initial state).
- Normalize call metadata schema: keep status as a plain string and
introduce termination_reason as a separate field for consistency.
- Correct TTS.from_config return type annotation from 'STT' to 'TTS'.
0 commit comments