<div dir="ltr">Hi<div><br></div><div>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...<br><div><br></div><div><div>####### Routing Logic ########</div><div><br></div><div># main request routing logic</div><div>    route {</div><div><span class="" style="white-space:pre">        </span># log the basic info regarding this call</div><div>    xlog(&quot;L_DBG&quot;, &quot;$ci|start|recieved $oP request $rm $ou&quot;);</div><div>    xlog(&quot;L_DBG&quot;, &quot;$ci|log|source $si:$sp&quot;);</div><div>    xlog(&quot;L_DBG&quot;, &quot;$ci|log|from $fu&quot;);</div><div>    xlog(&quot;L_DBG&quot;, &quot;$ci|log|to $tu&quot;);</div><div><br></div><div>if(is_method(&quot;OPTIONS&quot;)) {</div><div>            # send reply for each options request</div><div>            sl_send_reply(&quot;200&quot;, &quot;ok&quot;);</div><div>            exit();</div><div>       <span class="" style="white-space:pre">        </span>}</div><div>       <span class="" style="white-space:pre">        </span>else if (!mf_process_maxfwd_header(&quot;10&quot;)) {</div><div>               <span class="" style="white-space:pre">        </span>sl_send_reply(&quot;483&quot;,&quot;Too Many Hops&quot;);</div><div>               <span class="" style="white-space:pre">        </span>exit;</div><div>       <span class="" style="white-space:pre">        </span>}</div></div></div></div>