Re: [Freeswitch-users] Can it do it?

2009-06-20 Thread Saeed Ahmad
Hi, I am not expert, and if i understood you correctly, i am doing it like that: set late negotiation to false (it can be set true if you want to negotiate it on the fly, but it didn't work for me) don't use absolute_codec_string instead use codec_string and put codec(s) what EP2 is offering,

Re: [Freeswitch-users] Can it do it?

2009-06-20 Thread JuanMa
Hi, Saeed thanks for reply my mails. I am only using ONE FS. The Endpoint 1 call to the FS, then it call to SWITCH and the SWITCH call back to the FS and this call to Endpoint 2, my first intention were to use FS in bypass_mode, in this mode Fs only handle SIP signalization and SWITCH

Re: [Freeswitch-users] Can it do it?

2009-06-19 Thread Saeed Ahmad
It seems that you want to transcode G729 which is not possible. You can use it in passthru mode only. On Fri, Jun 19, 2009 at 1:48 AM, JuanMa juanma@gmail.com wrote: Hi, I need to have the hability to negotiate the codec in a session (using proxy media or bypass media), unfortunally I've

Re: [Freeswitch-users] Can it do it?

2009-06-19 Thread Saeed Ahmad
BTW, what is SWITCH? Can it do transcoding? On Fri, Jun 19, 2009 at 2:06 PM, Saeed Ahmad saeedahmad1...@gmail.comwrote: It seems that you want to transcode G729 which is not possible. You can use it in passthru mode only. On Fri, Jun 19, 2009 at 1:48 AM, JuanMa juanma@gmail.com wrote:

Re: [Freeswitch-users] Can it do it?

2009-06-19 Thread JuanMa
Saeed Ahmad: Yes, it can do transcoding. Transcoding isn't the problem to my architecture, my problem is the codec negotiation between FS and Endpoints. I want to use FS as SBC (session border controller) or pseudo SIP proxy. How i said in my last e-mail FS will work in bypass-media or

Re: [Freeswitch-users] Can it do it?

2009-06-19 Thread Brian West
No right now you can not legally transcode G729 in FreeSWITCH, PERIOD! /b On Jun 19, 2009, at 2:11 PM, JuanMa wrote: Yes, it can do transcoding. Transcoding isn't the problem to my architecture, my problem is the codec negotiation between FS and Endpoints.

Re: [Freeswitch-users] Can it do it?

2009-06-19 Thread JuanMa
I'm sorry, but like I said, I DONT WANT to do transcoding with FS(I have another switch who is in charge of it, witch is from another technology), I only want to negotiate the codecs in the way that I want it. This only seams to work when bypass media or proxy media is set to false. Due I

Re: [Freeswitch-users] Can it do it?

2009-06-19 Thread Mariano de Llano
You are right, it seams that it can not be done. In the past I've tried to do something similiar but with no success. Apperently the documentation is wrong. If I have some time I will look at the code and I will give you some feedback. Cheers, PS: The transcoding question has nothing to

[Freeswitch-users] Can it do it?

2009-06-18 Thread JuanMa
Hi, I need to have the hability to negotiate the codec in a session (using proxy media or bypass media), unfortunally I've been unable to achive this due the documentation that I've found about it's vague. I've already tried using absolute_codec_string and everything that says in