Hi all, <br>    I met a problem which I thought is caused by the timeout config setting.<br><br>    I use SIPp UAC &lt;-&gt; FreeSWITCH &lt;-&gt; SIPp UAS to do my test.<br>    <br>    Commands:<br>              FS:    ulimit -s 256; sudo ./freeswitch<br>
              UAS:  ulimit -s 256; sudo sipp -sn uas -i 10.67.7.224 10.67.7.46 -trace_err<br>              UAC:  ulimit -s 256; sudo sipp -sn uac -i 10.67.7.213 10.67.7.29 -trace_err -l 5000 -m 5000 -d 300000 -r 5<br><br>
    Infr:<br>         UAC(10.67.7.213)  &lt;-&gt; FS internal(10.67.7.29)  FS external(10.67.7.46)  &lt;-&gt; UAS 10.67.7.224<br><br>   **********************<br>   *** My problem ****<br>   ********************** <br>   I delayed uac for 300 seconds to send the BYE messages to uas, but after about 40 seconds of pausing, uas received <br>
   BYE messages from FreeSWITCH:<br>   <br>   2009-03-16    14:36:16:274    1237185376.274928: Aborting call on an unexpected BYE for call: <a href="mailto:1-16380@10.67.7.213">1-16380@10.67.7.213</a>.<br>    <br>   **** Help ***<br>
   Can anyone tell me how to release the timeout limit?<br><br>   Best Regards!<br>   <br><br>   <br>