]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Modify sip_setoption to not complain about unknown options.
authorJeff Peeler <jpeeler@digium.com>
Fri, 29 Oct 2010 21:48:38 +0000 (21:48 +0000)
committerJeff Peeler <jpeeler@digium.com>
Fri, 29 Oct 2010 21:48:38 +0000 (21:48 +0000)
commitda39c33809a6b156dc4aeafa1e91cef2826e2beb
tree9e34ec7f959add9ceb104b10c2f345350ebc5500
parente90dbe296393169423c0b95d25b47d0f14a62372
Modify sip_setoption to not complain about unknown options.

This now behaves just like the other setoption callbacks. For the curious the
offending option for the reporter was AST_OPTION_CHANNEL_WRITE which was getting
passed due to a fix for chan_local in 286189.

(closes issue #17985)
Reported by: globalnetinc

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