Skip to content

Commit

Permalink
uac: increase UAC message size to 32kbytes
Browse files Browse the repository at this point in the history
  • Loading branch information
armenfirespotter committed Nov 8, 2017
1 parent 54e3ce2 commit 189630e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/uac/uac_send.c
Expand Up @@ -42,7 +42,7 @@
#include "uac_send.h"

#define MAX_UACH_SIZE 2048
#define MAX_UACB_SIZE 4086
#define MAX_UACB_SIZE 32768
#define MAX_UACD_SIZE 128

/** TM bind */
Expand Down Expand Up @@ -823,4 +823,4 @@ int w_uac_req_send(struct sip_msg *msg, char *s1, char *s2)
int ki_uac_req_send(sip_msg_t *msg)
{
return uac_req_send();
}
}

0 comments on commit 189630e

Please sign in to comment.