All reloads (for all modules) were designed to not impact server functionality in any way. During a reload, the old data is used until the new data is ready. When new data is ready, the swap is performed "atomically" and then the old data is discarded.
-ovidiu On Mon, Mar 1, 2021 at 11:58 AM Liviu Chircu <[email protected]> wrote: > > On 01.03.2021 18:54, solarmon wrote: > > However, what is the impact on active sessions/dialogs when dispatcher > > is reloaded? > > None at all - the dispatcher failover chains are already built as AVPs > for each ongoing call. Reloading the dispatcher will only affect the > creation of *new* sessions, not existing ones. > > > Can this be done without impacting active sessions/dialogs? > > Yes. > > -- > Liviu Chircu > www.twitter.com/liviuchircu | www.opensips-solutions.com > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users -- VoIP Embedded, Inc. http://www.voipembedded.com _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
