Ahh! Glad to hear you got things working!
BTW - you can customize the paths that codec plugins are searched for at the
sipXmediaAdapter library level.
Prior to creating a CpMediaInterfaceFactory using sipXmediaFactoryFactory,
you can manipulate the codec paths by calling the following static methods:
static OsStatus CpMediaInterfaceFactory::addCodecPaths(const size_t
nCodecPaths, const UtlString codecPaths[]);
static void CpMediaInterfaceFactory::clearCodecPaths();
You can create the codec path UtlString array by static initializing it if
you wish:
UtlString cPaths[] = {"/first/path/to/check", "/second/path/to/check", ".",
"../relative/fourth/path/to/check"};
Currently, these can only be set prior to the creation of the
CpMediaInterfaceFactory, as once this happens, the media task starts, and
needs codec paths to start. I probably should change this so that it can be
set at any time, pushing down new values to the proper place.
On 12/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I have to say it's all my fault.
>
> I should copy libarmnb.dll, libamrwb.dll, libspandsp.dll to the directory
> of sipXezPhone.
>
> These files are missed by me because they are not in the sipXmediaLib\bin.
>
> Sorry to bother all of you. :)
>
>
>
> ---------- 转发邮件信息 ----------
> 发件人:"wsycqyz <[EMAIL PROTECTED]>"
> 发送日期:2007-12-20 21:07:58
> [EMAIL PROTECTED]
> 主题: About the codec plugin
> I find all the missing file to make out the codec_amr.dll,
> codec_amrwb.dll, codec_g722.dll, codec_g726.dll. And put them in the
> sipXezPhone's directory. But I can't see them in the "Audio Setting" dialog.
>
> I know that when I put codec_speex.dll, codec_ilbc.dll, codec_gsm.dll,
> codec_pcmapcmu.dll in the sipXezPhone's directory, there will be the
> associated codec in the "Audio Setting" dialog.
>
> I would like to know if there is a way to make amr, g722, g726 and later
> coming out codec plugin work in sipXezPhone? Or they are not working right
> now ?
>
> Thanks!
>
> _______________________________________________
> sipxtapi-dev mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
>
--
Keith Kyzivat
SIPez LLC.
SIP VoIP, IM and Presence Consulting
http://www.SIPez.com
tel: +1 (617) 273-4000
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/