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
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: site/docs/voice/webhooks/initiate.mdx
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ The Initiate event is fired when an inbound call is received for a Telephone Num
27
27
| applicationId | The id of the application associated with the call. |
28
28
| to | The phone number that received the call, in E.164 format (e.g. +15555555555). |
29
29
| from | The provided identifier string of the caller used in the `from` field of the original call. |
30
+
| uui | (optional) The value of the `User-To-User` header to send within the initial `INVITE`. Must include the `encoding` parameter as specified in [`RFC 7433`](https://tools.ietf.org/html/rfc7433). Only `base64` and `jwt` encoding are currently allowed. This value, including the encoding specifier, may not exceed 256 characters. |
30
31
| direction | The direction of the call; can only be `inbound`. The direction never changes. |
31
32
| callId | The call id associated with the event. |
32
33
| callUrl | The URL of the call associated with the event. |
0 commit comments