Skip to content

Commit 2584140

Browse files
committed
Don't allow SIP URI without username in configuration.uri.
1 parent ce49a9a commit 2584140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UA.js

+2
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,8 @@ UA.configuration_check = {
880880

881881
if(!parsed) {
882882
return;
883+
} else if(!parsed.user) {
884+
return;
883885
} else {
884886
return parsed;
885887
}

0 commit comments

Comments
 (0)