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
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to