[Home]

Summary:ASTERISK-04449: [patch] show config mappings (realtime stuff)
Reporter:outtolunc (outtolunc)Labels:
Date Opened:2005-06-21 11:21:00Date Closed:2008-01-15 15:38:52.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) config.c.diff.txt
Description:currently when you run 'show config mappings' it stops after the first one (you can have more)

i only commented out the break; till we know if there are any side effects.

all this does is allow the output to continue walking and ouputing the rest of the mappings.

****** ADDITIONAL INFORMATION ******

i wasn't sure were to put this bug, since realtime stuff isn't listed under 'applications' section here.
Comments:By: Kevin P. Fleming (kpfleming) 2005-06-21 15:09:06

I went ahead and removed the 'break' statement, it was unneeded. Thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:38:52.000-0600

Repository: asterisk
Revision: 5957

U   trunk/config.c

------------------------------------------------------------------------
r5957 | kpfleming | 2008-01-15 15:38:52 -0600 (Tue, 15 Jan 2008) | 2 lines

make 'show config mapping' show all mappings associated with an engine (bug ASTERISK-4449)

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

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