]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: config option 'timers' can't be set to 'no' 62/562/1
authorKevin Harwell <kharwell@digium.com>
Mon, 6 Apr 2015 19:23:57 +0000 (19:23 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 1 Jun 2015 20:49:40 +0000 (15:49 -0500)
commit1e98fcac6b13a32731d3691ee5df166550b58c48
treee29f796bcd2a06340e11f717dfd0482a353eb197
parentb81353a0ecfa1e31b1326348731f21ab89597a64
res_pjsip: config option 'timers' can't be set to 'no'

When setting the configuration option 'timers' equal to 'no' the bit flag was
not properly negated. This patch clears all associated flags and only sets the
specified one. pjsip will handle any necessary flag combinations. Also went
ahead and did similar for the '100rel' option.

ASTERISK-24910 #close
Reported by: Ray Crumrine
Review: https://reviewboard.asterisk.org/r/4582/
........

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

Change-Id: Ibbc25d4592aabf7596ef473447d630961f88c217
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c