View Single Post
Posts: 3 | Thanked: 1 time | Joined on Jan 2010
#26
Originally Posted by baergaj View Post
You can configure the codecs for sip by editing /etc/stream-engine/gstcodecs.conf

You can disable a codec by putting "id=-1" in its configuration block.

Obviously, you need to sudo gainroot to edit this.
Hm - for some reason, the sip client does not include GSM as an option upon codec negotiation (although there's no id=-1 below it). Is there an additional file to edit?

basically, I've got:
a=rtpmap:18 G729/8000
a=rtpmap:97 ILBC/8000
a=fmtp:97 mode=30
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:104 speex/8000
a=rtpmap:100 DV/90000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 events=0-15
a=rtpmap:102 telephone-event/90000
a=fmtp:102 events=0-15


Although:
[audio/GSM]
clock-rate=8000

[audio/G729]
clock-rate=8000

...
 

The Following User Says Thank You to kodomo For This Useful Post: