Ignore:
Timestamp:
May 22, 2008 10:49:42 AM (16 years ago)
Author:
bennylp
Message:

Fixed bug with SRTP enabling configuration for PocketPJ application

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pocketpj/PocketPJDlg.cpp

    r1856 r1963  
    257257    acc_cfg.cred_info[0].data = pj_str(passwd); 
    258258 
    259     acc_cfg.use_srtp = (m_Cfg.m_UseStun ? PJMEDIA_SRTP_OPTIONAL : PJMEDIA_SRTP_DISABLED); 
     259    acc_cfg.use_srtp = (m_Cfg.m_UseSrtp ? PJMEDIA_SRTP_OPTIONAL : PJMEDIA_SRTP_DISABLED); 
    260260    acc_cfg.srtp_secure_signaling = 0; 
    261261    acc_cfg.publish_enabled = m_Cfg.m_UsePublish; 
Note: See TracChangeset for help on using the changeset viewer.