AlexMarlo / node_baresip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Baresip

Objective

This module will help to control baresip from nodejs.

Main features

Control

  • dial
  • answer
  • hangup
  • mute/unmute
  • hold/resume
  • hold/resume previous call
  • switch audio device during call

Events

  • end_call - emits when any call ends
  • incoming_call - emits when new inciming call appear
  • established_call - emits when call answered
  • new_call - emits when new call appear(incoming or outgoing)
  • missed_call - emits when we have not answered outgoing call

Info

  • call list

Usage

Http module in baresip must be enabled.

Developing

Inatall

npm install node_baresip

About


Languages

Language:JavaScript 99.2%Language:Makefile 0.8%