Skip to main content
Version: 0.9.16

TOBi managed LLM

TOBi (type vodafone_tobi) is a managed LLM integration, not a modular STT/TTS vendor. The platform hosts the conversational brain; your flow configures how Delphi forwards SIP context to the bot and which managed actions (transfer, hangup) the bot may trigger.

Rendered on the canvas as the Managed LLM node.

Pipeline role

StageTOBi
STT / TTS / RealtimeNot configured here — handled by the managed integration
LLMvodafone_tobi in pipeline LLM slot or Managed LLM node

Key fields

FieldDescription
Base URLVodafone chatbot API host (with or without /v1/chatbot path suffix)
Client ID / Client SecretOAuth-style credentials via team variables
Bot nameManaged bot identifier
Callback / response pathsAdvanced routing for bot callbacks
Channel Data ForwardingSIP header → bot context rules — see SIP header context rules
Application MetadataOptional VGW metadata attributes sent to TOBi at conversation creation.
DTMF defaultsManaged DTMF collection defaults for the integration

Managed transfer and hangup actions are configured on the Managed LLM / Managed action inspectors and validated at runtime against platform egress and transfer restrictions.

TOBi often sends multiple text messages before hangup; pipeline mode plays them in order and defers hangup until speech finishes. See Speech playback and hangup.

Application Metadata

The Managed TOBi panel includes an Application Metadata section (SCRUM-793 / VGWK-124). Select only the VGW attributes the bot should receive; Delphi sends nothing by default until a flow opts in. Selected attributes are merged into create-conversation channelData together with SIP header forwarding rules, but the attribute list is independent of those rules.

AttributeValue source
VGW-EnvironmentVGW_ENVIRONMENT, then ENVIRONMENT, then OTEL_DEPLOYMENT_ENVIRONMENT.
VGW-ConversationIDTOBi/managed conversation identifier when available.
VGW-IpTelproTelPro edge IP propagated by TelPro.
VGW-IpVoiceVoice instance IP.
VGW-CallIdSIP Call-ID / Delphi call correlation ID.
VGW-CalleeCalled number or endpoint.
VGW-CallerCaller number.
VGW-CallerHostCaller host from SIP signaling when available.

Application metadata is separate from Channel Data Forwarding. Internal Delphi headers, including TelPro-provided VGW helper headers, are not forwarded through channelDataRules, but they can still be resolved into selected Application Metadata attributes.

Publish required

After changing Application Metadata checkboxes (or related Channel Data rules), publish the flow. Draft-only changes are not served to live endpoints, so metadata will not appear in channelData until publish.

Set optional VGW_ENVIRONMENT on the Voice host when VGW-Environment should be a deployment label distinct from generic ENVIRONMENT — see the environment variable index.

Sensitive storage (transcripts and logs)

TOBi can request that Delphi treat a session as sensitive so transcript / log persistence is suppressed or restored mid-call. The bot sends this via channel data / runtime commands (sensitiveInfoOnStorage / update_sensitive_storage). Delphi applies the update in arrival order so older protected text is not written after a later enable.

Use this when a conversation must not retain STT/TTS transcript artefacts even if the app Recording toggle is on. See also Recording and transcript storage.

DTMF collection

Managed DTMF defaults (max digits, timeouts, inter-digit timeout, terminator) are configured on the TOBi panel and can be updated live with the update_dtmf_config callback action (interDigitTimeoutMs, timeoutMs, and related fields). Field reference: Managed callback actions.

API reference

Bot callback payloads (transferTarget, hangupSipHeaders, failover, and related fields) are documented in Managed callback actions.

See also