[asterisk-commits] [svn-commits] russell: branch 1.4 r64756 - /branches/1.4/apps/app_dial.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 17 09:47:29 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:47:29 2007
New Revision: 64756

URL: http://svn.digium.com/view/asterisk?view=rev&rev=64756
Log:
Increase the size of a buffer to support longer dial strings for channels.
(issue #9291, reported and fix suggested by meni)

Modified:
    branches/1.4/apps/app_dial.c

Modified: branches/1.4/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_dial.c?view=diff&rev=64756&r1=64755&r2=64756
==============================================================================
--- branches/1.4/apps/app_dial.c (original)
+++ branches/1.4/apps/app_dial.c Thu May 17 11:47:29 2007
@@ -786,7 +786,7 @@
 	int numcongestion = 0;
 	int numnochan = 0;
 	int cause;
-	char numsubst[AST_MAX_EXTENSION];
+	char numsubst[256];
 	char cidname[AST_MAX_EXTENSION];
 	int privdb_val = 0;
 	unsigned int calldurationlimit = 0;

_______________________________________________
--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