|
@@ -42,7 +42,7 @@
|
|
#include "uac_send.h"
|
|
#include "uac_send.h"
|
|
|
|
|
|
#define MAX_UACH_SIZE 2048
|
|
#define MAX_UACH_SIZE 2048
|
|
-#define MAX_UACB_SIZE 4086
|
|
|
|
|
|
+#define MAX_UACB_SIZE 32768
|
|
#define MAX_UACD_SIZE 128
|
|
#define MAX_UACD_SIZE 128
|
|
|
|
|
|
/** TM bind */
|
|
/** TM bind */
|
|
@@ -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)
|
|
int ki_uac_req_send(sip_msg_t *msg)
|
|
{
|
|
{
|
|
return uac_req_send();
|
|
return uac_req_send();
|
|
-}
|
|
|
|
|
|
+}
|