Skip to content

Insecure SIP registration #116

Description

@ajamous

There are some clients that would use the same sip username and password to send calls out from a single application that many users use.

In such a case, sending sip username and password to the server in clear text is not a good idea and very insecure which may cause the app developer to be a victim of unauthorized calls/charges.

To avoid this issue, the sip password can travel in MD5 hash over the network and decrypts on the server side to check it it matches or not.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions