# HG changeset patch # User Mychaela Falconia # Date 1692085256 28800 # Node ID 27408ac6e8633f8df3a48de751bfc9bebef08993 # Parent e980fe9c186cda3b6d69ed009b4125055b12616a sip-in: consistent CDR logs for statelessly rejected calls diff -r e980fe9c186c -r 27408ac6e863 sip-in/invite_init.c --- a/sip-in/invite_init.c Mon Aug 14 23:38:24 2023 -0800 +++ b/sip-in/invite_init.c Mon Aug 14 23:40:56 2023 -0800 @@ -231,7 +231,8 @@ /* check if GSM service is up */ rc = connect_gsm_mtcall(); if (rc < 0) { -gsm_offline: syslog(LOG_INFO, "Down-call from %s to %s", cdr_str, uri_user); +gsm_offline: syslog(LOG_INFO, "Call from %s to %s: system is down", cdr_str, + uri_user); if (hval) syslog(LOG_INFO, "Down-call PAI: %.100s", hval); start_response_out_msg(&resp, "480 GSM service is offline");