]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 372338,372341,372358 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Wed, 5 Sep 2012 19:25:56 +0000 (19:25 +0000)
committerAutomerge script <automerge@asterisk.org>
Wed, 5 Sep 2012 19:25:56 +0000 (19:25 +0000)
commit7f94c6ca89e38ea64f2f7928158d419bc1a2b48b
treef035c390743ebb2eadc7ba61664cdc4b6128ae8c
parent6ee7c728eefe73f857b1f0dcdd01be479d4875d2
Merged revisions 372338,372341,372358 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r372338 | kmoore | 2012-09-05 13:30:49 -0500 (Wed, 05 Sep 2012) | 13 lines

  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
................
  r372341 | alecdavis | 2012-09-05 13:43:12 -0500 (Wed, 05 Sep 2012) | 7 lines

  dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should be MF_GSIZE

  Related https://reviewboard.asterisk.org/r/2097/
  ........

  Merged revisions 372339 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................
  r372358 | kmoore | 2012-09-05 14:22:08 -0500 (Wed, 05 Sep 2012) | 13 lines

  Correct documentation for ModuleLoad AMI action

  The documentation incorrectly listed 'rtp' as a reloadable subsystem
  and left out many other reloadable subsystems. It is now also
  documented that subsystems may only be reloaded, not loaded or
  unloaded.

  (closes issue AST-977)
Reported-by: John Bigelow
  ........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@372370 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/dsp.c
main/manager.c
main/pbx.c