mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2026-07-04 19:11:47 +00:00
tests in progress
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user