Ignore:
Timestamp:
Sep 22, 2006 4:55:42 PM (18 years ago)
Author:
bennylp
Message:

Fixed few bugs that seem to have been introduced by new dialog
locking algorithm:

  • Fixed crash in PJSUA-API when initiating client subscription
  • Fixed another crash in PJSUA-API when hanging-up call

Also fixed SDP negotiator:

  • add a=inactive when rejecting media line

Also increase maximum log size from 1500 to 2000 since some
SIP packet is quite large. A little bit of Warning:
THIS MAY AFFECT APPLICATION'S STACK USAGE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config.h

    r689 r734  
    345345 * flag is set. 
    346346 * 
    347  * Default: 1500 
     347 * Default: 2000 
    348348 */ 
    349349#ifndef PJ_LOG_MAX_SIZE 
    350 #  define PJ_LOG_MAX_SIZE           1500 
     350#  define PJ_LOG_MAX_SIZE           2000 
    351351#endif 
    352352 
Note: See TracChangeset for help on using the changeset viewer.