https://github.com/elasticrash/drachtio_331
https://github.com/elasticrash/drachtio_331
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elasticrash/drachtio_331
- Owner: elasticrash
- Created: 2024-01-22T10:33:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T11:01:03.000Z (over 1 year ago)
- Last Synced: 2025-01-02T18:47:29.823Z (4 months ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a repository to specifically for reproducing an issue in drachtio-server
## Files
* docker-compose-local.yaml : runs drachtio server with `--contact "sip:172.29.0.10;transport=udp"`
* docker-compose-star.yaml : runs drachtio server with `--contact "sip:*;transport=udp"`* js-app.Dockerfile : container for the application logic for both proxy and destination
* package.json
* package-lock.json* src : source files
* ttg : a small rust ua like app that fires an INVITE every x (configurable) amount of seconds at the proxy
* ua.Dockerfile : container for the INVITE firing ua app
* logs: some part of the docker logs that point out the issue## Execution
* docker-compose -f docker-compose-local.yaml up --build
* docker-compose -f docker-compose-star.yaml up --build## logs
* star.out line 116 `drsip-destination-srf-1 | INVITE sip:[email protected];transport=UDP SIP/2.0`
* local.out line 117 `INVITE sip:[email protected]:5060 SIP/2.0`