summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2013-11-16 13:51:04 +0000
committerJoshua Colp <jcolp@digium.com>2013-11-16 13:51:04 +0000
commit1b14a78d14baf473f594e40a5278cf0e0a70e639 (patch)
tree65d177ed0fb8f994e9671156af4364fc266e8180 /include/asterisk/autoconfig.h.in
parent7950118e1895883cfb44d7aacff013d2f759920b (diff)
res_pjsip: Add support for building against pjproject with SIP transaction group lock support.
SIP transaction group lock support has been backported into our pjproject. Since the code now internally uses a group lock the code is now changed to unlock it if present. Note that the act of finding the transaction is what actually returns it locked. For further information about group locks check out the wiki page at: http://trac.pjsip.org/repos/wiki/Group_Lock (issue ASTERISK-22818) Reported by: Matt Jordan ........ Merged revisions 402864 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@402865 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index a13df9e9c..31d8efc9a 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -569,6 +569,10 @@
/* Define if your system has the PJPROJECT libraries. */
#undef HAVE_PJPROJECT
+/* Define to 1 if pjsip has the PJSIP Transaction Group Lock Support feature.
+ */
+#undef HAVE_PJ_TRANSACTION_GRP_LOCK
+
/* Define to 1 if your system defines IP_PKTINFO. */
#undef HAVE_PKTINFO