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
Http module in baresip must be enabled.
npm install node_baresip