Skip to content
Snippets Groups Projects
Commit 317b7317 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: bump pjproject

Change-Id: I722fa1fd4197fed4fd52be25cc03eb57f245eee6
parent b94b5ff5
No related branches found
No related tags found
No related merge requests found
From e657b352dba5b23c82fa29028e7ff4eb19a7dd50 Mon Sep 17 00:00:00 2001
From: jrun <darwinskernel@gmail.com>
Date: Thu, 27 Feb 2020 13:44:47 -0500
Subject: [PATCH 9/9] add config site
---
pjlib/include/pj/config_site.h | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 pjlib/include/pj/config_site.h
diff --git a/pjlib/include/pj/config_site.h b/pjlib/include/pj/config_site.h
new file mode 100644
index 000000000..7b8ea2561
--- /dev/null
+++ b/pjlib/include/pj/config_site.h
@@ -0,0 +1,26 @@
+#include "config_site_sample.h"
+
+/*
+* PJLIB settings.
+*/
+#define PJ_HAS_IPV6 1
+#define PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION 1
+
+/*
+* PJSIP settings.
+*/
+#define PJSIP_MAX_PKT_LEN 8000
+#define PJSIP_TRANSPORT_SERVER_IDLE_TIME 3
+
+/*
+* PJNAT settings.
+*/
+#define PJ_ICE_MAX_CAND 256
+#define PJ_ICE_ST_MAX_CAND 32
+#define PJ_ICE_MAX_STUN 6
+#define PJ_ICE_MAX_TURN 4
+#define PJ_ICE_COMP_BITS 5
+#define PJ_ICE_MAX_CHECKS 1024
+/* Set permanent permissions on the TURN
+ server for all peer candidates */
+#define PJ_ICE_ST_USE_TURN_PERMANENT_PERM PJ_TRUE
--
2.25.1
272598c9a8fa1f1b7c7d68b5554759dcc2b7b6f578dba2348b836561d18da0bb3bd466e59f3911ae51e2b68423f3da6e43ab4bf35f836135188e67457d156fc1 pjproject-311bd018fc07aaf62d4c2d2494e08b5ee97e6846.tar.gz
a433d3f83a410745b5cab445a0c86da2e7a48ecde68454264a335768a2fe8ff8c822f236e4f0c757104d54220cdebeb8b4fad2dacc7b71fc3e4a59e943dbb6b7 pjproject-d044ad6c5b4221648c555da16196804e4721299c.tar.gz
{
"name": "pjproject",
"version": "311bd018fc07aaf62d4c2d2494e08b5ee97e6846",
"version": "d044ad6c5b4221648c555da16196804e4721299c",
"url": "https://github.com/savoirfairelinux/pjproject/archive/__VERSION__.tar.gz",
"deps": ["gnutls"],
"patches": [
"0009-add-config-site.patch",
"0001-win-config.patch",
"0002-win-vs-gnutls.patch"
],
......
# PJPROJECT
PJPROJECT_VERSION := 311bd018fc07aaf62d4c2d2494e08b5ee97e6846
PJPROJECT_VERSION := d044ad6c5b4221648c555da16196804e4721299c
PJPROJECT_URL := https://github.com/savoirfairelinux/pjproject/archive/${PJPROJECT_VERSION}.tar.gz
PJPROJECT_OPTIONS := --disable-sound \
......@@ -42,7 +42,6 @@ $(TARBALLS)/pjproject-$(PJPROJECT_VERSION).tar.gz:
pjproject: pjproject-$(PJPROJECT_VERSION).tar.gz .sum-pjproject
$(UNPACK)
$(APPLY) $(SRC)/pjproject/0009-add-config-site.patch
ifdef HAVE_ANDROID
$(APPLY) $(SRC)/pjproject/0001-android.patch
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment