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'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'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's it. It looks nothing like a normal call when I send the SDP. It's a little odd. </div>
<div><br></div><div>Here is the modified profile after commenting out all of the info:</div><div><div><profile name="external"></div><div><aliases></div><div><alias name="outbound"/></div>
<div><alias name="nat"/> <!-- for backwards compatibility --></div><div></aliases></div><div><br></div><div><domains></div><div><domain name="all" alias="false" parse="true"/></div>
<div></domains></div><div><br></div><div><settings></div><div><param name="user-agent-string" value="<a href="http://lnpdal0001.sipinterchange.com">lnpdal0001.sipinterchange.com</a>"/></div>
<div><param name="debug" value="0"/></div><div><param name="sip-trace" value="no"/></div><div><param name="context" value="public"/></div><div>
<param name="enable-100rel" value="false"/></div><div><param name="rfc2833-pt" value="101"/></div><div><param name="sip-port" value="5060"/></div>
<div><param name="dialplan" value="XML"/></div><div><param name="dtmf-duration" value="100"/></div><div><param name="codec-prefs" value="$${global_codec_prefs}"/></div>
<div><param name="use-rtp-timer" value="true"/></div><div><param name="rtp-timer-name" value="soft"/></div><div><param name="rtp-ip" value="4.71.122.205"/></div>
<div><param name="sip-ip" value="4.71.122.205"/></div><div><param name="manage-presence" value="false"/></div><div><param name="inbound-codec-negotiation" value="generous"/></div>
<div><param name="bind-params" value="transport=udp"/></div><div><param name="tls" value="$${external_ssl_enable}"/></div><div><!-- <param name="pass-rfc2833" value="true"/> --></div>
<div><!-- <param name="inbound-proxy-media" value="true"/> --></div><div><!-- <param name="inbound-bypass-media" value="true"/> --></div><div><!-- <param name="inbound-late-negotiation" value="true"/> --></div>
<div><param name="accept-blind-reg" value="false"/></div><div><param name="accept-blind-auth" value="true"/></div><div><param name="nonce-ttl" value="60"/></div>
<div><!-- <param name="disable-transcoding" value="true"/> --></div><div><param name="auth-calls" value="false"/></div><div><param name="inbound-reg-force-matching-username" value="false"/></div>
<div><param name="auth-all-packets" value="false"/></div><div><param name="rtp-timeout-sec" value="300"/></div><div><param name="rtp-hold-timeout-sec" value="1800"/></div>
<div><param name="challenge-realm" value="auto_to"/></div><div><param name="enable-3pcc" value="true"/></div><div></settings></div><div></profile></div></div>
<div><br></div><div>Thanks again for the help.<br><br></div><div>SDR</div>