[asterisk-commits] [svn-commits] russell: trunk r64757 - in /trunk:
./ apps/app_dial.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu May 17 09:49:50 MST 2007
: <asterisk at leapscape.com>
X-pstn-levels: (S:99.90000/99.90000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
X-pstn-settings: 3 (1.0000:1.0000) s fc lc gt3 gt2 gt1 r p m c
X-pstn-addresses: from <svn-commits at lists.digium.com> [db-null]
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;
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
svn-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/svn-commits
More information about the asterisk-commits
mailing list