Skip to content

Improve SIP #70

@doe300

Description

@doe300
  • Implement INFO RFC 6086: Just print INFO Implemented 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 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions