Ignore:
Timestamp:
Aug 5, 2006 11:13:58 AM (18 years ago)
Author:
bennylp
Message:

AEC and sound backend fixes:

  • Changed default sound backend in Windows to PortAudio?
  • Finalizing AEC settings on Windows:
    • default tail is 256 msec
    • write AEC configuration with "dc"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r637 r651  
    796796 
    797797    if (!call->inv) { 
    798         PJ_LOG(3,(THIS_FILE,"Call has been disconnected")); 
     798        PJ_LOG(3,(THIS_FILE,"Invalid call or call has been disconnected")); 
    799799        PJSUA_UNLOCK(); 
    800800        return PJ_EINVAL; 
Note: See TracChangeset for help on using the changeset viewer.