<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <div class="moz-cite-prefix">Le 08/01/2021 à 15:40, Dan Cropp a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:a106d9cf1d7e484d8aaacc1f8177217d@AM-Mail2013A.amtelco.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Before I submit a feature request and take
          ownership of it, trying to gather some feedback.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I’m looking to write code for an additional
          feature in asterisk.<o:p></o:p></p>
        <p class="MsoNormal">Currently, when performing a Transfer
          (REFER), the channel variable TRANSFERSTATUS only reports 3
          values: SUCCESS, FAILURE, UNSUPPORTED.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">We have some customers asking for a few
          additional results: 404 Not Found, 408 Request Timeout, and
          486 Busy Here.<o:p></o:p></p>
        <p class="MsoNormal">From past experience, these same customers
          will likely come up with some additional results they think
          should be returned.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Would it be better to add support where the
          TRANSFERSTATUS had new values for each of the additional
          result codes I make asterisk look for?<o:p></o:p></p>
        <p class="MsoNormal">Or would it be better to add a new
          variable, example TRANSFERSTATUSCODE and have it return the
          SIP error code for the failure notification?  Personally, I
          like this approach because it means not having to add values
          for each possible sip error code that anyone would ever look
          for.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Dan<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
      <br>
    </blockquote>
    <p>Hello Dan,</p>
    <p>I would prefer the second approach of using a new variable,
      otherwise it may break existing dialplan.</p>
    <p>Regards</p>
    <p>Jean<br>
    </p>
  </body>
</html>