<div dir="ltr">Hello,<div><br></div><div>Why am I getting a (q850) NO_USER_RESPONSE (18) hangup cause from a SIP 480 Temp. unavail.</div><div><br></div><div>When the RFC 4497 says (pick one):</div><div><pre class="gmail-newpage" style="font-size:13.3333px;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><br></pre><pre class="gmail-newpage" style="font-size:13.3333px;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">19 No answer from the user     480 Temporarily unavailable
20 Subscriber absent           480 Temporarily unavailable</pre><pre class="gmail-newpage" style="font-size:13.3333px;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><br></pre><pre class="gmail-newpage" style="font-size:13.3333px;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif">I looked in the source (sofia_glue.c) and it says:</font></pre><pre class="gmail-newpage" style="font-size:13.3333px;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><br></pre><pre class="gmail-newpage" style="margin-top:0px;margin-bottom:0px"><font color="#000000"><span style="font-size:13.3333px">/* map sip responses to QSIG cause codes ala RFC4497 section 8.4.4 */
switch_call_cause_t sofia_glue_sip_cause_to_freeswitch(int status)
{
        switch (status) {
        ...</span></font></pre><pre class="gmail-newpage" style="margin-top:0px;margin-bottom:0px"><font color="#000000"><span style="font-size:13.3333px">        ...</span></font></pre><pre class="gmail-newpage" style="margin-top:0px;margin-bottom:0px"><font color="#000000"><span style="font-size:13.3333px">        case 480:
                return SWITCH_CAUSE_NO_USER_RESPONSE;</span></font><span style="color:rgb(0,0,0);font-size:13.3333px">
</span></pre></div><div><br></div><div>Which is code 18, it seems incorrect.. is it just me?</div><div><br></div><div>/Allan</div></div>