[sr-dev] [kamailio/kamailio] 180 Ringing without Contact with TOPOS enabled (#1720)

Barry Flanagan notifications at github.com
Wed Jun 3 14:16:55 CEST 2020


We are seeing the same issue here with 183 replies not getting forwarded if theyu lack a Contact header. Is there a reason this is explicitly excluded from the 1xx replies:

```
if(msg->first_line.u.reply.statuscode>=100
					&& msg->first_line.u.reply.statuscode<200
					&& msg->first_line.u.reply.statuscode!=183) {
				/* provisional response with no mandatory contact header */
				return 0;
			}
```

Thanks


-- 
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/1720#issuecomment-638158699
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200603/71016235/attachment-0001.html>


More information about the sr-dev mailing list