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, view it on GitHub, or unsubscribe.