Variable: TERMINAL_CALL_STATES
constTERMINAL_CALL_STATES:Set<CallState>
Defined in: packages/agentos/src/channels/telephony/types.ts:105
Set of terminal call states -- once reached, no further transitions are allowed by the CallManager state machine.
Used for guard checks: if (TERMINAL_CALL_STATES.has(call.state)) return;