[Home]

Summary:ASTERISK-04566: [patch] callgroup/pickupgroup not parsed correctly
Reporter:maik (maik)Labels:
Date Opened:2005-07-12 09:18:39Date Closed:2008-01-15 15:41:05.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) group.diff.txt
Description:callgroup and pickupgroup are not parsed correctly because a cast is missing.

Example:
callgroup=0 in sip.conf
'sip show peer' shows:
Callgroup: 0 32
Comments:By: Kevin P. Fleming (kpfleming) 2005-07-12 11:05:39

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:41:05.000-0600

Repository: asterisk
Revision: 6106

U   trunk/channel.c

------------------------------------------------------------------------
r6106 | kpfleming | 2008-01-15 15:41:05 -0600 (Tue, 15 Jan 2008) | 2 lines

cast constants into the proper type (bug ASTERISK-4566)

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

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