Skip to content

Commit 07e5464

Browse files
authoredSep 12, 2022
Increased event handlers SIP logging buffer size (#3060)
1 parent 11247a6 commit 07e5464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/janus_sip.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ static void janus_sip_parse_custom_contact_params(json_t *root, char *custom_par
16551655
/* Sofia SIP logger function: when the Event Handlers mechanism is enabled,
16561656
* we use this to intercept SIP messages sent by the stack (received
16571657
* messages are more easily recoverable in janus_sip_sofia_callback) */
1658-
char sofia_log[2048];
1658+
char sofia_log[3072];
16591659
char call_id[255];
16601660
gboolean skip = FALSE, started = FALSE, append = FALSE;
16611661
static void janus_sip_sofia_logger(void *stream, char const *fmt, va_list ap) {

0 commit comments

Comments
 (0)
Please sign in to comment.