changeset 256:63252528a56c

sip-out: add CDR log line
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 15 Aug 2023 10:11:51 -0800
parents b0bf167bb846
children cb440d003976
files sip-out/call_setup.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sip-out/call_setup.c	Tue Aug 15 00:23:03 2023 -0800
+++ b/sip-out/call_setup.c	Tue Aug 15 10:11:51 2023 -0800
@@ -168,4 +168,6 @@
 	send_call_proceeding(call);
 	call->overall_state = OVERALL_STATE_GSM_RTP;
 	call->mncc_state = MNCC_STATE_MO_PROC;
+	syslog(LOG_INFO, "Outbound call from %s to %s", call->from_user,
+		call->to_uri);
 }