Skip to content

Commit

Permalink
Increase the static buffer size where the dialog info gets printed to
Browse files Browse the repository at this point in the history
Since we also have the SDP going there, that can grow pretty large ( in webrtc context )
  • Loading branch information
vladpaiu committed Nov 13, 2023
1 parent cd1c28a commit 2e4495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dialog/dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ int pv_set_dlg_timeout(struct sip_msg *msg, pv_param_t *param,
return 0;
}

#define DLG_CTX_JSON_BUFF_SIZE 8192
#define DLG_CTX_JSON_BUFF_SIZE 32768
#define DEC_AND_CHECK_LEN(_curr,_size) \
do { \
_curr-=_size; \
Expand Down

0 comments on commit 2e4495b

Please sign in to comment.