<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    I have two questions about FS:<br>
    <br>
    Question 1:<br>
    i'm developing a custom client sip with pjsip. This client when
    receive a call that can't be accepted respond with status 603. I
    think that freeswitch filter this status.<br>
    This is an example of desired behaviour:<br>
    <span class="Apple-style-span" style="font-family: arial; font-size:
      small;">
      <div>1000@localnet_ip                      FS(ip:localnet_ip)    
                                         1001<span
          class="Apple-style-span" style="font-family: arial; font-size:
          small;">@localnet_ip</span></div>
      <div><br>
      </div>
      <div><span class="Apple-style-span" style="font-family: monospace;
          font-size: medium;">
          <pre>INVITE ----------&gt;
                                     INVITE ---------------&gt;                                
&lt;-------------- trying                &lt;--------------------trying
&lt;-------------- 603                  &lt;------------------  603
ACK ------------&gt;                    ACK------------------&gt;

</pre>
          <pre><span class="Apple-style-span" style="white-space: normal;"><pre><span class="Apple-style-span" style="font-family: monospace; font-size: medium;"></span><span class="Apple-style-span" style="font-family: arial; font-size: small; white-space: normal;"><div>
The current behaviour of FS is:</div><div>
</div></span></pre></span></pre>
        </span>
        <div>1000@localnet_ip                      FS(ip:localnet_ip)  
                                             1001<span
            class="Apple-style-span" style="font-family: arial;
            font-size: small;">@localnet_ip</span></div>
        <div><br>
        </div>
        <div><span class="Apple-style-span" style="font-family:
            monospace; font-size: medium;">
            <pre>INVITE ----------&gt;
                                     INVITE ---------------&gt;                                
&lt;-------------- trying                &lt;--------------------trying
                                     &lt;------------------  603
<span class="Apple-style-span" style="font-family: arial; font-size: small;"><span class="Apple-style-span" style="font-family: monospace; font-size: medium;"><pre>&lt;-------------- 200</pre></span></span>ACK------------------&gt;
&lt;--------------------BYE

I'd like to avoid the current behaviour. It's possible a kind of message status path trough?
If the called party terminate the call before answering, FS send always to the calling partner 200 and BYE.
First thought was related to the voice-mail. Now voice-mail is disabled but the behaviour is the same.

Question:2
It's possible a custom Header pass trough in status response like trying or session in progress? 
I'm able to use custom header only on invite adding to invite a header with name like X-myheader.
Any suggestion? 

Thanks
Good Evening
</pre>
          </span></div>
      </div>
    </span>Alessandro<br>
    <pre class="moz-signature" cols="72">-- 
Ing. Alessandro Luppi
Software development
Seletech srl
Via Collodi 8, 20052 Monza (MI) - Italy
Tel: +39.039.5962000 - Fax: +39.039.9716905
email: <a class="moz-txt-link-abbreviated" href="mailto:a.luppi@seletech.com">a.luppi@seletech.com</a> - Web: <a class="moz-txt-link-abbreviated" href="http://www.seletech.com">www.seletech.com</a>   or   <a class="moz-txt-link-abbreviated" href="http://www.seletech.eu">www.seletech.eu</a>
</pre>
  </body>
</html>