proper selection of account-level carrier with default routing (#63) (#64)

* update node image to the latest and most secure (#61)

Co-authored-by: Guilherme Rauen <g.rauen@cognigy.com>

* #62: dont modify refer-to host unless we have a dns name as outbound gateway

* added some tests and cleanup

* update drachtio-srf to latest

* gh action use node lts version

* revert and use node 18.x
This commit is contained in:
Dave Horton
2022-11-27 16:40:04 -05:00
committed by GitHub
parent cf239ca7fa
commit ebcd0ce4a2
9 changed files with 1842 additions and 1512 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- run: npm run jslint
- run: npm test