mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
app_meemte used the ast_max_exten instead of path_max
solves bug 6822 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@30037 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -165,7 +165,7 @@ struct ast_conf_user {
|
|||||||
int talking; /* Is user talking */
|
int talking; /* Is user talking */
|
||||||
int zapchannel; /* Is a Zaptel channel */
|
int zapchannel; /* Is a Zaptel channel */
|
||||||
char usrvalue[50]; /* Custom User Value */
|
char usrvalue[50]; /* Custom User Value */
|
||||||
char namerecloc[AST_MAX_EXTENSION]; /* Name Recorded file Location */
|
char namerecloc[PATH_MAX]; /* Name Recorded file Location */
|
||||||
time_t jointime; /* Time the user joined the conference */
|
time_t jointime; /* Time the user joined the conference */
|
||||||
struct volume talk;
|
struct volume talk;
|
||||||
struct volume listen;
|
struct volume listen;
|
||||||
|
Reference in New Issue
Block a user