Skip to content

Commit

Permalink
Cleanup doc index and address warnings (2600hz#6481)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaimonetti authored Apr 15, 2020
1 parent d455e42 commit 076dbe0
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 574 deletions.
2 changes: 1 addition & 1 deletion applications/callflow/doc/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Key | Description | Type | Default | Required | Support Level
TwiML support is limited at the moment; KAZOO JSON is highly encouraged.

!!! note
`cdr_url` is only applicable when using the XML (TwiML) format. When using the kazoo format, control is handed off to the Callflows app, with the Pivot process ending (and nothing waiting for the CDR). Instead, please use [webhooks](./webhooks.md) (specifically the CHANNEL_DESTROY event) to receive CDRs.
`cdr_url` is only applicable when using the XML (TwiML) format. When using the kazoo format, control is handed off to the Callflows app, with the Pivot process ending (and nothing waiting for the CDR). Instead, please use [webhooks](/applications/webhooks/doc/README.md) (specifically the CHANNEL_DESTROY event) to receive CDRs.

## Handling failures

Expand Down
2 changes: 1 addition & 1 deletion core/kazoo_fixturedb/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FixtureDB acts as a central repository for all fixtures which we simply use duri

When writing your EUnit test you can use [_fixture_ test representation](http://erlang.org/doc/apps/eunit/chapter.html#Fixtures) to setup a your test environment by starting a dummy connection to FixtureDB, and cleanup the connection later.

Below is an example with `setup` and `cleanup` method. In `setup()` function we're starting `kazoo_config` applications to read the default [`config-test.ini`](../../../rel/config-test.init) and then starts the Kazoo data link supervisor. After these steps most of the calls to `kz_datamgr` functions will use FixtureDB (few operations, like view maintenance cleanup, are not implemented).
Below is an example with `setup` and `cleanup` method. In `setup()` function we're starting `kazoo_config` applications to read the default [`config-test.ini`](../../../rel/config-test.ini) and then starts the Kazoo data link supervisor. After these steps most of the calls to `kz_datamgr` functions will use FixtureDB (few operations, like view maintenance cleanup, are not implemented).

##### Example EUnit Test Using Setup/Cleanup Method

Expand Down
Loading

0 comments on commit 076dbe0

Please sign in to comment.