<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://reviewboard.asterisk.org/r/1809/">https://reviewboard.asterisk.org/r/1809/</a>
     </td>
    </tr>
   </table>
   <br />


<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('https://reviewboard.asterisk.org/media/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Asterisk Developers.</div>
<div>By schmidts.</div>





<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">when setting &quot;rtp set debug on&quot; the rtpdebug values is set to 1 and the rtpdebugaddress is set to 0. With this settings most of the rtp debug massages are not shown cause the check if the rtpdebug address matches the actual address didnt work. This patch fixes this behavior so a global rtp debug will show all rtp debug messages.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">see all rtp debug messages after change.
For example:
Got  RTP packet from    212.27.113.89:4576 (type 101, seq 004747, ts 16860744, len 000004)
Got  RTP RFC2833 from   212.27.113.89:4576 (type 101, seq 004747, ts 16860744, len 000004, mark 1, event 00000009, end 0, duration 00080) 
[Mar 12 12:02:39] DEBUG[7805]: res_rtp_asterisk.c:1542 process_dtmf_rfc2833: - RTP 2833 Event: 00000009 (len = 4)

instead of:
Got  RTP packet from    212.27.113.89:4576 (type 101, seq 004747, ts 16860744, len 000004)
[Mar 12 12:02:39] DEBUG[7805]: res_rtp_asterisk.c:1542 process_dtmf_rfc2833: - RTP 2833 Event: 00000009 (len = 4)
</pre>
  </td>
 </tr>
</table>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>branches/1.8/res/res_rtp_asterisk.c <span style="color: grey">(358762)</span></li>

</ul>

<p><a href="https://reviewboard.asterisk.org/r/1809/diff/" style="margin-left: 3em;">View Diff</a></p>




  </td>
 </tr>
</table>




  </div>
 </body>
</html>