<div dir="ltr"><div>Hello all.  Quick  question.  We successfully configured db functionality using Postgres to support HA, which is working quite well.  The one anomaly we see is that when in a conference and the originator would like to add a member, originator sends a &quot;Refer&quot; to Fs conference server.  That triggers FS conf to generate &quot;Notify&#39;s&quot; that are sent just after the &quot;Refer&quot; with a sipfrag 100/Trying and it&#39;s sipfrag 200/Ok response.  This functionality works with sqlite, but not with Postgres.  Any ideas on what we maybe missing?  Below describes the messages flow.  <br>
<br></div><div>Member A joins FS conference<br></div><div>Member A would like member B to join so member A sends a &quot;Refer&quot; to FS conference server requesting conference server to invite member B. <br></div><div>
FS conference server sends invite to member B<br></div><div>FS conference server sends member A a &quot;Notify&quot; with sipfrag 100/Trying  (this does not happen now)<br></div><div>FS conference server sends member B and invite per the &quot;Refer&quot; sent to it<br>
</div><div>(normal call flow for member B continues as he/she joins)<br></div><div>FS conference server sends member A a &quot;Notify&quot; with sipfrag 200/Ok (this does not happen)<br></div></div>