Search code examples
switchingopensips

Check version of opensips


I'm trying to check the version of opensips on a soft switch, and the below are not yielding the results I need. How do I check what version of opensips is running?

opensips -v
opensips -version

Solution

  • The OpenSIPS binary also has a version option. Just run:

    opensips -V
    

    To list all options, use the help argument:

    opensips -h