Asterisk - The Open Source Telephony Project  18.5.0
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 152 of file confbridge.h.

Field Documentation

◆ announce_user_count_all_after

unsigned int announce_user_count_all_after

Definition at line 158 of file confbridge.h.

Referenced by announce_user_count_all_handler(), and join_conference_bridge().

◆ announcement

char announcement[PATH_MAX]

◆ flags

unsigned int flags

◆ moh_class

char moh_class[128]

◆ name

char name[MAX_PROFILE_NAME]

◆ pin

char pin[MAX_PIN]

◆ silence_threshold

unsigned int silence_threshold

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

Definition at line 162 of file confbridge.h.

Referenced by confbridge_exec(), and 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 160 of file confbridge.h.

Referenced by confbridge_exec(), and handle_cli_confbridge_show_user_profile().

◆ timeout

unsigned int timeout

The time in ms the user may stay in the confbridge

Definition at line 164 of file confbridge.h.

Referenced by confbridge_exec().


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