Resize CallLog SessionID to align with tr104

This commit is contained in:
Wenpeng Song 2022-12-09 10:19:03 +00:00 committed by Vivek Kumar Dutta
parent 4ad900a9bb
commit 293aabb479

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