[EMAIL PROTECTED] wrote:
> What is the correct way of getting list of all available codecs 
> including those that are not in use?
>
> After initialization and setting codecs by name,
> sipxConfigGetNumAudioCodecs returns only number of codecs in use
> and sipxConfigGetAudioCodec will return information only about codecs 
> that are in use as well.
> But what about other codecs that are not currently used?
>
> Jaroslav Libak
>
> _______________________________________________
> sipxtapi-dev mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
>
>   
It seems the only correct way to get all codecs is to call 
sipxConfigGetNumAudioCodecs and sipxConfigGetAudioCodec just after 
initialization before we set codec settings and store the codec names 
and bandwidth requirements somewhere for later use.

Jaroslav Libak

_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to