]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Multiple revisions 368721,368739,368760,368808
authorJason Parker <jparker@digium.com>
Tue, 12 Jun 2012 16:21:14 +0000 (16:21 +0000)
committerJason Parker <jparker@digium.com>
Tue, 12 Jun 2012 16:21:14 +0000 (16:21 +0000)
commitcfef0ba38d84529ef4ffb0a2a36b4b4ddc8a9242
tree2fc609b15c452d1779db70f8fe6d0d9e627fa741
parent717f24861274df88d9df85ea96433b332604cbdf
Multiple revisions 368721,368739,368760,368808

........
  r368721 | kmoore | 2012-06-11 09:11:14 -0500 (Mon, 11 Jun 2012) | 8 lines

  Fix compilation in dev-mode

  Backport a compilation fix in md5.c from trunk that only showed up in
  dev-mode under certain compiler versions.
  ........

  Merged revisions 368719 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
  r368739 | kmoore | 2012-06-11 10:15:07 -0500 (Mon, 11 Jun 2012) | 10 lines

  Fix coverity UNUSED_VALUE findings in core support level files

  Most of these were just saving returned values without using them and
  in some cases the variable being saved to could be removed as well.

  (issue ASTERISK-19672)
  ........

  Merged revisions 368738 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
  r368760 | rmudgett | 2012-06-11 12:08:50 -0500 (Mon, 11 Jun 2012) | 17 lines

  Fix deadlock potential with ast_set_hangupsource() calls.

  Calling ast_set_hangupsource() with the channel lock held can result in a
  deadlock because the function also locks the bridged channel.

  (issue ASTERISK-19537)

  (closes issue AST-891)
  Reported by: Guenther Kelleter
  Tested by: Guenther Kelleter

  (closes issue ASTERISK-19801)
  Reported by: Alec Davis
  ........

  Merged revisions 368759 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
  r368808 | mmichelson | 2012-06-12 10:37:38 -0500 (Tue, 12 Jun 2012) | 15 lines

  Set the Caller ID "tag" on peers even if remote party information is present.

  On incoming calls, we were setting the cid_tag on the dialog only if there was
  no remote party information (Remote-Party-ID or P-Asserted-Identity) present.
  The Caller ID tag is an invented parameter, though, and should be set no matter
  the circumstance.

  (closes issue ASTERISK-19859)
  Reported by Thomas Arimont
  (closes issue AST-884)
  Reported by Trey Blancher
  ........

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

Merged revisions 368721,368739,368760,368808 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@368823 65c4cc65-6c06-0410-ace0-fbb531ad65f3
22 files changed:
apps/app_directory.c
apps/app_queue.c
apps/app_voicemail.c
channels/chan_dahdi.c
channels/chan_iax2.c
channels/chan_sip.c
channels/sig_analog.c
channels/sip/dialplan_functions.c
channels/sip/reqresp_parser.c
channels/sip/sdp_crypto.c
funcs/func_strings.c
include/asterisk/channel.h
main/channel.c
main/loader.c
main/md5.c
main/say.c
main/udptl.c
pbx/pbx_config.c
res/res_config_odbc.c
res/res_fax.c
res/res_odbc.c
res/res_speech.c