[Home]

Summary:ASTERISK-01008: [patch] Change error text for maximum call group
Reporter:Olle Johansson (oej)Labels:
Date Opened:2004-02-08 12:07:04.000-0600Date Closed:2008-01-15 14:44:57.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) res_parking.diff
Description:If trying to configure a call group over 31, res_parking just reported "Ignoring invalid group." This patch adds an explanation:
Ignoring invalid group %d (maximum group is 31)
Comments:By: James Golovich (jamesgolovich) 2004-02-27 04:16:19.000-0600

I've commited this fix.  Although it wasn't to res_parking.c since we moved ast_get_group over to channel.c.

By: Digium Subversion (svnbot) 2008-01-15 14:44:56.000-0600

Repository: asterisk
Revision: 2270

U   trunk/channel.c

------------------------------------------------------------------------
r2270 | citats | 2008-01-15 14:44:56 -0600 (Tue, 15 Jan 2008) | 2 lines

Change text in ast_get_group to explain that max group is 31 (bug ASTERISK-1008)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2270

By: Digium Subversion (svnbot) 2008-01-15 14:44:57.000-0600

Repository: asterisk
Revision: 2271

U   branches/v1-0_stable/channel.c

------------------------------------------------------------------------
r2271 | citats | 2008-01-15 14:44:56 -0600 (Tue, 15 Jan 2008) | 2 lines

Change text in ast_get_group to explain that max group is 31 (bug ASTERISK-1008)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2271