]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Prevent Echo() from relaying control, null, and modem frames
authorKinsey Moore <kmoore@digium.com>
Tue, 20 Mar 2012 20:37:46 +0000 (20:37 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 20 Mar 2012 20:37:46 +0000 (20:37 +0000)
commit0d6c4ddd6dd6eaf481b62f7a32ee6887aa8fb947
treeb289556e31fac1e43b98453a6dc53e911e2f6163
parentb60963eab91b888b691267496d4e3eb1a7bfcb07
Prevent Echo() from relaying control, null, and modem frames

Echo()'s description states that it echoes audio, video, and DTMF except for #
while it actually echoes any frame that it receives other than DTMF #.  This
was causing frame storms in the test suite in some circumstances where Echo()
was attached to both ends of a pair of local channels and control frames
were being periodically generated.  Echo()'s behavior and description have
been modifed so that it only echoes media and non-# DTMF frames.
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@360034 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_echo.c