Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jakubbednar

Pages: [1]
1
Yate bugs / Re: Transcoding alaw to g729
« on: October 28, 2013, 03:34:37 PM »
to cc08: Thnx man its workig  ;)

So once more big thnaks to cc08 and also marian for your help.

2
Yate bugs / Re: Transcoding alaw to g729
« on: October 24, 2013, 09:44:28 AM »
Yes, I am testing it with one app configured for one codec and second app configured for different codec. I tried alaw-g729,  alaw-gsm, and many others combinations of codecs, but result still the same, call is canceled with warning (see the attached log): "No suitable codec for remote offer (PJMEDIA_SDPNEG_NOANSCODEC)" , so I dont know what to do, how to setup yate to transcode.


Thanks

3
Yate bugs / Re: Transcoding alaw to g729
« on: October 23, 2013, 01:33:28 PM »
I use regfile for routing calls, becouse I have only internal sip users in regfile. So I dont use regexroute to route calls. So I have to use regexroute for route calls or is there any chance transcode codecs when routing trough regfile module?

If I have to use regexroute, can you show me example of simple rule for route calls through regexroute? Only for two users for example :

regfile.conf

[1000]
password=

[1001]
password=

I was serching and find something like this : ^1000$=sip/sip:${called};line=[1000]    , but this doesnt work.


Thanks again for your time and help

4
Yate bugs / Re: Transcoding alaw to g729
« on: October 22, 2013, 04:00:48 AM »
What do you mean with : "Configure the calling party not to offer alaw."  ? Where and what to change ?

And yes I have compiled and loaded g729 module a and I can make calls when both legs uses g729, but I need to find out how to transcode :)

Thanks a lot for your help

5
Yate bugs / Re: Transcoding alaw to g729
« on: October 21, 2013, 06:43:35 AM »
I am using SIP protocol.

And I need it for testing performance for my diploma thesis. I am testing Yate on differnet HW configurations. I have to measure and compatre max. call volume that can Yate handle with transcoding and without transcoding.

thanks for any help

6
Yate bugs / Transcoding alaw to g729
« on: October 19, 2013, 09:15:24 AM »
Hi, I am using Yate 4.3 and I have problem with transcoding. I make it simple... I have a clean isntallation of Yate and very basic config.

Regfile.conf

[username]
[1000]
password=
format=alaw
[1001]
password=
format=g729


ysipchan.conf

[codecs]
alaw=enable
g729=enable


and after reading yate docs from http://docs.yate.ro/wiki/Transcoding , I added these two lines to regexroute:

regexroute.conf

[contexts]

.*=;oformats=$(transcode,,${formats})

[default]

${rtp_forward}^yes$^=;formats=${oformats}


But its not working... it makes call but both legs uses alaw codec or both g729, so yate doesnt perform transcoding. See attached log.

I tried a lot of things, searched in yate archive and also in this forum, but I am not able to force Yate to transcode and I really need it, becouse I need it for testig performance during transcoding with abacus test system. Any answer will be helpfull.

Thanks



Pages: [1]