Without seeing the sip traffic, it is hard to figure out what is going wrong. Instead of
the pcap file, you can grab the sip traffic with ngrep, like:
```
ngrep -d any -qt -W byline port 5060
```
Then replace the IP addresses and other sensitive tokens with generic values, so you can
share it here.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1005#issuecomment-281586416