]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
add mutex around gateway access on per-profile basis and token based access to global...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 16 Jun 2011 19:32:08 +0000 (14:32 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 16 Jun 2011 19:32:14 +0000 (14:32 -0500)
commit9df8169d1f3458e0b565a64922a1390ebf324703
treee5f5b5f87b70a7df6897eaff0c93bdccf1fb865f
parentdc61e08e5dd2a4b5295e423c412070ba5b03c333
add mutex around gateway access on per-profile basis and token based access to global profiles to prevent hanging on to the hash mutex while doing sql stmts which may cause issues/slowdowns
src/mod/endpoints/mod_sofia/mod_sofia.c
src/mod/endpoints/mod_sofia/mod_sofia.h
src/mod/endpoints/mod_sofia/sofia.c
src/mod/endpoints/mod_sofia/sofia_glue.c
src/mod/endpoints/mod_sofia/sofia_presence.c
src/mod/endpoints/mod_sofia/sofia_reg.c