bugfix: support looking up application by regex in addition to exact phone number match

This commit is contained in:
Dave Horton
2021-12-20 15:37:21 -05:00
parent c9e2a162c2
commit d38e77c06c
4 changed files with 22 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
"jslint": "eslint app.js lib"
},
"dependencies": {
"@jambonz/db-helpers": "^0.6.15",
"@jambonz/db-helpers": "^0.6.16",
"@jambonz/mw-registrar": "^0.2.1",
"@jambonz/realtimedb-helpers": "^0.4.10",
"@jambonz/stats-collector": "^0.1.5",