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
description: SIP authentication username, forwarded to the destination when `to` is a SIP URI. Ignored for PSTN and WebRTC/Verto destinations. Write-only — never returned in the call response.
17129
+
examples:
17130
+
- alice
17131
+
password:
17132
+
type: string
17133
+
description: SIP authentication password, forwarded to the destination when `to` is a SIP URI. Ignored for PSTN and WebRTC/Verto destinations. Write-only — never returned in the call response.
17134
+
examples:
17135
+
- s3cr3t
17124
17136
to_script:
17125
17137
anyOf:
17126
17138
- type: string
@@ -17242,6 +17254,16 @@ components:
17242
17254
description: Destination address. Accepts E.164 (`+xxxxxxxxxxx`), SIP URI (`sip:` / `sips:`), Verto URI (`verto:`), client address (`client:`), or a fabric address. Required unless `to_script` is provided.
description: SIP authentication username, forwarded to the destination when `to` is a SIP URI. Ignored for PSTN and WebRTC/Verto destinations. Write-only — never returned in the call response.
17260
+
examples:
17261
+
- alice
17262
+
password:
17263
+
type: string
17264
+
description: SIP authentication password, forwarded to the destination when `to` is a SIP URI. Ignored for PSTN and WebRTC/Verto destinations. Write-only — never returned in the call response.
17265
+
examples:
17266
+
- s3cr3t
17245
17267
to_script:
17246
17268
anyOf:
17247
17269
- type: string
@@ -17368,6 +17390,16 @@ components:
17368
17390
description: Destination address. Accepts E.164 (`+xxxxxxxxxxx`), SIP URI (`sip:` / `sips:`), Verto URI (`verto:`), client address (`client:`), or a fabric address. Required unless `to_script` is provided.
description: SIP authentication username, forwarded to the destination when `to` is a SIP URI. Ignored for PSTN and WebRTC/Verto destinations. Write-only — never returned in the call response.
17396
+
examples:
17397
+
- alice
17398
+
password:
17399
+
type: string
17400
+
description: SIP authentication password, forwarded to the destination when `to` is a SIP URI. Ignored for PSTN and WebRTC/Verto destinations. Write-only — never returned in the call response.
@doc("SIP authentication username, forwarded to the destination when `to` is a SIP URI. Ignored for PSTN and WebRTC/Verto destinations. Write-only — never returned in the call response.")
421
+
@example("alice")
422
+
username?:string;
423
+
424
+
@doc("SIP authentication password, forwarded to the destination when `to` is a SIP URI. Ignored for PSTN and WebRTC/Verto destinations. Write-only — never returned in the call response.")
425
+
@example("s3cr3t")
426
+
password?:string;
427
+
420
428
@doc("Inline SWML document (JSON or YAML string), or an `http(s)://` URL that returns one, executed at the destination end. Useful for directing the call to a RelayBin / external SWML handler. When present, `to` may be omitted.")
0 commit comments