From 293aabb479851905e037b6f2d96b5d4bb2ec2f9e Mon Sep 17 00:00:00 2001 From: Wenpeng Song Date: Fri, 9 Dec 2022 10:19:03 +0000 Subject: [PATCH] Resize CallLog SessionID to align with tr104 --- dmtree/tr104/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmtree/tr104/common.h b/dmtree/tr104/common.h index a10a667d..bddf148f 100644 --- a/dmtree/tr104/common.h +++ b/dmtree/tr104/common.h @@ -31,7 +31,7 @@ struct call_log_entry { char start_time[32]; char duration[8]; char termination_cause[32]; - char sessionId[20]; + char sessionId[17]; char SIPSessionId[33]; char sipIpAddress[40]; char farEndIPAddress[40];