updates to latest drachtio-srf and drachtio-fsmrf

This commit is contained in:
Dave Horton
2022-05-15 13:52:46 -04:00
parent c3e5ffa52d
commit 9e14f88d07
4 changed files with 401 additions and 1171 deletions

View File

@@ -1,4 +1,4 @@
const test = require('blue-tape');
const test = require('tape');
const { output, sippUac } = require('./sipp')('test_sbc-inbound');
const debug = require('debug')('drachtio:sbc-inbound');
const clearModule = require('clear-module');