FreeCalypso > hg > themwi-system-sw
changeset 115:1bbe57df74f6
sip-in: syslog line mapping in-tag to mtcall socket callref
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 28 Sep 2022 22:54:57 -0800 |
parents | a30c25fb4c2f |
children | 3a1f0e13a3ac |
files | sip-in/call_setup.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sip-in/call_setup.c Wed Sep 28 22:41:16 2022 -0800 +++ b/sip-in/call_setup.c Wed Sep 28 22:54:57 2022 -0800 @@ -69,4 +69,6 @@ send_mncc_to_gsm(&setup_msg, sizeof(struct gsm_mncc)); call->overall_state = OVERALL_STATE_CALL_GSM; call->mncc_state = MNCC_STATE_STARTED; + syslog(LOG_DEBUG, "Call in%06u mapped to socket callref 0x%x", + call->in_tag_num, call->mncc_callref); }