Hello, On 3/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > --- MpCodec.cpp (revision 9091) > +++ MpCodec.cpp (working copy) > @@ -147,7 +147,7 @@ > MIXERLINE mxl; > memset(&mxl, 0, sizeof(MIXERLINE)); > mxl.cbStruct = sizeof(mxl); > - mxl.dwComponentType = MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE; > + mxl.dwComponentType = MIXERLINE_COMPONENTTYPE_DST_WAVEIN; > mmresult = mixerGetLineInfo((HMIXEROBJ)hmx, &mxl, > MIXER_GETLINEINFOF_COMPONENTTYPE); > > if (MMSYSERR_NOERROR == mmresult)
Ok, I've finally get into the problem and patch looks good. Checked in to sipXtapi branch rev.9133. -- Regards, Alexander Chemeris. 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/
