res_pjsip: Add support for building against pjproject with SIP transaction group...
authorJoshua Colp <jcolp@digium.com>
Sat, 16 Nov 2013 13:51:04 +0000 (13:51 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 16 Nov 2013 13:51:04 +0000 (13:51 +0000)
commit1b14a78d14baf473f594e40a5278cf0e0a70e639
tree65d177ed0fb8f994e9671156af4364fc266e8180
parent7950118e1895883cfb44d7aacff013d2f759920b
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
configure
configure.ac
include/asterisk/autoconfig.h.in
res/res_pjsip/pjsip_distributor.c