]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_registration.c: Add a serializer shutdown group. 91/691/4
authorRichard Mudgett <rmudgett@digium.com>
Fri, 19 Jun 2015 23:27:24 +0000 (18:27 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 26 Jun 2015 18:44:20 +0000 (13:44 -0500)
commit0ec461a637ecfdd641cd9a9ce62b766472acde46
treeded398698d14f886dd9c81f8cabf939e963250b8
parent0a1700d286ad130ab29ce70e8b291fa1f2f567a7
res_pjsip_outbound_registration.c: Add a serializer shutdown group.

The client_state objects contain a serializer used to send the outbound
REGISTER messages.  Once all those message transactions are complete then
the module can shutdown.

ASTERISK-24907 #close
Reported by: Kevin Harwell

Change-Id: Ibb2fe558f98190f2a06da830e0fadfa25516f547
res/res_pjsip_outbound_registration.c