]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure counts generated in manager_show_dialplan_helper are correct
authorKinsey Moore <kmoore@digium.com>
Wed, 5 Sep 2012 18:29:02 +0000 (18:29 +0000)
committerKinsey Moore <kmoore@digium.com>
Wed, 5 Sep 2012 18:29:02 +0000 (18:29 +0000)
commit772f6bd4cae7e30867abca1738f29118d434a955
tree1d18769be911d74f0d51050aac48618d0eb20647
parente6f3d29864212d06a32877d6874e08885adc3730
Ensure counts generated in manager_show_dialplan_helper are correct

When manager_show_dialplan_helper was written, the counter increment
for the total number of contexts was placed with the extensions
increment instead of in the enclosing loop.  This function should
now generate correct context counts.

(closes issue AST-970)
Reported-by: John Bigelow
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@372337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/pbx.c