]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add support for building against pjproject with SIP transaction group...
authorJoshua Colp <jcolp@digium.com>
Sat, 16 Nov 2013 13:44:47 +0000 (13:44 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 16 Nov 2013 13:44:47 +0000 (13:44 +0000)
commit18a2f38b76eea80adbca8c95efe7858ccf4ec114
tree4b57f53092381fd0072ff9037dabd0304380bbb7
parentb72cc1c96fe94a960851a591d3f73dbfc30c3a77
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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@402864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configure
configure.ac
include/asterisk/autoconfig.h.in
res/res_pjsip/pjsip_distributor.c