Yes. They&#39;ll only be able to talk to each other nicely.<br><br>As Steve Underwood said though, FS apparently has a fudge in it that&#39;ll allow it to work in this case since there&#39;s so many of the wild.<br><br>-Steve<br>

<br><br><div class="gmail_quote">On 9 February 2011 04:36, curriegrad2004 <span dir="ltr">&lt;<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Ah, so any devices that use a SDP of G729A is considered to be broken<br>
in implementation, right?<br>
<br>
Most of the cisco-linksys SPA adapters actually default to a SDP of<br>
G729A for some reason.<br>
<div><div></div><div class="h5"><br>
On Tue, Feb 8, 2011 at 7:56 PM, Sam &lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; What changes did you made to accommodate all the variations of G729.<br>
&gt;<br>
&gt; Regards<br>
&gt; Sam<br>
&gt;<br>
&gt; On Tue, Feb 8, 2011 at 9:01 PM, curriegrad2004 &lt;<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; G729 only. No A&#39;s or AB.<br>
&gt;&gt;<br>
&gt;&gt; If you want to pass through other variants of G.729, you can simply<br>
&gt;&gt; modify mod_g729.c to include additional variants of G729<br>
&gt;&gt;<br>
&gt;&gt; Which by the way, I&#39;ve pasted the area of the code you might want to<br>
&gt;&gt; modify. I&#39;ve done this on mine and it worked fine as pass through.<br>
&gt;&gt;<br>
&gt;&gt; 00217         SWITCH_ADD_CODEC(codec_interface, &quot;G.729A&quot;);<br>
&gt;&gt; 00218         for (count = 12; count &gt; 0; count--) {<br>
&gt;&gt; 00219                 switch_core_codec_add_implementation(pool,<br>
&gt;&gt; codec_interface,<br>
&gt;&gt; 00220<br>
&gt;&gt;                        SWITCH_CODEC_TYPE_AUDIO, 18, &quot;G729A&quot;, NULL,<br>
&gt;&gt; 8000, 8000, 8000,<br>
&gt;&gt; 00221<br>
&gt;&gt;                        mpf * count, spf * count, bpf * count, ebpf *<br>
&gt;&gt; count, 1, count * 10,<br>
&gt;&gt; 00222<br>
&gt;&gt;                        switch_g729_init, switch_g729_encode,<br>
&gt;&gt; switch_g729_decode, switch_g729_destroy);<br>
&gt;&gt; 00223         }<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Feb 8, 2011 at 7:02 AM, Sam &lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Which type of  G.729 codec does freeswitch uses in passthrough mode ?<br>
&gt;&gt; &gt; Is it g729a or g729b or g729ab .<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Regards<br>
&gt;&gt; &gt; Sam<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>