From: Steve K. <st...@st...> - 2004-10-21 14:26:23
|
Michael Van Donselaar wrote: >Sorry if I seem a bit dense, but I lost a few messages trying to switch over to >Outlook 2003 from Agent. > >I know at one point this last week the plan was to have the old API call >set_encode_format specify the preferred outgoing codec, and add a call to >specify allowed codecs. > >Is that call totally obsoleted? > > It's been replaced with void iaxc_set_formats(int preferred, int allowed); It's no longer necessary to call this; the library itself has sensible defaults. Set one codec to preferred, and OR together a set of codecs for allowed. You can call this at any time; it will only affect negotiation, it won't affect calls in progress. -SteveK |