<div class="gmail_quote">We are attempting to configure SIP trunking between asterisk 1.2.22 and a Mitel 3300 CX box.&nbsp; The Mitel machine will gateway to the PSTN for us.&nbsp; I found this earlier post about doing this from July:<br>
<br><a href="http://lists.digium.com/pipermail/asterisk-users/2007-July/191630.html" target="_blank">http://lists.digium.com/pipermail/asterisk-users/2007-July/191630.html</a><br>
<br>Unfortunately the promised configs never came ;(.&nbsp; We&#39;re having the exact reverse problem: we can register with the Mitel box just fine, and we receive calls from it correctly.&nbsp; However all attempts to make outbound calls from asterisk to the Mitel machine fail with a 404 Not found.<br>

<br>The following is a fragment of our sip.conf (the extensions.conf config is just a single Dial(SIP/thenumber@mitel-outbound) entry):<br><br>register =&gt; <a href="http://450:1234@192.168.100.2:5060/450" target="_blank">450:1234@192.168.100.2:5060/450</a><br>

<br>[mitel-outbound]<br>&nbsp;type=peer<br>&nbsp;secret=1234<br>&nbsp;username=450<br>&nbsp;host=<a href="http://192.168.100.2" target="_blank">192.168.100.2</a><br>&nbsp;fromuser=450<br>&nbsp;fromdomain=<a href="http://100.110.0.200" target="_blank">100.110.0.200</a><br>
&nbsp;insecure=very<br>
&nbsp;nat=no<br>&nbsp;context=mitel<br>&nbsp;port=5060<br><br>In the above: username/password/host are 450, 1234, and <a href="http://192.168.100.2" target="_blank">192.168.100.2</a> respectively.&nbsp; (names changed to protect the innocent).&nbsp; The box is at <a href="http://100.110.0.200" target="_blank">100.110.0.200</a> (again..)<br>

<br>Has anyone else had a similar problem with receiving 404&#39;s on outbound calls to Mitel boxes?&nbsp; We found the Mitel doesn&#39;t respond at all when we change the host line above, presumably because the From header in the sip changes to not include the Username correctly.&nbsp; I can&#39;t get any auth headers to come in the initial INVITE, although with some digging I found out they would go out if the Mitel had responded with a 401.<br>

<br>Any help is appreciated.<br><font color="#888888"><br>Robert Bedell<br>SienaTech<br><br><br><br>
</font></div><br>