[Freeswitch-users] G729
David Ponzone
david.ponzone at ipeva.fr
Wed Feb 9 11:54:14 MSK 2011
I remember that in the Linksys SPA-crap, you can actually change the string they will use in the SDP.
A such feature means a lot :)
David Ponzone Direction Technique
email: david.ponzone at ipeva.fr
tel: 01 74 03 18 97
gsm: 06 66 98 76 34
Service Client IPeva
tel: 0811 46 26 26
www.ipeva.fr - www.ipeva-studio.com
Ce message et toutes les pièces jointes sont confidentiels et établis à l'intention exclusive de ses destinataires. Toute utilisation ou diffusion non autorisée est interdite. Tout message électronique est susceptible d'altération. IPeva décline toute responsabilité au titre de ce message s'il a été altéré, déformé ou falsifié. Si vous n'êtes pas destinataire de ce message, merci de le détruire immédiatement et d'avertir l'expéditeur.
Le 09/02/2011 à 05:36, curriegrad2004 a écrit :
> Ah, so any devices that use a SDP of G729A is considered to be broken
> in implementation, right?
>
> Most of the cisco-linksys SPA adapters actually default to a SDP of
> G729A for some reason.
>
> On Tue, Feb 8, 2011 at 7:56 PM, Sam <u2nsam at gmail.com> wrote:
>> Hi,
>>
>> What changes did you made to accommodate all the variations of G729.
>>
>> Regards
>> Sam
>>
>> On Tue, Feb 8, 2011 at 9:01 PM, curriegrad2004 <curriegrad2004 at gmail.com>
>> wrote:
>>>
>>> G729 only. No A's or AB.
>>>
>>> If you want to pass through other variants of G.729, you can simply
>>> modify mod_g729.c to include additional variants of G729
>>>
>>> Which by the way, I've pasted the area of the code you might want to
>>> modify. I've done this on mine and it worked fine as pass through.
>>>
>>> 00217 SWITCH_ADD_CODEC(codec_interface, "G.729A");
>>> 00218 for (count = 12; count > 0; count--) {
>>> 00219 switch_core_codec_add_implementation(pool,
>>> codec_interface,
>>> 00220
>>> SWITCH_CODEC_TYPE_AUDIO, 18, "G729A", NULL,
>>> 8000, 8000, 8000,
>>> 00221
>>> mpf * count, spf * count, bpf * count, ebpf *
>>> count, 1, count * 10,
>>> 00222
>>> switch_g729_init, switch_g729_encode,
>>> switch_g729_decode, switch_g729_destroy);
>>> 00223 }
>>>
>>>
>>> On Tue, Feb 8, 2011 at 7:02 AM, Sam <u2nsam at gmail.com> wrote:
>>>> Hi,
>>>>
>>>> Which type of G.729 codec does freeswitch uses in passthrough mode ?
>>>> Is it g729a or g729b or g729ab .
>>>>
>>>> Regards
>>>> Sam
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> FreeSWITCH-users mailing list
>>>> FreeSWITCH-users at lists.freeswitch.org
>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>> http://www.freeswitch.org
>>>>
>>>>
>>>
>>> _______________________________________________
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>
>>
>> _______________________________________________
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110209/0e92bd3f/attachment-0001.html
More information about the FreeSWITCH-users
mailing list