]> 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:36:44 +0000 (18:36 +0000)
committerKinsey Moore <kmoore@digium.com>
Wed, 5 Sep 2012 18:36:44 +0000 (18:36 +0000)
commit7716846ae179b5662a02cc218bc1c9017f373d54
tree2d90a29dc7ccebef3fb998bcdd9d6a703ffd6ed1
parentfa3858d8a7cbde0d6b73292b0db7b50dd3c6bd33
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
........

Merged revisions 372337 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 372338 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@372340 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/pbx.c