mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Provide more space for all the data which can appear in an originating
channel name. (closes issue #13398) Reported by: bamby Patches: manager.c.diff uploaded by bamby (license 430) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@156688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -73,7 +73,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
|
||||
struct fast_originate_helper {
|
||||
char tech[AST_MAX_EXTENSION];
|
||||
char data[AST_MAX_EXTENSION];
|
||||
/*! data can contain a channel name, extension number, username, password, etc. */
|
||||
char data[512];
|
||||
int timeout;
|
||||
int format;
|
||||
char app[AST_MAX_APP];
|
||||
|
Reference in New Issue
Block a user