IP Multimedia Subsystem
Why another setup:
- use modern compose features (like interpolation) for simplicity
- go into a bit more depth of the Kamailio configuration for better understanding
- provide entirely software based playground for testing
As the setup loads and uses kernel module, best to test in VM
docker compose --profile test up -d
For always up to date commands, check out CI configuration
To observe the packets
wireshark -i any --display-filter 'gtpv2 or sip or diameter.cmd.code != 280'