提交 353c3b19 authored 作者: Travis Cross's avatar Travis Cross

mod_fifo: Document fifo_node::outbound_name

上级 17070e9d
...@@ -348,6 +348,19 @@ static switch_status_t fifo_queue_popfly(fifo_queue_t *queue, const char *uuid) ...@@ -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 { struct fifo_node {
char *name; char *name;
switch_mutex_t *mutex; switch_mutex_t *mutex;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论