I am extremely new at this, but trying to set up TLS with a carrier.  TLS 
connection is good, Invite goes out, we get the 100 and the 200, but subsequent 
messages (ACK and BYE) are being sent with UDP and I cannot figure out how to 
get them to maintain the TLS transport.  Any suggestions?  I think this is the 
section I'm looking for.

# Manage incoming replies in transaction context
onreply_route[MANAGE_REPLY] {
        xdbg("incoming reply\n");

        if(status=~"[12][0-9][0-9]") {
                route(NATMANAGE);
        }
        if (has_body("application/sdp")) {
                xdbg("rtpengine_manage loop-protect MANAGE_REPLY");
                #rtpengine_manage("loop-protect");
        }
}
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions
To unsubscribe send an email to sr-users-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!
Edit mailing list options or unsubscribe:

Reply via email to