[asterisk-bugs] [Asterisk 0011724]: GROUP_COUNT called in macro cause crash

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Jan 10 09:07:36 CST 2008


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=11724 
====================================================================== 
Reported By:                IgorG
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   11724
Category:                   Functions/func_groupcount
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 97657 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             01-09-2008 23:22 CST
Last Modified:              01-10-2008 09:07 CST
====================================================================== 
Summary:                    GROUP_COUNT called in macro cause crash
Description: 
After update to latest SVN I have issue with crashing asterisk on outgoing
calls using following macro:

[macro-dialout-elecom]
exten => s,1,Set(GROUP()=ELECOM)
exten => s,n,GotoIf($[${GROUP_COUNT()} >= ${LIMIT}] ?limit)

====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 01-10-08 09:07  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 97697

U   branches/1.4/funcs/func_groupcount.c

------------------------------------------------------------------------
r97697 | file | 2008-01-10 09:07:34 -0600 (Thu, 10 Jan 2008) | 6 lines

Don't try to copy the category from the group if no category exists.
(closes issue http://bugs.digium.com/view.php?id=11724)
Reported by: IgorG
Patches:
      group_count.v1.patch uploaded by IgorG (license 20)

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

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-10-08 09:07  svnbot         Checkin                                      
01-10-08 09:07  svnbot         Note Added: 0076646                          
01-10-08 09:07  svnbot         Status                   new => assigned     
01-10-08 09:07  svnbot         Assigned To               => file            
======================================================================




More information about the asterisk-bugs mailing list