<div dir="ltr">Hi, <div><br></div><div>As I understand, freeswitch can handle re-invites. Ok till here, but, is there any scenario where freeswitch will send a re-invite proactively ?</div><div><br></div><div>I&#39;m facing the following problem:</div><div><br></div><div>Inbound call, from a random person to one of our numbers.</div><div>Call from: +1706288XXXX (random caller)<br></div><div>Call to: +1407602XXXX (our number)</div><div><br></div><div><br></div><div>This is the diagram:</div><div><br></div><div><img src="cid:ii_itdncwym0_1574f76545b046b6" width="534" height="677" style="margin-right: 0px;"><br><br></div><div><br></div><div>For some reason, after X amount of time, FreeSWITCH sends out an INVITE. I don&#39;t understand the reason. I have checked and there are no session-timers in the initial request that could trigger it.</div><div><br></div><div>The problem is not the re-invite, the problem is that the CDR for this call is messed up, because the sip_from_user ends up being the callee, and the sip_to_user ends up being the caller.</div><div><br></div><div>I use a script to pull full XML cdrs from our database... The CDR for this call has the following:</div><div><br></div><div><div>$ ./get_cdr_by_uuid.py &#39;1367e1db-2df4-4c97-8b23-304f85493315&#39; | grep -i -e sip_from_user -e sip_to_user</div><div>    &lt;sip_from_user_stripped&gt;17062886161&lt;/sip_from_user_stripped&gt;</div><div>    &lt;sip_from_user&gt;%2B14076027616&lt;/sip_from_user&gt;</div><div>    &lt;sip_to_user&gt;%2B17062886161&lt;/sip_to_user&gt;</div><div>$</div></div><div><br></div><div>As you can see, the sip_to_user, is the caller, (and this is probably because of the re-invite from FS to the client). Also, isn&#39;t it weird that the sip_from_user_stripped still has the original caller correctly, but the sip_from_user is updated with the original callee?</div><div><br></div><div><br></div><div>I don&#39;t know if what can be happening.</div><div><br></div><div>This is happening on FS v1.6.10.</div><div><br></div><div>I have servers on older versions, I&#39;m trying to reproduce to see if it is related to that specific version of FS.</div><div><br></div><div>I&#39;m also trying to get debug logs, which I currently don&#39;t have (because they are disabled in prod).</div><div><br></div><div><br></div><div>Any initial ideas?</div><div><br></div><div>I think this might be a config setting or something, if it seems like a bug or similar I&#39;m happy to open a JIRA.</div><div><br></div><div><br></div><div>Thanks, </div><div>Joel.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>