<div dir="ltr"><div>Hi,</div><div><br></div><div>I am new to opensips, just register two softphones with opensips. When I call from one softphone to another  I see double entries in syslog files for single invite. </div><div><br></div><div><b>Aug 13 14:53:09 debian ./opensips[18201]: [14048009000:14048009000]: Received first(Inital) &#39;INVITE&#39; setting time variable &#39;143949<br>1989&#39;</b><br>Aug 13 14:53:09 debian ./opensips[18201]: new branch at sip:14048009000@182.176.103.109:38154;rinstance=4a65a4a245ba6625;transport=UDP<br><b>Aug 13 14:53:09 debian ./opensips[18201]: [14048009000:14048009000]: Received first(Inital) &#39;INVITE&#39; setting time variable &#39;1439491989&#39;</b><br>Aug 13 14:53:09 debian ./opensips[18201]: new branch at sip:14048009000@182.176.103.109:38154;rinstance=4a65a4a245ba6625;transport=UDP<br>Aug 13 14:53:09 debian ./opensips[18201]: incoming reply<br>Aug 13 14:53:09 debian ./opensips[18201]: incoming reply<br>Aug 13 14:53:09 debian ./opensips[18201]: incoming reply<br>Aug 13 14:53:09 debian ./opensips[18201]: incoming reply<br>Aug 13 14:53:13 debian ./opensips[18201]: incoming reply<br>Aug 13 14:53:13 debian ./opensips[18201]: ACC: transaction answered: timestamp=1439491993;method=INVITE;from_tag=ca680c0f;to_tag=cb501101;call_id=SiFo2KJ8f5SUA1em86luzA<br>..;code=200;reason=OK<br>Aug 13 14:53:13 debian ./opensips[18201]: incoming reply<br>Aug 13 14:53:13 debian ./opensips[18201]: ACC: transaction answered: timestamp=1439491993;method=INVITE;from_tag=ca680c0f;to_tag=cb501101;call_id=SiFo2KJ8f5SUA1em86luzA<br>..;code=200;reason=OK<br>Aug 13 14:53:15 debian ./opensips[18202]: ACC: transaction answered: timestamp=1439491995;method=BYE;from_tag=ca680c0f;to_tag=cb501101;call_id=SiFo2KJ8f5SUA1em86luzA..;<br>code=200;reason=OK<br>Aug 13 14:53:15 debian ./opensips[18202]: ACC: transaction answered: timestamp=1439491995;method=BYE;from_tag=ca680c0f;to_tag=cb501101;call_id=SiFo2KJ8f5SUA1em86luzA..;<br>code=200;reason=OK</div><div><br></div><div>Using very basic opensips script with invite section.</div><div><br></div><div>if (is_method(&quot;INVITE&quot;)) {<br>                xlog(&quot;L_NOTICE&quot;, &quot;[$rU:$rU]: Received first(Inital) &#39;$rm&#39; setting time variable &#39;$Ts&#39;   \n&quot;);<br>                setflag(ACC_DO); # do accounting<br>        }</div><div><br></div><div>Why invite line is printed double times in syslog and also accounting logs. </div><div><br></div><div>Taking sip trace confirms me, there is only one invite packet. </div><div><br></div><div>Any help would be much appreciated. </div><div>Thanks</div><div><br><br><b></b><br></div></div>