diff sip-in/call_clear.c @ 114:a30c25fb4c2f

sip-in: generate CDR syslog entries
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 22:41:16 -0800
parents bfc97065bf51
children 3a1f0e13a3ac
line wrap: on
line diff
--- a/sip-in/call_clear.c	Wed Sep 28 19:08:13 2022 -0800
+++ b/sip-in/call_clear.c	Wed Sep 28 22:41:16 2022 -0800
@@ -55,7 +55,7 @@
 		if (call->overall_state == OVERALL_STATE_DEAD_SIP &&
 		    call->sip_clear_time >= cur_event_time.tv_sec) {
 			*pp = call->next;
-			syslog(LOG_INFO, "call in%06u cleared",
+			syslog(LOG_INFO, "Call in%06u finished",
 				call->in_tag_num);
 			free(call);
 			continue;