mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-01 06:35:09 +00:00
mod_fifo: Document fifo_chime_data::list
This commit is contained in:
parent
2c7c15261d
commit
5f4ed9c123
@ -565,6 +565,12 @@ static void node_remove_uuid(fifo_node_t *node, const char *uuid)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!\struct fifo_chime_data
|
||||||
|
*
|
||||||
|
* \var fifo_chime_data::list
|
||||||
|
* A list of strings representing things to play back to the caller
|
||||||
|
* while they are waiting to be connected with an agent.
|
||||||
|
*/
|
||||||
#define MAX_CHIME 25
|
#define MAX_CHIME 25
|
||||||
struct fifo_chime_data {
|
struct fifo_chime_data {
|
||||||
char *list[MAX_CHIME];
|
char *list[MAX_CHIME];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user