Changeset 5467
- Timestamp:
- Oct 21, 2016 7:55:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/pjsua2_demo.cpp
r5313 r5467 126 126 AccountConfig acc_cfg; 127 127 acc_cfg.idUri = "sip:test1@pjsip.org"; 128 acc_cfg.regConfig.registrarUri = "sip: pjsip.org";128 acc_cfg.regConfig.registrarUri = "sip:sip.pjsip.org"; 129 129 acc_cfg.sipConfig.authCreds.push_back( AuthCredInfo("digest", "*", 130 130 "test1", 0, "test1") ); … … 250 250 251 251 accCfg.idUri = "\"Just Test\" <sip:test@pjsip.org>"; 252 accCfg.regConfig.registrarUri = "sip: pjsip.org";252 accCfg.regConfig.registrarUri = "sip:sip.pjsip.org"; 253 253 SipHeader h; 254 254 h.hName = "X-Header";
Note: See TracChangeset
for help on using the changeset viewer.