So, on kamailio2, you get the BYE and because the dialog is not found in memory, you do the dlg_db_load_callid() via route[FOREIGN_DIALOG]? Or is another logic calling route[FOREIGN_DIALOG]?

Why do you send 200ok for BYE via sl_send_reply("200","OK")? Shouldn't it be relayed and the reply be sent by caller or callee?

Do you call dlg_manage() after the call is loaded from db?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.