Re: Multihomed server not handling dialog's BYE

xf han via sr-users <[email protected]> Thu, 02 Jul 2026 01:53:15 -0000
Newsgroups gmane.comp.voip.ser
Message-ID <[email protected]>
# ==========================================
# ROUTE RISPOSTE DA ASTERISK
# ==========================================
onreply_route[REPLY_FROM_ASTERISK] {
	xlog("L_INFO", "REPLY_FROM_ASTERISK: Ricevuto $rs da Asterisk per CallId $ci\n");

	# Sostituiamo il Contact SENZA l'utente ($tU), inserendo solo l'FQDN
	# remove_hf("Contact");
	# insert_hf("Contact: <sip:SBC_FQDN:SIPS_PORT;transport=tls>\r\n", "To");
	
        set_contact_alias();


	remove_hf("Server");
	insert_hf("Server: SBC-Montefato\r\n", "To");	

#!ifdef WITH_RTPENGINE
	# Gestione RTP standard per le risposte di Asterisk
	if (sdp_content()) {
		rtpengine_manage("replace-origin replace-session-connection ICE=remove direction=interf_lan direction=interf_dmz SRTP strip-rtcp");
	}
#!endif
}
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the sender!