Did you read the post of the link????????
Do you think I don't
know how the app works?!?! I know that the default codecs can be silk,
pcmu and pcma. It's explicit configuration ! And I tell you that the way
to change these default is to use the CSipSimple SipConfigManager API
that is MADE in order to allow you to change these settings from code
!!!
You have to use the API to setup the codec you want. That's
it. Do not crap the code trying to add things everywhere in the code
where you don't understand. Using only the API should allow you to do
99,999% of what you need to a rebranded version. Appart from manifest
and CustomDistribution.java you should not change any line of the
csipsimple project code. If you are modifying some line of the code, you
are more likely doing something wrong and an equivalent clean and
maintainable way to do the same exists and should be used instead. And
if not, let us know, I'll add that as an option of
CustomDistribution.java.
Once codec priority orders are modified through the API, It will then automatically appear in the user interface.
The
user interface is a user interface not the service configuration. Do
not care about the UI it's just a way to visualize the configuration and
to change settings for user as a USER interface but it's definitely not
a way to change configuration from source code.
You can also have a look for example to existing wizard :
http://code.google.com/p/csipsimple/source/browse/trunk/CSipSimple/src/com/csipsimple/wizards/impl/Beeztel.java#57
(there is a lot of others that does the same and it just works flawlessly).
AGAIN take big care about the license of G729 ! You are probably not allowed to do that *legally* in your application !
IT'S ALSO USELESS FLOODING THE THREAD DEDICATED TO VP8 !!!!And I just did a search on the group.... I already replied you this question ! Do you read what was replied???? I'm pleased to help but if you start flooding and not trying to understand things and follow up on same thread I'm quickly get fed up helping you.