]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 243482 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Wed, 27 Jan 2010 17:35:36 +0000 (17:35 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 27 Jan 2010 17:35:36 +0000 (17:35 +0000)
commit016ed354573aec3334a51af1b8deeadedd89e865
tree76846da9bb202ac8afdff141bf0661741ca095c9
parent7f2680353e9a4d8ff1b3d844cf9f3e952e023f56
Merged revisions 243482 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r243482 | russell | 2010-01-27 11:32:07 -0600 (Wed, 27 Jan 2010) | 13 lines

  Fix the ability to specify an OSP token for an outbound IAX2 call.

  When this patch was originally submitted, the code allowed for the token to be
  set via a channel variable.  I decided that a cleaner approach would be to
  integrate it into the CHANNEL() function.  Unfortunately, that is not a suitable
  approach.  It's not possible to get the value set on the channel soon enough
  using that method.  So, go back to the simple channel variable method.

  (closes issue #16711)
  Reported by: homesick
  Patches:
        iax-svn.diff uploaded by homesick (license 91)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@243483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_iax2.c
funcs/func_channel.c