Revert "feat send options ping for sip gateway (#273)"

This reverts commit a4792a521f.
This commit is contained in:
Dave Horton
2024-04-06 13:27:32 -04:00
parent 187a428a75
commit 0ff3d22faf
4 changed files with 15 additions and 29 deletions

View File

@@ -28,8 +28,7 @@ test('sip gateway tests', async(t) => {
netmask: 32,
inbound: true,
outbound: true,
protocol: 'tcp',
send_options_ping: true,
protocol: 'tcp'
}
});
t.ok(result.statusCode === 201, 'successfully created sip gateway ');
@@ -42,7 +41,6 @@ test('sip gateway tests', async(t) => {
json: true,
});
t.ok(result.length === 1 , 'successfully queried all sip gateways');
t.ok(result[0].send_options_ping === 1 , 'successfully queried all sip gateways');
/* query one sip gateway */
result = await request.get(`/SipGateways/${sid}`, {