mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
mod_fifo: Document load_config()
This commit is contained in:
parent
83f69a41e8
commit
8ccd13bd9a
@ -4338,6 +4338,20 @@ static void extract_fifo_outbound_uuid(char *string, char *uuid, switch_size_t l
|
|||||||
switch_event_destroy(&ovars);
|
switch_event_destroy(&ovars);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Load or reload the configuration
|
||||||
|
*
|
||||||
|
* On the initial load, non-static members are preserved unless the
|
||||||
|
* parameter `delete-all-outbound-members-on-startup` is set. The
|
||||||
|
* parameter `del_all` is ignored in this case.
|
||||||
|
*
|
||||||
|
* On reload, non-static members are preserved unless `del_all` is
|
||||||
|
* set.
|
||||||
|
*
|
||||||
|
* \param reload true if we're reloading the config
|
||||||
|
* \param del_all delete all outbound members when reloading;
|
||||||
|
* not used unless reload is true
|
||||||
|
*/
|
||||||
static switch_status_t load_config(int reload, int del_all)
|
static switch_status_t load_config(int reload, int del_all)
|
||||||
{
|
{
|
||||||
char *cf = "fifo.conf";
|
char *cf = "fifo.conf";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user