Lines Matching defs:dialog
46 * Contains API's which enable/disable transaction or dialog logging,
55 * Needed for dialog/transaction logging.
211 * Enables dialog logging. The flags argument controls the detail
310 * Logs all the messages exchanged within a dialog to the dialog
316 _sip_dialog_t *dialog = (_sip_dialog_t *)obj;
325 assert(dialog != NULL && sip_dialog_logfile != NULL);
330 sip_print_digest(dialog->sip_dlg_id, 8, sip_dialog_logfile);
333 sip_log = &dialog->sip_dlg_log[count];
353 (dialog->sip_dlg_log[count]).sip_msgs = NULL;
361 * Calls the appropriate function to log transaction or dialog messages.
392 * This function records the messages that are exchanged within a dialog or
394 * to the log file just before deleting the transaction or dialog.
405 * have already taken the transaction or dialog lock.