Skip to main content
Version: 0.5.0-rc0

SIP

Makes a SIP connection with the specified provider. From this connection it consumes a remote RTP stream with G711 A-law audio and publishes through this connection all audio tracks from the Room.

Read more about SIP here.

Compatibility

Requirements

  • The specified SIP provider needs to support G711 A-law as it will be a format in which audio from SIP Endpoint will be published.

Configuration options

Required

  • registrarCredentials (object) - registrar credentials which allows to make a connection with a SIP provider. For the exact credential structure see Configuration API.

Env variables

  • JF_SIP_USED - has to be true if SIP component will be used
  • JF_SIP_IP - the IP address on which SIP server will listen. It must be a public IP and reachable from the outside network.