Code Monkey home page Code Monkey logo

sips's Introduction

SIPs

SIPs is a JSON-RPC client that is used to interact with OpenSIPS.

Overview

Usage: ./sips [-v] [<serverAddress>:<serverPort>] <method> [<param1,param2,...>]

Flags:
  -h	Display help
  -v	Enable verbose mode

Dependent modules parameters in OpenSIPS

Common:

loadmodule "mi_http.so"
modparam("mi_http", "root", "mi")

For usage local, without argument [<serverAddress>:<serverPort>]:

loadmodule "httpd.so"
modparam("httpd", "port", 8080)

Examples

Remote:

  ./sips 1.2.3.4:8080 rtpengine_enable udp:5.6.7.8:2223,0
  ./sips 1.2.3.4:8080 version
  ./sips 1.2.3.4:8080 get_statistics load:
  ./sips 1.2.3.4:8080 clusterer_shtag_set_active vip/1
  ./sips 1.2.3.4:8080 cache_store local,password_user1,password

Local:

  ./sips rtpengine_enable udp:5.6.7.8:2223,0
  ./sips version
  ./sips get_statistics load:
  ./sips clusterer_shtag_set_active vip/1
  ./sips cache_store local,password_user1,password

sips's People

Contributors

iamhalje avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.