- Timestamp:
- Jun 2, 2008 6:30:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/symbian_ua.cpp
r1973 r1979 27 27 #define SIP_PORT 5060 28 28 #define USE_ICE 0 29 #define USE_SRTP PJSUA_DEFAULT_USE_SRTP 29 30 30 31 static RSocketServ aSocketServer; … … 303 304 cfg.max_calls = 2; 304 305 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; 307 308 308 309 cfg.cb.on_incoming_call = &on_incoming_call;
Note: See TracChangeset
for help on using the changeset viewer.