Hi

I have the below but when traffic is coming into my server its not
responding with 200. Opensips is listening server is on Amazon EC2. Please
help...

####### Routing Logic ########

# main request routing logic
    route {
# log the basic info regarding this call
    xlog("L_DBG", "$ci|start|recieved $oP request $rm $ou");
    xlog("L_DBG", "$ci|log|source $si:$sp");
    xlog("L_DBG", "$ci|log|from $fu");
    xlog("L_DBG", "$ci|log|to $tu");

if(is_method("OPTIONS")) {
            # send reply for each options request
            sl_send_reply("200", "ok");
            exit();
        }
        else if (!mf_process_maxfwd_header("10")) {
                sl_send_reply("483","Too Many Hops");
                exit;
        }
_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to