]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 176705 via svnmerge from
authorDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Tue, 17 Feb 2009 22:21:59 +0000 (22:21 +0000)
committerDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Tue, 17 Feb 2009 22:21:59 +0000 (22:21 +0000)
commite51c85db063708682c1efd14475314236f5b38c2
treec0480bae87b476e9a925bb947d30bc48d8991284
parent22dafa5396515fe6451bf039271f983189d0873c
Merged revisions 176705 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r176705 | dhubbard | 2009-02-17 15:59:38 -0600 (Tue, 17 Feb 2009) | 11 lines

  create a UDPTL structure in create_addr_from_peer() if it does not already exist for T38

  This is required to create a UDPTL structure in create_addr_from_peer() to handle the
  scenario where 't38pt_udptl=yes' is not defined in the [general] section of sip.conf but
  is defined the peer's context.  I tested this patch by enabling t38pt_udptl in the
  [general] section on one system and only enabling t38pt_udptl in a peer's context on
  the system sending a fax.  Without the patch, the sending system will fail to initiate
  T38 negotiation with the warning message, "No way to add SDP without an UDPTL structure".
  When this patch is applied the sending side will successfully initiate T38 negotiation.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@176731 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c