mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
(closes issue #9433)
Reported by: junky Patches: register_trying.diff.txt uploaded by jcmoore Disable sending 100 Trying on REGISTER attempts and make it an option. This has been signed off by oej. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82257 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -81,7 +81,10 @@ SIP changes
|
||||
* Added rtpdest option to CHANNEL() dialplan function.
|
||||
* Added SIPREFERRINGCONTEXT and SIPREFERREDBYHDR variables which are set when a transfer takes place.
|
||||
* SIP now adds a header to the CANCEL if the call was answered by another phone
|
||||
in the same dial command, or if the new c option in dial() is used.
|
||||
in the same dial command, or if the new c option in dial() is used.
|
||||
* The new default is that 100 Trying is not sent on REGISTER attempts as the RFC specifically
|
||||
states it is not needed. For phones, however, that do require it the registertrying option
|
||||
has been added so it can be enabled.
|
||||
|
||||
IAX2 changes
|
||||
------------
|
||||
|
Reference in New Issue
Block a user