while reading rtpproxy module readme, i found this kind of example:

    if (is_method("INVITE")) {
        if (has_sdp()) {
            if (rtpproxy_offer())
                t_on_reply("1");
        } else {
            t_on_reply("2");
        }
    }
    if (is_method("ACK") && has_sdp())
        rtpproxy_answer();

does has_sdp() function really exist?  it is not listed on wiki page:

http://www.kamailhttp://www.kamailio.org/wiki/alphaindexes/3.4.x/modfunctions#h

-- juha

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to