Ignore:
Timestamp:
Feb 23, 2006 1:49:28 PM (19 years ago)
Author:
bennylp
Message:

Added support for NULL frame in rtp stream, fixed bugs here and there in INVITE (e.g. dont send SDP on 180), and set version to 0.5.1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua/pjsua.h

    r222 r223  
    122122    unsigned         wav_slot;      /**< WAV player slot in bridge      */ 
    123123 
     124    /* User Agent behaviour: */ 
     125 
     126    int              auto_answer;   /**< Automatically answer in calls. */ 
     127 
    124128 
    125129    /* Since we support simultaneous calls, we need to have multiple 
     
    179183 
    180184 
    181     /* Misc: */ 
     185    /* Logging: */ 
    182186     
    183187    int              log_level;     /**< Logging verbosity.             */ 
Note: See TracChangeset for help on using the changeset viewer.