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
Enables emotion detection for the set TTS engine. This allows the AI to express emotions when speaking.
14287
14287
A global emotion or specific emotions for certain topics can be set within the prompt of the AI.
14288
-
IMPORTANT: Only works with [`Cartesia`](/voice/getting-started/voice-and-languages#cartesia) TTS engine.
14288
+
IMPORTANT: Only works with [`Cartesia`](/docs/platform/voice/tts/cartesia) TTS engine.
14289
14289
examples:
14290
14290
- auto
14291
14291
speed:
@@ -14295,7 +14295,7 @@ components:
14295
14295
description: |-
14296
14296
The speed to use for the specified TTS engine. This allows the AI to speak at a different speed at different points in the conversation.
14297
14297
The speed behavior can be defined in the prompt of the AI.
14298
-
IMPORTANT: Only works with [`Cartesia`](/voice/getting-started/voice-and-languages#cartesia) TTS engine.
14298
+
IMPORTANT: Only works with [`Cartesia`](/docs/platform/voice/tts/cartesia) TTS engine.
14299
14299
examples:
14300
14300
- auto
14301
14301
engine:
@@ -14368,7 +14368,7 @@ components:
14368
14368
description: |-
14369
14369
Enables emotion detection for the set TTS engine. This allows the AI to express emotions when speaking.
14370
14370
A global emotion or specific emotions for certain topics can be set within the prompt of the AI.
14371
-
IMPORTANT: Only works with [`Cartesia`](/voice/getting-started/voice-and-languages#cartesia) TTS engine.
14371
+
IMPORTANT: Only works with [`Cartesia`](/docs/platform/voice/tts/cartesia) TTS engine.
14372
14372
examples:
14373
14373
- auto
14374
14374
speed:
@@ -14378,7 +14378,7 @@ components:
14378
14378
description: |-
14379
14379
The speed to use for the specified TTS engine. This allows the AI to speak at a different speed at different points in the conversation.
14380
14380
The speed behavior can be defined in the prompt of the AI.
14381
-
IMPORTANT: Only works with [`Cartesia`](/voice/getting-started/voice-and-languages#cartesia) TTS engine.
14381
+
IMPORTANT: Only works with [`Cartesia`](/docs/platform/voice/tts/cartesia) TTS engine.
14382
14382
examples:
14383
14383
- auto
14384
14384
engine:
@@ -17987,7 +17987,7 @@ components:
17987
17987
- **default**: The SIP endpoint will pull the outbound policy setting from the [SIP Profile Settings](https://my.signalwire.com?page=sip_profile/edit). This allows centralized management of outbound call behavior across multiple endpoints from a single configuration.
17988
17988
- **passthrough**: The SIP endpoint will be allowed to dial PSTN numbers. This permits outbound calling to traditional phone numbers without restrictions.
17989
17989
- **block-pstn**: The SIP endpoint will be blocked from dialing PSTN numbers. Use this to restrict the endpoint from initiating calls to the public telephone network.
17990
-
- **resource**: Outbound calls from this SIP endpoint will dial the specified resource and execute its instructions. Requires setting `calling_handler_resource_id` to a valid resource. This enables custom call handling workflows for outbound calls. See the [Fabric REST API](/rest/signalwire-rest/endpoints/fabric) for valid resource types.
17990
+
- **resource**: Outbound calls from this SIP endpoint will dial the specified resource and execute its instructions. Requires setting `calling_handler_resource_id` to a valid resource. This enables custom call handling workflows for outbound calls.
17991
17991
examples:
17992
17992
- default
17993
17993
calling_handler_resource_id:
@@ -18110,7 +18110,7 @@ components:
18110
18110
- **default**: The SIP endpoint will pull the outbound policy setting from the [SIP Profile Settings](https://my.signalwire.com?page=sip_profile/edit). This allows centralized management of outbound call behavior across multiple endpoints from a single configuration.
18111
18111
- **passthrough**: The SIP endpoint will be allowed to dial PSTN numbers. This permits outbound calling to traditional phone numbers without restrictions.
18112
18112
- **block-pstn**: The SIP endpoint will be blocked from dialing PSTN numbers. Use this to restrict the endpoint from initiating calls to the public telephone network.
18113
-
- **resource**: Outbound calls from this SIP endpoint will dial the specified resource and execute its instructions. Requires setting `calling_handler_resource_id` to a valid resource. This enables custom call handling workflows for outbound calls. See the [Fabric REST API](/rest/signalwire-rest/endpoints/fabric) for valid resource types.
18113
+
- **resource**: Outbound calls from this SIP endpoint will dial the specified resource and execute its instructions. Requires setting `calling_handler_resource_id` to a valid resource. This enables custom call handling workflows for outbound calls.
18114
18114
examples:
18115
18115
- default
18116
18116
calling_handler_resource_id:
@@ -18290,7 +18290,7 @@ components:
18290
18290
- **default**: The SIP endpoint will pull the outbound policy setting from the [SIP Profile Settings](https://my.signalwire.com?page=sip_profile/edit). This allows centralized management of outbound call behavior across multiple endpoints from a single configuration.
18291
18291
- **passthrough**: The SIP endpoint will be allowed to dial PSTN numbers. This permits outbound calling to traditional phone numbers without restrictions.
18292
18292
- **block-pstn**: The SIP endpoint will be blocked from dialing PSTN numbers. Use this to restrict the endpoint from initiating calls to the public telephone network.
18293
-
- **resource**: Outbound calls from this SIP endpoint will dial the specified resource and execute its instructions. Requires setting `calling_handler_resource_id` to a valid resource. This enables custom call handling workflows for outbound calls. See the [Fabric REST API](/rest/signalwire-rest/endpoints/fabric) for valid resource types.
18293
+
- **resource**: Outbound calls from this SIP endpoint will dial the specified resource and execute its instructions. Requires setting `calling_handler_resource_id` to a valid resource. This enables custom call handling workflows for outbound calls.
18294
18294
examples:
18295
18295
- default
18296
18296
calling_handler_resource_id:
@@ -20577,7 +20577,7 @@ components:
20577
20577
description: |-
20578
20578
Allows the user to set and send events to the connected client on the call.
20579
20579
This is useful for triggering actions on the client side.
20580
-
Commonly used with the [browser-sdk](https://signalwire.com/docs/sdks/reference/browser-sdk/SignalWire%20Client/).
20580
+
Commonly used with the [browser-sdk](/docs/browser-sdk/v3/js/reference/signalwire/client).
20581
20581
The event object can be any valid JSON object.
20582
20582
Any key-value pair in the object is sent to the client as an event type called `user_event`.
0 commit comments