Steve,<div><br></div><div>Thanks for the assistance.  The entire console log after setting console loglevel 9 is as follows:</div><div><br></div><div>2010-11-10 10:11:02.501493 [CRIT] switch_core_state_machine.c:382 f96f23a2-ece4-11df-9888-e3878ca86765 Timeout waiting for next instruction in CS_NEW!</div>
<div><br></div><div>Everything else is just the SIP messaging.  </div><div><br></div><div>It&#39;s like FS never gets the call from sofia for some reason.  I tried the following (your comments around the media make sense for sure):</div>
<div>-- remove the disable transcoding (this did not work)</div><div>-- remove the other codec parameters (this did not work)</div><div><br></div><div>To clarify what the box does:</div><div>-- takes an invite</div><div>-- responds with a 302 redirect with a modified contact header that looks like $dn;npdi=yes;rn=$rn (if there is an rn)@$host info.  This is done with using mod_xml_curl to provide the dynamic dialplan.</div>
<div><br></div><div>There are not ever any b legs.  Every call is an invite, 100 trying, 302, ACK.  In this case we get an invite, a 100 trying and that&#39;s it.  Doing an ngrep -d any -qW byline port 80 shows that there is not a xml_curl req and on the console at loglevel 9 the only message from FS is this:</div>
<div><br></div><div><meta charset="utf-8">2010-11-10 10:11:02.501493 [CRIT] switch_core_state_machine.c:382 f96f23a2-ece4-11df-9888-e3878ca86765 Timeout waiting for next instruction in CS_NEW!</div><div><br></div><div>Sofia spits out all of the SIP messaging but that&#39;s it.  It looks nothing like a normal call when I send the SDP.  It&#39;s a little odd. </div>
<div><br></div><div>Here is the modified profile after commenting out all of the info:</div><div><div>&lt;profile name=&quot;external&quot;&gt;</div><div>&lt;aliases&gt;</div><div>&lt;alias name=&quot;outbound&quot;/&gt;</div>
<div>&lt;alias name=&quot;nat&quot;/&gt; &lt;!-- for backwards compatibility --&gt;</div><div>&lt;/aliases&gt;</div><div><br></div><div>&lt;domains&gt;</div><div>&lt;domain name=&quot;all&quot; alias=&quot;false&quot; parse=&quot;true&quot;/&gt;</div>
<div>&lt;/domains&gt;</div><div><br></div><div>&lt;settings&gt;</div><div>&lt;param name=&quot;user-agent-string&quot; value=&quot;<a href="http://lnpdal0001.sipinterchange.com">lnpdal0001.sipinterchange.com</a>&quot;/&gt;</div>
<div>&lt;param name=&quot;debug&quot; value=&quot;0&quot;/&gt;</div><div>&lt;param name=&quot;sip-trace&quot; value=&quot;no&quot;/&gt;</div><div>&lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;</div><div>
&lt;param name=&quot;enable-100rel&quot; value=&quot;false&quot;/&gt;</div><div>&lt;param name=&quot;rfc2833-pt&quot; value=&quot;101&quot;/&gt;</div><div>&lt;param name=&quot;sip-port&quot; value=&quot;5060&quot;/&gt;</div>
<div>&lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;</div><div>&lt;param name=&quot;dtmf-duration&quot; value=&quot;100&quot;/&gt;</div><div>&lt;param name=&quot;codec-prefs&quot; value=&quot;$${global_codec_prefs}&quot;/&gt;</div>
<div>&lt;param name=&quot;use-rtp-timer&quot; value=&quot;true&quot;/&gt;</div><div>&lt;param name=&quot;rtp-timer-name&quot; value=&quot;soft&quot;/&gt;</div><div>&lt;param name=&quot;rtp-ip&quot; value=&quot;4.71.122.205&quot;/&gt;</div>
<div>&lt;param name=&quot;sip-ip&quot; value=&quot;4.71.122.205&quot;/&gt;</div><div>&lt;param name=&quot;manage-presence&quot; value=&quot;false&quot;/&gt;</div><div>&lt;param name=&quot;inbound-codec-negotiation&quot; value=&quot;generous&quot;/&gt;</div>
<div>&lt;param name=&quot;bind-params&quot; value=&quot;transport=udp&quot;/&gt;</div><div>&lt;param name=&quot;tls&quot; value=&quot;$${external_ssl_enable}&quot;/&gt;</div><div>&lt;!-- &lt;param name=&quot;pass-rfc2833&quot; value=&quot;true&quot;/&gt; --&gt;</div>
<div>&lt;!-- &lt;param name=&quot;inbound-proxy-media&quot; value=&quot;true&quot;/&gt; --&gt;</div><div>&lt;!-- &lt;param name=&quot;inbound-bypass-media&quot; value=&quot;true&quot;/&gt; --&gt;</div><div>&lt;!-- &lt;param name=&quot;inbound-late-negotiation&quot; value=&quot;true&quot;/&gt; --&gt;</div>
<div>&lt;param name=&quot;accept-blind-reg&quot; value=&quot;false&quot;/&gt;</div><div>&lt;param name=&quot;accept-blind-auth&quot; value=&quot;true&quot;/&gt;</div><div>&lt;param name=&quot;nonce-ttl&quot; value=&quot;60&quot;/&gt;</div>
<div>&lt;!-- &lt;param name=&quot;disable-transcoding&quot; value=&quot;true&quot;/&gt; --&gt;</div><div>&lt;param name=&quot;auth-calls&quot; value=&quot;false&quot;/&gt;</div><div>&lt;param name=&quot;inbound-reg-force-matching-username&quot; value=&quot;false&quot;/&gt;</div>
<div>&lt;param name=&quot;auth-all-packets&quot; value=&quot;false&quot;/&gt;</div><div>&lt;param name=&quot;rtp-timeout-sec&quot; value=&quot;300&quot;/&gt;</div><div>&lt;param name=&quot;rtp-hold-timeout-sec&quot; value=&quot;1800&quot;/&gt;</div>
<div>&lt;param name=&quot;challenge-realm&quot; value=&quot;auto_to&quot;/&gt;</div><div>&lt;param name=&quot;enable-3pcc&quot; value=&quot;true&quot;/&gt;</div><div>&lt;/settings&gt;</div><div>&lt;/profile&gt;</div></div>
<div><br></div><div>Thanks again for the help.<br><br></div><div>SDR</div>