Resize CallLog SessionID to align with tr104

(cherry picked from commit 293aabb479)
This commit is contained in:
Wenpeng Song 2022-12-09 10:19:03 +00:00
parent e87b25b082
commit b9fe5263f0

View file

@ -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];