Hi guys,<br><br>I have solve my problem by adding<br>&lt;action application=&quot;ring_ready&quot; /&gt;<br>before<br>&lt;action application=&quot;set&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br><br>I was looking at the <a href="http://wiki.freeswitch.org/wiki/Home_PBX_Example">http://wiki.freeswitch.org/wiki/Home_PBX_Example</a><br>
and noticed this line. Tried it and it works like a charm.<br><br>Thanks everybody, especially Brian and MC.<br><br>Igor<br><br>&gt; Brian,<br>&gt;&gt;<br>&gt;&gt; Thank you very much for your reply.<br>&gt;&gt;<br>&gt;&gt; I have tried to add transfer_ringback action, but it did not solve my <br>
&gt;&gt; problem.<br>&gt;&gt; Destination phone is ringing, but the person who is calling does not <br>&gt;&gt; hear ringing tone in hte handset.<br>&gt;&gt;<br>&gt;&gt; Is there anything in the logfile that can help you to identify the problem?<br>
&gt;&gt;<br>&gt;What kind of system is the calling party connected to? It looks like a <br>&gt;180 is sent out by FS:<br>&gt;<br>&gt;2009-09-22 17:18:05.463192 [DEBUG] sofia.c:3312 Channel sofia/internal/ <br>&gt;sip:main at <a href="http://192.168.0.121:5060">192.168.0.121:5060</a> entering state [proceeding][180]<br>
&gt;<br>&gt;At that point the server at the originating side *should* generate <br>&gt;pretend ringing for the calling phone. If that is not happening then <br>&gt;you need to see what&#39;s going on at the originating side. Is it a SIP provider?<br>
&gt;<br>&gt;-MC<br>&gt;<br>&gt;<br>&gt;&gt;<br>&gt;&gt; Closest I can see is:<br>&gt;&gt; 2009-09-22 17:18:05.444402 [DEBUG] switch_ivr_originate.c:1738 Raw <br>&gt;&gt; Codec Activation Success L16 at 8000hz 1 channel 20ms<br>
&gt;&gt; 2009-09-22 17:18:05.444402 [DEBUG] switch_ivr_originate.c:1797 Play <br>&gt;&gt; Ringback Tone [%(2000,4000,440.0,480.0)]<br>&gt;&gt; 2009-09-22 17:18:05.447237 [DEBUG] switch_core_io.c:232 <br>&gt;&gt; sofia/external/<br>
&gt;&gt; 4163641113 at 67.205.74.164 receive message [TRANSCODING_NECESSARY]<br>&gt;&gt; 2009-09-22 17:18:05.463192 [DEBUG] sofia.c:3312 Channel <br>&gt;&gt; sofia/internal/ sip:main at <a href="http://192.168.0.121:5060">192.168.0.121:5060</a> entering state <br>
&gt;&gt; [proceeding][180]<br>&gt;&gt; 2009-09-22 17:18:05.463192 [NOTICE] sofia.c:3376 Ring-Ready <br>&gt;&gt; sofia/internal/ sip:main at <a href="http://192.168.0.121:5060">192.168.0.121:5060</a>!<br>&gt;&gt; 2009-09-22 17:18:14.739182 [DEBUG] sofia.c:3312 Channel <br>
&gt;&gt; sofia/external/<br>&gt;&gt; 4163641113 at 67.205.74.164 entering state [terminated][487]<br>&gt;&gt; 2009-09-22 17:18:14.739182 [NOTICE] sofia.c:3873 Hangup <br>&gt;&gt; sofia/external/<br>&gt;&gt; 4163641113 at 67.205.74.164 [CS_EXECUTE] [ORIGINATOR_CANCEL]<br>
&gt;&gt;<br>&gt;&gt; Thank you,<br>&gt;&gt;<br>&gt;&gt; Igor<br>&gt;&gt;<br>&gt;&gt; &gt;set ringback before record_session and also set transfer_ringback <br>&gt;&gt; &gt;because record_session causes an pre-answer.<br>&gt;&gt; &gt;<br>
&gt;&gt; &gt;/b<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;On Sep 21, 2009, at 2:13 PM, Svetik VOIP wrote:<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; Hi,<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; I have trouble recording incoming calls with FreeSwitch.<br>
&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; I have followed the instruction from Misc. Dialplan Tools record <br>&gt;&gt; &gt;&gt; session<br>&gt;&gt; &gt;&gt; (<a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_sessi">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_sessi</a><br>
&gt;&gt; &gt;&gt; on) It works well for outgoing calls, but I have the problem with <br>&gt;&gt; &gt;&gt; incoming calls.<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; The person who is calling does not hear ring tone, he hears just <br>
&gt;&gt; &gt;&gt; the silence until I pick up the phone. Everything else is working, <br>&gt;&gt; &gt;&gt; we can talk, conversation is recorded.<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Here is a copy of my dialplan for incoming calls <br>
&gt;&gt; &gt;&gt; /usr/local/freeswitch/conf/dialplan/public/voipms.xml<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; &lt;include&gt;<br>&gt;&gt; &gt;&gt;     &lt;extension name=&quot;voipms&quot;&gt;   &lt;!-- your provider or any name you&#39;d<br>
&gt;&gt; &gt;&gt; like to call it --&gt;<br>&gt;&gt; &gt;&gt;         &lt;condition field=&quot;destination_number&quot;<br>&gt;&gt; &gt;&gt; expression=&quot;XXXXXXXXXX&quot;&gt;  &lt;!-- your DID for this gateway--&gt;<br>
&gt;&gt; &gt;&gt;             &lt;action application=&quot;set&quot; data=&quot;RECORD_TITLE=Recording <br>&gt;&gt; &gt;&gt; $ {destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:<br>&gt;&gt; &gt;&gt; %M)}&quot;/&gt;<br>
&gt;&gt; &gt;&gt;             &lt;action application=&quot;set&quot; data=&quot;RECORD_COPYRIGHT=(c) <br>&gt;&gt; &gt;&gt; 2009&quot;/&gt;<br>&gt;&gt; &gt;&gt;             &lt;action application=&quot;set&quot;<br>&gt;&gt; &gt;&gt; data=&quot;RECORD_SOFTWARE=FreeSwitch&quot;/&gt;<br>
&gt;&gt; &gt;&gt;             &lt;action application=&quot;set&quot;<br>&gt;&gt; &gt;&gt; data=&quot;RECORD_ARTIST=FreeSwitch&quot;/&gt;<br>&gt;&gt; &gt;&gt;             &lt;action application=&quot;set&quot;<br>&gt;&gt; &gt;&gt; data=&quot;RECORD_COMMENT=FreeSwitch&quot;/&gt;<br>
&gt;&gt; &gt;&gt;             &lt;action application=&quot;set&quot; data=&quot;RECORD_DATE=${strftime <br>&gt;&gt; &gt;&gt; (%Y-%m-%d %H:%M)}&quot;/&gt;<br>&gt;&gt; &gt;&gt;             &lt;action application=&quot;set&quot; data=&quot;RECORD_STEREO=true&quot;/&gt;<br>
&gt;&gt; &gt;&gt;             &lt;action application=&quot;set&quot; data=&quot;RECORD_ANSWER_REQ=true&quot;/&gt;<br>&gt;&gt; &gt;&gt;             &lt;action application=&quot;set&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br>
&gt;&gt; &gt;&gt;             &lt;action application=&quot;record_session&quot; <br>&gt;&gt; &gt;&gt; data=&quot;$${base_dir}/ <br>&gt;&gt; &gt;&gt; recordings/archive/${strftime(%Y-%m-%d-%H-%M-%S)}_$<br>&gt;&gt; &gt;&gt; {destination_number}_${caller_id_number}.wav&quot;/&gt;<br>
&gt;&gt; &gt;&gt;             &lt;action application=&quot;bridge&quot; data=&quot;user/user1@$ <br>&gt;&gt; &gt;&gt; {domain_name}&quot;/&gt;<br>&gt;&gt; &gt;&gt;     &lt;/condition&gt;<br>&gt;&gt; &gt;&gt; &lt;/include&gt;<br>
&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; FreeSWITCH-users at <a href="http://lists.freeswitch.org">lists.freeswitch.org</a> <br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-us">http://lists.freeswitch.org/mailman/options/freeswitch-us</a><br>
&gt;&gt; ers<br>&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;<br><br>