Ignore:
Timestamp:
Jun 2, 2008 6:30:15 PM (16 years ago)
Author:
nanang
Message:

More ticket #61: enabled SRTP on Symbian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/symbian_ua.cpp

    r1973 r1979  
    2727#define SIP_PORT        5060 
    2828#define USE_ICE         0 
     29#define USE_SRTP        PJSUA_DEFAULT_USE_SRTP 
    2930 
    3031static RSocketServ aSocketServer; 
     
    303304    cfg.max_calls = 2; 
    304305    cfg.thread_cnt = 0; // Disable threading on Symbian 
    305     //cfg.use_srtp = 0; 
    306     //cfg.srtp_secure_signaling = 0; 
     306    cfg.use_srtp = USE_SRTP; 
     307    cfg.srtp_secure_signaling = 0; 
    307308 
    308309    cfg.cb.on_incoming_call = &on_incoming_call; 
Note: See TracChangeset for help on using the changeset viewer.