Skip to content

bodhi-realtime-agent / TwilioBridgeConfig

Interface: TwilioBridgeConfig

Defined in: telephony/twilio-bridge.ts:23

Properties

accountSid

accountSid: string

Defined in: telephony/twilio-bridge.ts:25

Twilio Account SID.


authToken

authToken: string

Defined in: telephony/twilio-bridge.ts:27

Twilio Auth Token.


fromNumber

fromNumber: string

Defined in: telephony/twilio-bridge.ts:29

Twilio phone number to call FROM (your Twilio number, E.164).


machineDetection?

optional machineDetection: boolean

Defined in: telephony/twilio-bridge.ts:39

Enable answering machine detection (default: false).


maxCallDuration?

optional maxCallDuration: number

Defined in: telephony/twilio-bridge.ts:35

Maximum call duration in seconds (Twilio timeLimit, default: 1800).


ringTimeout?

optional ringTimeout: number

Defined in: telephony/twilio-bridge.ts:37

Ring timeout in seconds before no-answer (Twilio timeout, default: 30).


webhookBaseUrl

webhookBaseUrl: string

Defined in: telephony/twilio-bridge.ts:31

Public base URL where Twilio sends webhooks (must be HTTPS in production).


webhookPort

webhookPort: number

Defined in: telephony/twilio-bridge.ts:33

Port for the webhook HTTP + Media Streams WS server.

Built with VitePress