forked from 2600hz/kazoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cleanup Org presos, rework pivot ToC * match deps in path with regex
- Loading branch information
1 parent
68ab0e9
commit 79ba84f
Showing
15 changed files
with
513 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,3 +54,4 @@ compile_commands.json | |
/doc/mkdocs/docs | ||
/doc/mkdocs/site/ | ||
/doc/mkdocs/mkdocs.local.yml | ||
/doc/mkdocs/theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# The Request Payload | ||
|
||
You can configure whether you receive the data as a querystring in a GET or as a url-encoded body in a POST. | ||
|
||
## Payload | ||
|
||
Some of the fields may not be included in every request. | ||
|
||
| Field | Description | | ||
| Call-ID | The unique call identifier | | ||
| Account-ID | The account id receiving the call | | ||
| From | The SIP From username | | ||
| From-Realm | The SIP From realm | | ||
| To | The SIP To username | | ||
| To-Realm | The SIP To realm | | ||
| Request | The SIP Request username | | ||
| Request-Realm | The SIP Request realm | | ||
| Call-Status | Status of the call | | ||
| Api-Version | The version of the API | | ||
| Direction | The direction of the call, relative to Kazoo | | ||
| Caller-ID-Name | Caller ID Name | | ||
| Caller-ID-Number | Caller ID Number | | ||
| User-ID | The Kazoo User identifier(s) of the caller | | ||
| Language | The caller's language preference | | ||
| Recording-Url | Where the recording will be stored | | ||
| Recording-Duration | How long the recording is | | ||
| Recording-ID | The recording id | | ||
| Digits | Any DTMF (or collection of DTMFs) pressed | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.