Ignore:
Timestamp:
Jun 26, 2007 8:59:49 AM (17 years ago)
Author:
bennylp
Message:

Ticket #342: added configuration to control whether SDP rtpmap should be included for static payload types (default still yes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r1389 r1391  
    9696#endif 
    9797pj_status_t app_destroy(void); 
    98  
    99 extern pj_bool_t pjsip_use_compact_form; 
    10098 
    10199/***************************************************************************** 
     
    28872885    pj_status_t status; 
    28882886 
    2889     //pjsip_use_compact_form = PJ_TRUE; 
    2890  
    28912887    /* Create pjsua */ 
    28922888    status = pjsua_create(); 
Note: See TracChangeset for help on using the changeset viewer.