-
Notifications
You must be signed in to change notification settings - Fork 14
Improve SIP #70
Copy link
Copy link
Open
Milestone
Description
-
Implement INFO RFC 6086: Just print INFOImplemented RFC 2976 with basic support - Implement capabilities RFC 3840:
- Most can be set statically
- Perhaps add configurations for capabilities
Implement CGI RFC 3050- Add callbacks for SIP requests/reponses:
- register on SIPHandler
- fire if matching SIP package has been received
- pass SIPHandler, so callback can handle response
- how to handle default response when callback already consumes request?
- Support authorization via Authorization and WWW-Authenticate
- support at least the most basic forms
- see https://www.httpwatch.com/httpgallery/authentication/
- see RFC 3261, RFC 2617
- Support REGISTER:
- Simply authorization only (name/password, name/keyfile)
- provide authorization via Configuration
- new parameter to REGISTER on server, as user
- set RTCP SDES values according to SIP user-agent values
- add parameter to specify remote user-name
- test be called on registered SIP URI, call as registered SIP user
- add documentation for (new) SIP classes and methods
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels