Okay, so I&#39;ve figured out one or two things but have stumbled across a minor issue.<br><br>I&#39;ve got the following as my test plan:<br>&nbsp;&nbsp;&nbsp; &lt;!--#include &quot;default_context.xml&quot;--&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;context name=&quot;default&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;extension name=&quot;playsound1&quot; continue=&quot;true&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;source&quot; expression=&quot;mod_sofia&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;caller_id_name&quot; expression=&quot;mpapet&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;answer&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;playback&quot; data=&quot;/var/sounds/congrats.wav&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp; &lt;/extension&gt;<br><br>2007-02-02 13:00:36 [NOTICE] switch_core.c:2802 switch_core_standard_on_execute() Execute playback(/var/sounds/congrats.wav)
<br>
2007-02-02 13:00:36 [DEBUG] mod_sndfile.c:138 sndfile_file_open() Opening File [/var/sounds/congrats.wav] 8000hz<br>
2007-02-02 13:00:36 [DEBUG] switch_ivr.c:1125 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms<br>
2007-02-02 13:00:36 [DEBUG] mod_sofia.c:2698 sip_i_state() Channel
<a href="mailto:sofia/zed/mpapet@voip.katigo.mooo.com">sofia/zed/mpapet@voip.katigo.mooo.com</a> entering state [completed]<br><br>It answers and starts playing the file according to the console but I hear no sound.&nbsp; Do I need some kind of other statement in there?&nbsp; Or, is it a NAT issue.&nbsp; Or?
<br><br><br>What does this error message mean?<br>[DEBUG] mod_sofia.c:4585 event_callback() event [nua_r_register] status [401][Unauthorized] session: n/a<br><br><br><br>FYI: If I remove freeswitch_combined.xml, the file default_context.xml does
not get read/included from freeswitch.xml.&nbsp; Something like &quot;cannot find
default context&quot; kept appearing in the console despite the presences of
default_context.xml.&nbsp; My quick and dirty solution was to put the
default context inside freeswitch.xml.&nbsp; I verified this in the
freeswitch console with the error message.&nbsp; After the change, call works great.<br><br><br>As an FYI for future users, I&#39;m running openser and freeswitch on the same machine using virtual ip addresses.&nbsp; You need to modify 
sofia.conf.xml &lt;param name=&quot;sip-ip&quot; value=&quot;your.freeswitch.virtual-ip.address&quot;/&gt; to get it to register freeswitch to your sip server.<br><br>