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 )

(cherry picked from commit 1a3ff9b)
  • Loading branch information
vladpaiu committed Nov 13, 2023
1 parent 8738c5c commit 562f227
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 @@ -1887,7 +1887,7 @@ int pv_set_dlg_deldelay(struct sip_msg *msg, pv_param_t *param,
}


#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 562f227

Please sign in to comment.