Ignore:
Timestamp:
Mar 6, 2006 4:25:59 PM (19 years ago)
Author:
bennylp
Message:

Added --uas-duration and --uas-refresh option (the later is broken)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r300 r305  
    101101 
    102102    void                *app_data;  /**< Application data.                  */ 
     103    pj_timer_entry       refresh_tm;/**< Timer to send re-INVITE.           */ 
     104    pj_timer_entry       hangup_tm; /**< Timer to hangup call.              */ 
    103105}; 
    104106 
     
    197199    /* User Agent behaviour: */ 
    198200    int              auto_answer;   /**< Automatically answer in calls. */ 
     201    int              uas_refresh;   /**< Time to re-INVITE.             */ 
     202    int              uas_duration;  /**< Max call duration.             */ 
    199203 
    200204    /* Account: */ 
Note: See TracChangeset for help on using the changeset viewer.