Changeset 305 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Mar 6, 2006 4:25:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r300 r305 101 101 102 102 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. */ 103 105 }; 104 106 … … 197 199 /* User Agent behaviour: */ 198 200 int auto_answer; /**< Automatically answer in calls. */ 201 int uas_refresh; /**< Time to re-INVITE. */ 202 int uas_duration; /**< Max call duration. */ 199 203 200 204 /* Account: */
Note: See TracChangeset
for help on using the changeset viewer.