TT#97150 increase length of src/dst-leg

Avoids truncated strings from Kamailio. This length is in line with what
we have in mr8.5+.

Change-Id: I3ea02012c674fb595dfa1071c81039ca7e8df25a
mr7.5.7
Richard Fuchs 6 years ago
parent b8fd3e0fce
commit be4c12d704

@ -75,8 +75,8 @@ typedef enum {
typedef struct {
char src_leg[256];
char dst_leg[256];
char src_leg[1024];
char dst_leg[1024];
char sip_code[4];
char sip_reason[32];
char callid[256];

Loading…
Cancel
Save