tests in progress

This commit is contained in:
Dave Horton
2019-08-17 14:34:34 -04:00
parent 785e992107
commit 537d6a9eaf
7 changed files with 36 additions and 13 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ obj.sippUac = (file, bindAddress) => {
'sbc'
];
if (bindAddress) args.splice(args.length - 2, 0, '-i', bindAddress);
if (bindAddress) args.splice(5, 0, '--ip', bindAddress);
clearOutput();