• Solutions
  • Technology
  • Industries
  • About Us
  • Blog
  • Resources
  • Get in touch
  • Sisipsconfig [2021] Access

    Manually edit sip.conf or opensips.cfg , add peer definition, rewrite ACLs, test with sipshowpeer , reload, pray.

    # trunk.yaml version: "1.0" type: outbound_trunk name: carrier_east gateway: sip.carrier.com:5061 transport: tls auth: username: "outbound_001" secret_ref: "secret/carrier_east/pass" codecs: [PCMA, PCMU, G722] match_rules: - from_domain: "example.com" from_clid_regex: "^+1[2-9][0-9]{9}$" failover: secondary_gw Run: sisipsconfig

    sisipsconfig apply --backend kamailio --file trunk.yaml --dry-run sisipsconfig apply --backend kamailio --file trunk.yaml The tool generates the appropriate Kamailio peer table entries, adjusts permissions rules, reloads the routing set, and validates the route with a simulated INVITE. In benchmarking tests with a mid-sized Kamailio cluster (500k concurrent calls), sisipsconfig completed a full-configuration diff and reload in under 1.2 seconds . The secret retrieval and validation added ~200ms, but the tool supports parallel backend execution. Manually edit sip

    +
    Get started