SipConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Defines the SIP configuration.
Attributes |
|
|---|---|
| Name | Description |
create_conversation_on_the_fly |
bool
Asks Dialogflow Telephony to create the conversation provided in the SIP header on the fly when the call comes in. |
inactive_start |
bool
Starts the conversation with inactive SDP directives |
max_audio_recording_duration |
google.protobuf.duration_pb2.Duration
Max duration for audio recording. Overrides the default value of 15 min. Max value is 8 hours. |
allow_virtual_agent_interaction |
bool
Allows interactions with a Dialogflow virtual agent even if the call is connected for SIPREC purposes. |
keep_conversation_running |
bool
Keeps the conversation running even if the call is disconnected. |
copy_inbound_call_leg_headers |
MutableSequence[str]
List of inbound call leg headers to be copied to outbound call legs created later. |
ignore_reinvite_media_direction |
bool
Ignores any media direction in the reINVITE SDP offer. Reuse the previous media direction. |