[svn-commits] russell: trunk r64757 - in /trunk: ./ apps/app_dial.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu May 17 09:49:50 MST 2007
Author: russell
Date: Thu May 17 11:49:50 2007
New Revision: 64757
URL: http://svn.digium.com/view/asterisk?view=rev&rev=64757
Log:
Merged revisions 64756 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r64756 | russell | 2007-05-17 11:47:29 -0500 (Thu, 17 May 2007) | 3 lines
Increase the size of a buffer to support longer dial strings for channels.
(issue #9291, reported and fix suggested by meni)
........
Modified:
trunk/ (props changed)
trunk/apps/app_dial.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_dial.c?view=diff&rev=64757&r1=64756&r2=64757
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Thu May 17 11:49:50 2007
@@ -1184,7 +1184,7 @@
int to; /* timeout */
struct cause_args num = { chan, 0, 0, 0 };
int cause;
- char numsubst[AST_MAX_EXTENSION];
+ char numsubst[256];
char cidname[AST_MAX_EXTENSION];
struct ast_bridge_config config;
More information about the svn-commits
mailing list