mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
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/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434131 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -347,10 +347,11 @@
|
||||
<synopsis>Session timers for SIP packets</synopsis>
|
||||
<description>
|
||||
<enumlist>
|
||||
<enum name="forced" />
|
||||
<enum name="no" />
|
||||
<enum name="required" />
|
||||
<enum name="yes" />
|
||||
<enum name="required" />
|
||||
<enum name="always" />
|
||||
<enum name="forced"><para>Alias of always</para></enum>
|
||||
</enumlist>
|
||||
</description>
|
||||
</configOption>
|
||||
|
Reference in New Issue
Block a user