mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-14 20:09:20 +01:00
Resize CallLog SessionID to align with tr104
This commit is contained in:
parent
4ad900a9bb
commit
293aabb479
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue