Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
user_profile Struct Reference

#include <confbridge.h>

Data Fields

unsigned int announce_user_count_all_after
 
char announcement [PATH_MAX]
 
unsigned int flags
 
char moh_class [128]
 
char name [MAX_PROFILE_NAME]
 
char pin [MAX_PIN]
 
unsigned int silence_threshold
 
unsigned int talking_threshold
 
unsigned int timeout
 

Detailed Description

Definition at line 154 of file confbridge.h.

Field Documentation

◆ announce_user_count_all_after

unsigned int announce_user_count_all_after

Definition at line 160 of file confbridge.h.

Referenced by announce_user_count_all_handler().

◆ announcement

char announcement[PATH_MAX]

Definition at line 158 of file confbridge.h.

Referenced by handle_cli_confbridge_show_user_profile().

◆ flags

unsigned int flags

◆ moh_class

char moh_class[128]

Definition at line 157 of file confbridge.h.

Referenced by handle_cli_confbridge_show_user_profile().

◆ name

char name[MAX_PROFILE_NAME]

◆ pin

char pin[MAX_PIN]

Definition at line 156 of file confbridge.h.

Referenced by handle_cli_confbridge_show_user_profile().

◆ silence_threshold

unsigned int silence_threshold

Time in ms of silence necessary to declare talking stopped by the bridge.

Definition at line 164 of file confbridge.h.

Referenced by handle_cli_confbridge_show_user_profile().

◆ talking_threshold

unsigned int talking_threshold

Minimum average magnitude threshold to determine talking by the DSP.

Definition at line 162 of file confbridge.h.

Referenced by handle_cli_confbridge_show_user_profile().

◆ timeout

unsigned int timeout

The time in ms the user may stay in the confbridge

Definition at line 166 of file confbridge.h.


The documentation for this struct was generated from the following file: