Hi benny, I am finding a way to save pjsip dialog information to external and restore dialogs if needed. Like below: pj_status_t pjsip_dlg_store_connected(pjsip_dialog *dlg, char * buf, int * buf_size) copies all parameters from a given dialog to a given buffer. This buffer should be supplied when restoring the dialog. pj_status_t pjsip_dlg_restore_connected(pjsip_user_agent *ua, char * buf, int buf_size, pjsip_dialog **p_dlg) restores all parameters from a given buffer. The dialog will assume the connected state. Could you give me some guideline to implement this? It will be great to add HA feature into pjsip stack when using UDP transport. regards, Gang On Sun, Oct 5, 2008 at 11:39 AM, Gang Liu <gangban.lau at gmail.com> wrote: > > If app crash, how can? > > at my test env, app using pjsip stack will using more and more memory when we let database response slowly.That means more sip transaction, dialog will be inside sip stack. And app wouldn't release the memory back to os when call gen is stopped. > > I know in real setup, call center traffic is much lower.Just find a solution to work around memory issue before I find the reason. > > > On Sun, Oct 5, 2008 at 3:10 AM, Sa?l Ibarra <saghul at gmail.com> wrote: >> >> In that case I would use HA in the server... >> >> >> >> -- >> Sa?l -- "Nunca subestimes el ancho de banda de un cami?n lleno de disketes." >> ---------------------------------------------------------------- >> http://www.saghul.net/ >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip at lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >