mod_fifo: Document fifo_node::outbound_name

This commit is contained in:
Travis Cross 2014-05-25 16:46:44 +00:00
parent 17070e9dac
commit 353c3b19fa
1 changed files with 13 additions and 0 deletions

View File

@ -348,6 +348,19 @@ static switch_status_t fifo_queue_popfly(fifo_queue_t *queue, const char *uuid)
/*!
* \struct fifo_node
*
* \var fifo_node::outbound_name
* \brief Name of fifo in caller ID
*
* For the ringall strategy, this value is a prefix for the
* caller ID shown to agents. If the value starts with '=' then the
* actual caller ID is replaced completely.
*
* For the enterprise strategy, this value is used instead of the
* queue name in the caller ID.
*/
struct fifo_node {
char *name;
switch_mutex_t *mutex;