Changeset 4492 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_config.h
- Timestamp:
- Apr 23, 2013 10:59:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_config.h
r4485 r4492 20 20 #define __PJSUA_APP_CONFIG_H__ 21 21 22 #include <pjlib.h> 23 22 24 /* This file defines the default app config. It's used by pjsua 23 25 * *mobile* version only. If you're porting pjsua to new mobile … … 28 30 "--use-cli", 29 31 "--no-cli-console", 32 #if defined(PJ_SYMBIAN) && PJ_SYMBIAN 33 /* Can't reuse address on E52 */ 34 "--cli-telnet-port=0", 35 #else 30 36 "--cli-telnet-port=2323", 31 "--no-vad", 37 #endif 32 38 "--quality=4", 33 39 #if defined(PJ_CONFIG_BB10) && PJ_CONFIG_BB10 … … 36 42 NULL }; 37 43 44 #define pjsua_app_def_argc (PJ_ARRAY_SIZE(pjsua_app_def_argv)-1) 45 38 46 39 47 #endif /* __PJSUA_APP_CONFIG_H__ */
Note: See TracChangeset
for help on using the changeset viewer.