Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 548 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 548 Bytes

sbc-call-router Build Status

A simple express-based web callback for routing INVITEs to the sbc-inbound or sbc-outbound app.

INVITEs are routed based on source address: if the source address is within one of the configured CIDRs for the internal network, then it is an outbound INVITE; otherwise it is an inbound INVITE.

Installation

  • copy config/default.json.example to config/local.json
  • edit as appropriate for your need
  • npm start.