Hi Paulo,

Looks like you compiled sipXmediaLib without Speex support.
We use resampler and some other things from libspeex, so
it's highly recommended to build sipXmediaLib with
--enable-speex-dsp (you may also find --enable-contrib-speex
option useful).

On Wed, May 6, 2009 at 2:09 AM, Paulo Vicentini
<vicentini.pa...@gmail.com> wrote:
> Hi,
> I was having issues using TopologyGraph enabled:
> In the sipxInitialize, creating a CallManager with:
>  sipXmediaFactoryFactory(NULL, 10, 48000, 48000, bEnableLocalAudio)
> leads to ( within MpResamplerBase::resampleBufPtr):
> if(stat != OS_SUCCESS)
>   {
>   OsSysLog::add(FAC_MP, PRI_WARNING,
>   "MprToOutputDevice::resampleAndReplace - Failed while resampling. "
>   "Input sample rate %dHz, output sample rate %dHz"
>   "%s.\n",
>   inRate, outRate, optionalIdStr.data());
>   return OS_FAILED;
>   }
> where stat == OS_NOT_YET_IMPLEMENTED
> resulting on :
> pMedia: called FromMic1, which indicated failure
> MpMedia: called ToSpeaker1, which indicated failure
>
> using sipXmediaFactoryFactory(NULL, 10, 48000, 8000, bEnableLocalAudio)
> solved the problem
> Regards
> Paulo
> _______________________________________________
> sipxtapi-dev mailing list
> sipxtapi-dev@list.sipfoundry.org
> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
>



-- 
Regards,
Alexander Chemeris.

SIPez LLC.
SIP VoIP, IM and Presence Consulting
http://www.SIPez.com
tel: +1 (617) 273-4000
_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to