Hi,

On 7/24/07, stipus <[EMAIL PROTECTED]> wrote:
> mpCallFlowGraph line 281:
>
> #ifndef DISABLE_LOCAL_AUDIO
> res = addLink(*mpSpeakerCallrecSplitter, 0, *mpToSpkr, 0);
> assert(res == OS_SUCCESS);
> #endif
>
> Line 550:
>
> res = removeLink(*mpSpeakerCallrecSplitter, 0); assert(res == OS_SUCCESS);
>
> I think there are missing #ifdef ....... should be a lot better like this:
>
> #ifndef DISABLE_LOCAL_AUDIO
> res = removeLink(*mpSpeakerCallrecSplitter, 0); assert(res == OS_SUCCESS);
> #endif

Checked in as rev 9898. Thanks for reporting this.

-- 
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/

Reply via email to