Ignore:
Timestamp:
Apr 23, 2013 10:59:52 AM (11 years ago)
Author:
nanang
Message:

Re #1655: Fixes on WM and Symbian due to latest pjsua framework changes.

File:
1 edited

Legend:

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

    r4485 r4492  
    2020#define __PJSUA_APP_CONFIG_H__ 
    2121 
     22#include <pjlib.h> 
     23 
    2224/* This file defines the default app config. It's used by pjsua 
    2325 * *mobile* version only. If you're porting pjsua to new mobile 
     
    2830                                     "--use-cli", 
    2931                                     "--no-cli-console", 
     32#if defined(PJ_SYMBIAN) && PJ_SYMBIAN 
     33                                     /* Can't reuse address on E52 */ 
     34                                     "--cli-telnet-port=0", 
     35#else 
    3036                                     "--cli-telnet-port=2323", 
    31                                      "--no-vad", 
     37#endif 
    3238                                     "--quality=4", 
    3339#if defined(PJ_CONFIG_BB10) && PJ_CONFIG_BB10 
     
    3642                                     NULL }; 
    3743 
     44#define pjsua_app_def_argc (PJ_ARRAY_SIZE(pjsua_app_def_argv)-1) 
     45 
    3846 
    3947#endif  /* __PJSUA_APP_CONFIG_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.