add initial-event-threads to switch.conf.xml

This commit is contained in:
Anthony Minessale
2012-06-29 11:39:49 -05:00
parent dca6e2bb8e
commit 7ec8fb43d4
3 changed files with 28 additions and 7 deletions
+1
View File
@@ -403,6 +403,7 @@ SWITCH_DECLARE(void) switch_event_deliver(switch_event_t **event);
SWITCH_DECLARE(char *) switch_event_build_param_string(switch_event_t *event, const char *prefix, switch_hash_t *vars_map);
SWITCH_DECLARE(int) switch_event_check_permission_list(switch_event_t *list, const char *name);
SWITCH_DECLARE(void) switch_event_add_presence_data_cols(switch_channel_t *channel, switch_event_t *event, const char *prefix);
SWITCH_DECLARE(void) switch_event_launch_dispatch_threads(uint32_t max);
///\}