]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_fifo: Document fifo_node::outbound_name
authorTravis Cross <tc@traviscross.com>
Sun, 25 May 2014 16:46:44 +0000 (16:46 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 28 May 2014 01:32:01 +0000 (01:32 +0000)
src/mod/applications/mod_fifo/mod_fifo.c

index a5e24c6388daa74594e63c999005f05631ee55f9..949717d93cebf440414a6cabdb41602e0f2c4a19 100644 (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;