res_pjsip_outbound_registration: Fix race condition when reloading and listing regist...
authorJoshua Colp <jcolp@digium.com>
Thu, 15 Jan 2015 12:10:22 +0000 (12:10 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 15 Jan 2015 12:10:22 +0000 (12:10 +0000)
commit1e605d950bfe7c7b20fd72bdcfca41bbcbfc7470
tree1500117187164d3a939fe4c525d721d119731f03
parentf11fb7620540518192bb180c12e6d5b5d5d034a7
res_pjsip_outbound_registration: Fix race condition when reloading and listing registrations.

Due to the split of outbound registration state from configuration it is possible during
a reload for a "pjsip show registrations" CLI command to be executed which gets an older
snapshot of the configuration. This configuration may include outbound registrations which
have been removed due to a reload operation occurring at the same time. The code for
printing the outbound registration did not take this into account but now it does.

AST-1506 #close

Review: https://reviewboard.asterisk.org/r/4338/
........

Merged revisions 430664 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_outbound_registration.c