]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 378783,378789-378790 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Wed, 9 Jan 2013 21:21:11 +0000 (21:21 +0000)
committerAutomerge script <automerge@asterisk.org>
Wed, 9 Jan 2013 21:21:11 +0000 (21:21 +0000)
commit613b972cc595499fc748c28fce7b568c5caa3bd1
treeaba281b689e1b6b6493f4e084bb988681d1364c1
parent2ba33b4c3a9a38f0379e29f17e3ac538d524ea9d
Merged revisions 378783,378789-378790 via svnmerge from
file:///srv/subversion/repos/asterisk/trunk

................
  r378783 | dlee | 2013-01-09 14:30:33 -0600 (Wed, 09 Jan 2013) | 14 lines

  Fix end condition in ast_rtp_lookup_mime_multiple2.

  The erroneous end condition would never include the AST_RTP_CISCO_DTMF flag
  in the debug output.

  (closes issue ASTERISK-20772)
  Reported by: Xavier Hienne
  ........

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

  Merged revisions 378780 from http://svn.asterisk.org/svn/asterisk/branches/11
................
  r378789 | rmudgett | 2013-01-09 14:56:23 -0600 (Wed, 09 Jan 2013) | 4 lines

  * Found some more places to use ast_channel_lock_both().

  * Minor optimization in ast_rtp_instance_early_bridge().
................
  r378790 | rmudgett | 2013-01-09 15:14:39 -0600 (Wed, 09 Jan 2013) | 4 lines

  * Whitespace changes.

  * Made ast_test_init() match its prototype.
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@378801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/test.h
main/rtp_engine.c
main/test.c
main/udptl.c