dect
/
asterisk
Archived
13
0
Fork 0

Document the new automatic 'ignoresdpversion' behavior.

Asterisk will now automatically ignore incorrect incoming SDP version numbers
when necessary to complete a T.38 re-INVITE operation.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@200726 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2009-06-16 01:03:22 +00:00
parent 51867ba12c
commit fd97ded852
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ SIP Changes
'rpid' and 'pai'. Setting sendrpid to 'rpid' will cause Remote-Party-ID
header to be sent (equivalent to setting sendrpid=yes) and setting
sendrpid to 'pai' will cause P-Asserted-Identity header to be sent.
* The 'ignoresdpversion' behavior has been made automatic when the SDP received
is in response to a T.38 re-INVITE that Asterisk initiated. In this situation,
since the call will fail if Asterisk does not process the incoming SDP, Asterisk
will accept the SDP even if the SDP version number is not properly incremented,
but will generate a warning in the log indicating that the SIP peer that sent
the SDP should have the 'ignoresdpversion' option set.
Applications
------------