mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
2ecac238f3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3774 d0543943-73ff-0310-b7d9-9358b9ac24b2
15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
RFC 2327 omissions and errors:
|
|
|
|
* "z=" omitted from zone-adjustments
|
|
|
|
* protocol on media-field is restricted to alpha-numeric,
|
|
but example (RTP/AVP!) contains also "/"
|
|
|
|
* bwtype is restricted to alpha-numeric, but the RFC text discusses
|
|
extensions like b=x-y:100
|
|
|
|
* att-field is restricted to alpha-numeric, but the RFC text discusses
|
|
extensions like a=x-nokia-foo
|
|
|
|
* The BNF defintions "key-data" and "safe" are incomplete.
|