<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>will start testing soon <br><br>thank you very much <br><br>Ori<br><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Anthony Minessale &lt;anthony.minessale@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> freeswitch-users@lists.freeswitch.org<br><b><span style="font-weight: bold;">Sent:</span></b> Friday, September 25, 2009 7:30:34 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Freeswitch-users] Ringback when running G729 codec<br></font><br><meta http-equiv="x-dns-prefetch-control" content="off">fixed in latest trunk,<br>please
 test<br>thank you<br><br><div class="gmail_quote">On Fri, Sep 25, 2009 at 6:17 AM, Hound Dog <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:d_hound@ymail.com" target="_blank" href="mailto:d_hound@ymail.com">d_hound@ymail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi,<br><br>very happy with freeswitch as a PBX/softswitch/SBC system its working solidly for a few weeks now&nbsp; - just great<br><br>

<br>I have a question regarding ringback tones - custom or regular&nbsp; - I cant get freeswitch to send ringback using G729 <br><br>I used the following settings ( it will just play one of the IVR prompts as ringback (filename&nbsp; ivr-to_repeat_these_options)&nbsp; - I took it from the G729 encoded files package , it has PCMA , G729 G723 extensions ) <br>

<br>&nbsp;&lt;extension name="inbound_routing"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^4420885767(0\d)$"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action
 application="set" data="ringback=/usr/local/freeswitch/sounds/en/us/callie/raw_files/ivr/ivr-to_repeat_these_options"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="set" data="instant_ringback=true"/&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="user/10$1"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&lt;/extension&gt;<br><br>when I call with&nbsp; G711 enabled , it plays the file no problems - see log <br>

<br>2009-09-25 11:29:58.641361 [DEBUG] sofia.c:3289 Channel sofia/external/<a rel="nofollow" ymailto="mailto:442078562107@80.80.80.80" target="_blank" href="mailto:442078562107@80.80.80.80">442078562107@80.80.80.80</a> entering state [early][183]<br>2009-09-25 11:29:58.641361 [DEBUG] switch_core_session.c:630 Send signal sofia/external/<a rel="nofollow" ymailto="mailto:442078562107@80.80.80.80" target="_blank" href="mailto:442078562107@80.80.80.80">442078562107@80.80.80.80</a> [BREAK]<br>

2009-09-25 11:29:58.641361 [DEBUG] switch_ivr_originate.c:1718 Raw Codec
 Activation Success L16@8000hz 1 channel 20ms<br>2009-09-25 11:29:58.641361 [DEBUG] switch_ivr_originate.c:1745 Play Ringback File [/usr/local/freeswitch/sounds/en/us/callie/raw_files/ivr/ivr-to_repeat_these_options.PCMA]<br>

2009-09-25 11:29:58.641361 [INFO] mod_native_file.c:82 Opening File [/usr/local/freeswitch/sounds/en/us/callie/raw_files/ivr/ivr-to_repeat_these_options.PCMA] 8000hz<br>2009-09-25 11:29:58.889369 [DEBUG] sofia.c:3289 Channel sofia/internal/<a rel="nofollow" target="_blank"  href="http://sip:1006@82.80.131.233:40505">sip:1006@82.80.131.233:40505</a> entering state [proceeding][180]<br>

<br><br>when I call with G729 only&nbsp; - I get silence , and freeswitch only send the comfort noise packet and no RTP , see log <br><br>2009-09-25 11:28:57.437537 [DEBUG] sofia.c:3289 Channel sofia/external/<a rel="nofollow" ymailto="mailto:442078562107@80.80.80.80" target="_blank" href="mailto:442078562107@80.80.80.80">442078562107@80.80.80.80</a> entering state [early][183]<br>

2009-09-25 11:28:57.437537 [DEBUG] switch_core_session.c:630 Send signal sofia/external/<a rel="nofollow" ymailto="mailto:442078562107@80.80.80.80" target="_blank" href="mailto:442078562107@80.80.80.80">442078562107@80.80.80.80</a> [BREAK]<br>2009-09-25 11:28:57.685536 [DEBUG] sofia.c:3289
 Channel sofia/internal/<a rel="nofollow" target="_blank"  href="http://sip:1006@82.80.131.233:40505">sip:1006@82.80.131.233:40505</a> entering state [proceeding][180]<br>2009-09-25 11:28:57.685536 [NOTICE] sofia.c:3353 Ring-Ready sofia/internal/<a rel="nofollow" target="_blank"  href="http://sip:1006@82.80.131.233:40505">sip:1006@82.80.131.233:40505</a>!<br>

<br> mod_native_file&nbsp; works well for me when used in applications and plays G729 files no problem <br><br>any ideas why is that happening , any suggestions on how to resolve ?<br><br>thanks<br>Ori<br><br></div></div><br>


      </div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a rel="nofollow" ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a rel="nofollow" target="_blank" href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a rel="nofollow" target="_blank" href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>

Twitter: <a rel="nofollow" target="_blank" href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a rel="nofollow" ymailto="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank" href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a rel="nofollow" ymailto="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank" href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a rel="nofollow" target="_blank" href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a rel="nofollow" ymailto="mailto:sip%3A888@conference.freeswitch.org" target="_blank" href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a rel="nofollow" target="_blank" href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a rel="nofollow" ymailto="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank" href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
<meta http-equiv="x-dns-prefetch-control" content="on"></div></div></div><br>

      </body></html>