I think I&#39;ve gotten to the root cause of the pennytel failure problems.<br><br>Basically Pennytel is handing the wrong refresh time when my end makes the registration attempt. The first attempt if the box has been off for a day - always works, but not long afterwards its fails. with a series of 200 ok issues and finally a 400.<br>
<br>It seems that freeswitch assumes Pennytel is asking for shorter and shorter refresh periods, and pennytel interprets my end do more frequent registrations as flooding and bans me.<br><br>So I figure if I can override what Pennytel is sending with my own timeout period, it should stay happy - I&#39;ve tried <code><pre>
&lt;param name=&quot;expire-seconds&quot; value=&quot;360&quot;/&gt; <br>but with no effect.<br><br>Thanks<br><br>Bret<br></pre></code>