]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix sip_cfg.notifycid to be set with the defined enum values.
authorRichard Mudgett <rmudgett@digium.com>
Mon, 23 Jan 2012 17:33:34 +0000 (17:33 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 23 Jan 2012 17:33:34 +0000 (17:33 +0000)
commitfe7fb3772ba23a388ca5d8075a1c45dc100e6458
tree96fe939c74531f6fed535f57d550e65c74a08bf8
parent8a536e73cbb912d2db6d05932e788991fd91e973
Fix sip_cfg.notifycid to be set with the defined enum values.

The invalid value used when notifycid was enabled was benign.  As far as
the code was concerned -1 and 1 are equivalent.

(closes issue ASTERISK-19232)
Reported by: Eike Kuiper

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@352090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c