added support for sip:request verb, used to send SIP INFO/NOTIFY etc during call (#116)

This commit is contained in:
Dave Horton
2022-06-15 13:31:32 -04:00
committed by GitHub
parent 05d6c8d467
commit 12ad7e556f
10 changed files with 236 additions and 0 deletions

View File

@@ -123,6 +123,18 @@ services:
fs:
ipv4_address: 172.38.0.63
webhook-sip-info:
image: jambonz/webhook-test-scaffold:latest
environment:
APP_PATH: /tmp/info.json
ports:
- "3104:3000/tcp"
volumes:
- ./test-apps:/tmp
networks:
fs:
ipv4_address: 172.38.0.64
influxdb:
image: influxdb:1.8
ports: