If you have full control and access to both the FS and Asterisk, you could &quot;not register&quot; either of them to the other at all.  You could just add FS IP as a &quot;peer&quot; in Asterisk.  And, in FS, you could just allow calls from the Asterisk based on IP.<div>

<br></div><div>Assuming, of course, no NAT is involved between FS and Asterisk.</div><div><br></div><div>Regards</div><div>HASSAN</div><div><br></div><div><br><br><div class="gmail_quote">On Thu, Jul 29, 2010 at 01:17, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">you could just omit the ping param if asterisk can&#39;t operate properly with that feature.<div><div><div></div><div class="h5">

<br><br><div class="gmail_quote">On Wed, Jul 28, 2010 at 8:52 AM, Daniel Neubert <span dir="ltr">&lt;<a href="mailto:daniel.neubert@solomo.de" target="_blank">daniel.neubert@solomo.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


  

<div bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Verdana">Now I have a trace from Freeswitch
log:<br>
<br>
2010-07-28 15:49:26.630733 [ERR] mod_sofia.c:3674 Gateway is down!<br>
2010-07-28 15:49:26.630733 [NOTICE] mod_sofia.c:3984 Close Channel N/A
[CS_NEW]<br>
2010-07-28 15:49:26.640905 [DEBUG] switch_core_state_machine.c:430 ()
Running State Change CS_DESTROY<br>
2010-07-28 15:49:26.640905 [DEBUG] switch_core_state_machine.c:440
(N/A) State DESTROY<br>
2010-07-28 15:49:26.640905 [DEBUG] mod_sofia.c:358 N/A SOFIA DESTROY<br>
2010-07-28 15:49:26.640905 [DEBUG] switch_core_state_machine.c:440
(N/A) State DESTROY going to sleep<br>
2010-07-28 15:49:26.640905 [ERR] switch_ivr_originate.c:2623 Cannot
create outgoing channel of type [sofia] cause: [NETWORK_OUT_OF_ORDER]<br>
2010-07-28 15:49:26.642906 [DEBUG] switch_ivr_originate.c:3431
Originate Resulted in Error Cause: 38 [NETWORK_OUT_OF_ORDER]<br>
2010-07-28 15:49:26.642906 [INFO] mod_dptools.c:2393 Originate Failed. 
Cause: NETWORK_OUT_OF_ORDER<br>
2010-07-28 15:49:26.644905 [DEBUG] switch_channel.c:2309
(sofia/internal/test01@voip-test) Callstate Change EARLY -&gt; HANGUP<br>
2010-07-28 15:49:26.644905 [NOTICE] mod_dptools.c:2456 Hangup
sofia/internal/test01@voip-test [CS_EXECUTE] [NETWORK_OUT_OF_ORDER]<br>
<br>
Directly after that I called in from PSTN -&gt; SS7 -&gt; Asterisk so
the gateway came up again and outbound call was possible.<br>
<br>
</font></font><div>
<pre cols="72">Best regards / Mit freundlichen Grüßen,
Daniel 
</pre></div><div><div></div><div>
On 28.07.2010 11:33, Daniel Neubert wrote:
<blockquote type="cite">
  
The call fails because the desired gateway is down. <br>
  <br>
Logs are not available at the moment and issue cannot be reproduced on
demand. I&#39;ll take logs as soon as this occurs again.<br>
  <pre cols="72">Best regards / Mit freundlichen Grüßen,
Daniel
  </pre>
On 28.07.2010 10:08, Steven Ayre wrote:
  <blockquote type="cite">Where &amp; why does the call fail?<br>
    <br>
Do you have any log file output?<br>
    <br>
-Steve<br>
    <br>
    <br>
    <br>
    <br>
    <div class="gmail_quote">On 28 July 2010 08:25, Daniel Neubert <span dir="ltr">&lt;<a href="mailto:daniel.neubert@solomo.de" target="_blank">daniel.neubert@solomo.de</a>&gt;</span>
wrote:<br>
    <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">Hi,<br>
      <br>
we&#39;ve set  up a SIP trunk between Asterisk (used as MediaGateway to<br>
SS7-Network for PSTN access) and Freeswitch.<br>
      <br>
Everything works fine except one &quot;little&quot; issue: If there have been no<br>
calls using the SIP trunk it becomes unuseable from Freeswitch side.<br>
      <br>
PSTN &lt;- SS7/ISUP -&gt; Asterisk &lt;- SIP Trunk -&gt; Freeswitch
&lt;- SIP/RTP -&gt;<br>
VoIP Clients<br>
      <br>
If a user tries to originate the call that is routed to one of our<br>
MediaGateways while SIP trunk is &quot;stale&quot;, the call will fail. The trunk<br>
can be made available again by calling in via PSTN -&gt; Asterisk -&gt;
SIP-Trunk<br>
      <br>
This is our gateway configuration (tried using low values for<br>
expire-seconds, ping and retry-seconds to keep the connection up:<br>
      <br>
&lt;gateway name=&quot;voip-int-test&quot;&gt;<br>
&lt;param name=&quot;username&quot; value=&quot;voip-ext-test&quot;/&gt;<br>
&lt;param name=&quot;password&quot; value=&quot;freeswitch&quot;/&gt;<br>
&lt;param name=&quot;proxy&quot; value=&quot;172.31.45.43&quot;/&gt;<br>
&lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
&lt;param name=&quot;expire-seconds&quot; value=&quot;15&quot;/&gt;<br>
&lt;param name=&quot;ping&quot; value=&quot;5&quot;/&gt;<br>
&lt;param name=&quot;retry-seconds&quot; value=&quot;5&quot;/&gt;<br>
&lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
&lt;param name=&quot;apply-inbound-acl&quot; value=&quot;voip-int-test&quot;/&gt;<br>
&lt;param name=&quot;caller-id-in-from&quot; value=&quot;true&quot;/&gt;<br>
&lt;/gateway&gt;<br>
      <br>
      <br>
      <br>
--<br>
      <br>
Best regards / Mit freundlichen Grüßen,<br>
Daniel<br>
      <br>
      <br>
      <br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
      <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
      <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
      <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
    </blockquote>
    </div>
    <br>
  </blockquote>
</blockquote>
</div></div></div>

<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br></div></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>


Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>

GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>

<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>