Documentation ¶
Index ¶
Constants ¶
View Source
const ( // APIIndex provides the root url for the index API APIIndex string = "/index" // APIIndexJoin provides the join url for the index API APIIndexJoin string = APIIndex + "/join" // APIIndexCollect provides the collect url for the index API APIIndexCollect string = APIIndex + "/collect" // APIIndexCall provides the call url for the index API APIIndexCall string = APIIndex + "/call" )
View Source
const ( // Port is the default port on which sip nodes run Port int = 1670 )
Variables ¶
This section is empty.
Functions ¶
func HttpClient ¶
func HttpServer ¶
func HttpServer() string
func Integration ¶
func Integration() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.