<HTML>
<HEAD>
<TITLE>Freetdm error</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hello all,<BR>
<BR>
I&#8217;ve been hacking at this issue for the last 3 days and I can&#8217;t get beyond this error when attempting to call out through my sangoma card.<BR>
<BR>
&nbsp;&nbsp;SIP/2.0 503 Service Unavailable<BR>
&nbsp;&nbsp;&nbsp;Via: SIP/2.0/UDP 192.168.100.6:12026;branch=z9hG4bK-d8754z-77564c04563bac12-1---d8754z-;rport=12026<BR>
&nbsp;&nbsp;&nbsp;From: &quot;Sean Holt&quot;&lt;sip:<a href="2028@172.16.15.10">2028@172.16.15.10</a>&gt;;tag=25dacb3d<BR>
&nbsp;&nbsp;&nbsp;To: &lt;sip:<a href="5102079553@172.16.15.10">5102079553@172.16.15.10</a>&gt;;tag=4St9j3N9yXr8g<BR>
&nbsp;&nbsp;&nbsp;Call-ID: NWViZTI0ODljMmY1YTM5ZDRiZmQzNTUwYzgwNWVkMDQ.<BR>
&nbsp;&nbsp;&nbsp;CSeq: 1 INVITE<BR>
&nbsp;&nbsp;&nbsp;User-Agent: Configured by TCAPI<BR>
&nbsp;&nbsp;&nbsp;Accept: application/sdp<BR>
&nbsp;&nbsp;&nbsp;Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE<BR>
&nbsp;&nbsp;&nbsp;Supported: precondition, path, replaces<BR>
&nbsp;&nbsp;&nbsp;Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer<BR>
&nbsp;&nbsp;&nbsp;Reason: Q.850;cause=34;text=&quot;NORMAL_CIRCUIT_CONGESTION&quot;<BR>
&nbsp;&nbsp;&nbsp;Content-Length: 0<BR>
&nbsp;&nbsp;&nbsp;Remote-Party-ID: &quot;5102079553&quot; &lt;sip:<a href="5102079553@172.16.15.10">5102079553@172.16.15.10</a>&gt;;party=calling;privacy=off;screen=no<BR>
<BR>
Here&#8217;s my configuration:<BR>
I&#8217;m trying to call out from my internal voip phone through my sangoma card b600. &nbsp;My phone line is plugged into the FXO port. &nbsp;Module (mod_freetdm) is successfully loaded<BR>
Dialplan:<BR>
&lt;extension name=&quot;main_number_53&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{11})$|^(\d{10})$$&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application=&quot;bridge&quot; data=&quot;freetdm/2/2/$1&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/condition&gt;<BR>
&nbsp;&lt;/extension&gt; <BR>
<BR>
Freetdm.conf file<BR>
[span wanpipe wp1]<BR>
name =&gt; FreeTDM<BR>
number =&gt; 1<BR>
trunk_type =&gt; FXS<BR>
fxs-channel =&gt; 1:5<BR>
<BR>
[span wanpipe wp2]<BR>
name =&gt; FreeTDM<BR>
number =&gt; 2<BR>
trunk_type =&gt; FXO<BR>
fxo-channel =&gt; 1:1-4<BR>
<BR>
Freetdm.conf.xml file<BR>
&lt;configuration name=&quot;freetdm.conf&quot; description=&quot;FreeTDM Configuration&quot;&gt;<BR>
&nbsp;&nbsp;&lt;settings&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;debug&quot; value=&quot;9&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!--&lt;param name=&quot;hold-music&quot; value=&quot;$${moh_uri}&quot;/&gt;--&gt;<BR>
&nbsp;&nbsp;&lt;/settings&gt;<BR>
&nbsp;&nbsp;&nbsp;&lt;analog_spans&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;span name=&quot;wp1&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;context&quot; value=&quot;context_1&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/span&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;span name=&quot;wp2&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;context&quot; value=&quot;context_1&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/span&gt;<BR>
&nbsp;&nbsp;&nbsp;&lt;/analog_spans&gt;<BR>
&lt;/configuration&gt;<BR>
<BR>
Let me know if I need to provide additional info<BR>
<BR>
Thanks<BR>
Sean</SPAN></FONT>
</BODY>
</HTML>