Merged revisions 129436 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Wed, 9 Jul 2008 19:40:30 +0000 (19:40 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 9 Jul 2008 19:40:30 +0000 (19:40 +0000)
commitcd16dca4599df49b56617762d2258fa8f0838d91
tree05ed14215ec75783596f1d07a12ab9f55765a288
parent0b185a22761a17fb13f8fbd5d1367230ef82076c
Merged revisions 129436 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r129436 | mmichelson | 2008-07-09 14:32:20 -0500 (Wed, 09 Jul 2008) | 13 lines

Fix a problem where inbound rfc2833 audio would be sent to the
core instead of being P2P bridged. When the core regenerated
the rfc2833 packet for the outbound leg, the SSRC would be different
than the RTP audio on the call leg causing DTMF detection issues on
the far end.

(closes issue #12955)
Reported by: tonyredstone
Patches:
      dynamic_rtp.patch uploaded by tsearle (license 373)
Tested by: tonyredstone

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@129437 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/rtp.c