We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 971aae8 + 1ad3e49 commit 37b9124Copy full SHA for 37b9124
pjsip-apps/src/swig/java/sample.java
@@ -97,14 +97,14 @@ private static void runWorker() {
97
accCfg.setIdUri("sip:localhost");
98
account = app.addAcc(accCfg);
99
100
- accCfg.setIdUri("sip:301@pjsip.org");
+ accCfg.setIdUri("sip:test@pjsip.org");
101
AccountSipConfig sipCfg = accCfg.getSipConfig();
102
AuthCredInfoVector ciVec = sipCfg.getAuthCreds();
103
ciVec.add(new AuthCredInfo("Digest",
104
"*",
105
- "301",
+ "test",
106
0,
107
- "pw301"));
+ "passwd"));
108
109
StringVector proxy = sipCfg.getProxies();
110
proxy.add("sip:pjsip.org;transport=tcp");
0 commit comments