<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/1993/">https://reviewboard.asterisk.org/r/1993/</a>
     </td>
    </tr>
   </table>
   <br />








<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On June 21st, 2012, 3:48 p.m., <b>jrose</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
 <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
    <a href="https://reviewboard.asterisk.org/r/1993/diff/1/?file=28966#file28966line16508" style="color: black; font-weight: bold; text-decoration: underline;">/trunk/channels/chan_sip.c</a>
    <span style="font-weight: normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">static int get_refer_info(struct sip_pvt *transferer, struct sip_request *outgoing_req)</pre></td>

  </tr>
 </tbody>





 
 


 <tbody>

  <tr>
    <th bgcolor="#ebb1ba" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">16447</font></th>
    <td bgcolor="#ffc5ce" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span class="kt">char</span> <span class="o">*</span><span class="n">lessthan</span><span class="p">;</span></pre></td>
    <th bgcolor="#ebb1ba" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2"></font></th>
    <td bgcolor="#ffc5ce" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
  </tr>

 </tbody>





 
 

 <tbody>

  <tr>
    <th bgcolor="#f0f0f0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">16448</font></th>
    <td bgcolor="#ffffff" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span class="n">h_referred_by</span> <span class="o">=</span> <span class="n">ast_strdupa</span><span class="p">(</span><span class="n">p_referred_by</span><span class="p">);</span></pre></td>
    <th bgcolor="#f0f0f0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">16481</font></th>
    <td bgcolor="#ffffff" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span class="n">h_referred_by</span> <span class="o">=</span> <span class="n">ast_strdupa</span><span class="p">(</span><span class="n">p_referred_by</span><span class="p">);</span></pre></td>
  </tr>

  <tr>
    <th bgcolor="#f0f0f0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">16449</font></th>
    <td bgcolor="#ffffff" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
    <th bgcolor="#f0f0f0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">16482</font></th>
    <td bgcolor="#ffffff" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
  </tr>

  <tr>
    <th bgcolor="#f0f0f0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">16450</font></th>
    <td bgcolor="#ffffff" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span class="cm">/* Store referrer&#39;s caller ID name */</span></pre></td>
    <th bgcolor="#f0f0f0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">16483</font></th>
    <td bgcolor="#ffffff" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span class="cm">/* Store referrer&#39;s caller ID name */</span></pre></td>
  </tr>

 </tbody>


 
 




 <tbody>

  <tr>
    <th bgcolor="#e9eaa8" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">16451</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span class="n">ast<span class="hl">_copy</span>_string</span><span class="p">(</span><span class="n">refer<span class="hl">data</span></span><span class="o"><span class="hl">-&gt;</span></span><span class="n">referred_by_name</span><span class="p">,</span> <span class="n">h_referred_by</span><span class="p"><span class="hl">,</span></span><span class="hl"> </span><span class="k"><span class="hl">sizeof</span></span><span class="p"><span class="hl">(</span></span><span class="n"><span class="hl">referdata</span></span><span class="o"><span class="hl">-&gt;</span></span><span class="n"><span class="hl">referred_by_name</span></span><span class="p"><span class="hl">)</span>);</span></pre></td>
    <th bgcolor="#e9eaa8" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">16484</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span class="n">ast_string<span class="hl">_field_set</span></span><span class="p">(</span><span class="n">refer</span><span class="p"><span class="hl">,</span></span><span class="hl"> </span><span class="n">referred_by_name</span><span class="p">,</span> <span class="n">h_referred_by</span><span class="p">);</span></pre></td>
  </tr>

  <tr>
    <th bgcolor="#e9eaa8" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">16452</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span class="k">if</span> <span class="p">((</span><span class="n"><span class="hl">lessthan</span></span> <span class="o">=</span> <span class="n">strchr</span><span class="p">(</span><span class="n">refer<span class="hl">data</span></span><span class="o">-&gt;</span><span class="n">referred_by_name</span><span class="p">,</span> <span class="sc">&#39;&lt;&#39;</span><span class="p">)))</span> <span class="p">{</span></pre></td>
    <th bgcolor="#e9eaa8" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">16485</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span class="k">if</span> <span class="p">((</span><span class="n"><span class="hl">ptr</span></span> <span class="o">=</span> <span class="n">strchr</span><span class="p">(</span><span class="n">refer</span><span class="o">-&gt;</span><span class="n">referred_by_name</span><span class="p">,</span> <span class="sc">&#39;&lt;&#39;</span><span class="p">))</span><span class="hl"> </span><span class="o"><span class="hl">&gt;</span></span><span class="hl"> </span><span class="n"><span class="hl">refer</span></span><span class="o"><span class="hl">-&gt;</span></span><span class="n"><span class="hl">referred_by_name</span></span><span class="p">)</span> <span class="p">{</span></pre></td>
  </tr>

  <tr>
    <th bgcolor="#e9eaa8" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">16453</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                        <span class="o">*</span><span class="p">(</span><span class="n"><span class="hl">lessthan</span></span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="o">=</span> <span class="sc">&#39;\0&#39;</span><span class="p">;</span>        <span class="cm">/* Space */</span></pre></td>
    <th bgcolor="#e9eaa8" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">16486</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">                        <span class="o">*</span><span class="p">(</span><span class="n"><span class="hl">ptr</span></span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="o">=</span> <span class="sc">&#39;\0&#39;</span><span class="p">;</span> <span class="cm">/* Space */</span></pre></td>
  </tr>

 </tbody>

</table>

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I don&#39;t really see why this kind of minor optimization is being grouped with some of the other stuff in this patch. I&#39;m also not to fond of variables with less than useful names like &#39;ptr&#39; for a character pointer... though if it&#39;s going to be recycled like this, there probably isn&#39;t a real problem with that. Maybe something like delimiter_ptr or something would be more appropriate than ptr.</pre>
 </blockquote>



 <p>On June 22nd, 2012, 12:19 p.m., <b>Mark Michelson</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I agree, saving 4-8 bytes of stack space is not &quot;cleaning up&quot; the code. Giving a variable like &#39;ptr&#39; yet another purpose in the function just makes things harder to follow. Not immensely harder, mind you, but still it makes it harder to pin down the purpose of specific variables.</pre>
 </blockquote>







</blockquote>
<pre style="margin-left: 1em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">However, the added &quot; &gt; refer-&gt;referred_by_name&quot; is useful since it prevents potentially writing a null byte in an invalid place.</pre>
<br />




<p>- Mark</p>


<br />
<p>On June 19th, 2012, 10:08 p.m., gareth wrote:</p>






<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 gareth.</div>


<p style="color: grey;"><i>Updated June 19, 2012, 10:08 p.m.</i></p>




<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;">This is the first part split out from the much larger patch at https://reviewboard.asterisk.org/r/1976/ - it contains just the various chan_sip code cleanups.

- struct sip_refer converted to use the stringfields API.

- sip_{refer|notify}_allocate -&gt; sip_{notify|refer}_alloc to match other *alloc functions.

- Replace get_msg_text, get_msg_text2 and get_pidf_body -&gt; No, not get_pidf_msg_text_body3 but get_content, to match add_content.

- get_body doesn&#39;t get the request body, renamed to get_content_line.

- get_body_by_line doesn&#39;t get the body line, and is just a simple if test. Moved code inline and removed function.

- Remove camelCase in struct sip_peer peer state variables, onHold -&gt; onhold, inUse -&gt; inuse, inRinging -&gt; ringing.

- Remove camelCase in struct sip_request rlPart1 -&gt; rlpart1, rlPart2 -&gt; rlpart2.

- Rename instances of pvt-&gt;randdata to pvt-&gt;nonce because that is what it is, no need to update struct sip_pvt because _it already has a nonce field_.

- Removed struct sip_pvt randdata stringfield.

- Remove useless (and inconsistent) &#39;header&#39; suffix on variables in handle_request_subscribe.

- Use ast_strdupa on Event header in handle_request_subscribe to avoid overly complicated strncmp calls to find the event package.

- Move get_destination check in handle_request_subscribe to avoid duplicate checking for packages that don&#39;t need it.

- Move extension state callback management in handle_request_subscribe to avoid duplicate checking for packages that don&#39;t need it.

- Remove duplicate append_date prototype.

- Rename append_date -&gt; add_date to match other add_xxx functions.

- Added add_expires helper function, removed code that manually added expires header.

- Remove _header suffix on add_diversion_header (no other header adding functions have this).

- Don&#39;t pass req-&gt;debug to request handle_request_XXXXX handlers if req is also being passed.

- Don&#39;t pass req-&gt;ignore to check_auth as req is already being passed.

- Don&#39;t create a subscription in handle_request_subscribe if p-&gt;expiry == 0.

- Don&#39;t walk of the back of referred_by_name when splitting string in get_refer_info

- Remove duplicate check for no dialog in handle_incoming when sipmethod == SIP_REFER, handle_request_refer checks for that.
</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;">It compiles.</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>/trunk/channels/chan_sip.c <span style="color: grey">(369065)</span></li>

 <li>/trunk/channels/sip/include/sip.h <span style="color: grey">(369065)</span></li>

 <li>/trunk/channels/sip/security_events.c <span style="color: grey">(369065)</span></li>

</ul>

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




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








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