Skip to content

AMI Caller is a Node.js project that allows you to initiate calls using Asterisk Manager Interface (AMI).

License

Notifications You must be signed in to change notification settings

uchkunrakhimow/ami-caller

Repository files navigation

AMI Caller

AMI Caller is a Node.js project that allows you to initiate calls using Asterisk Manager Interface (AMI).

Prerequisites

Before running this project, ensure you have the following installed on your system:

  • Node.js (20.x.x)
  • npm (10.x.x)
  • Asterisk Server configured with AMI access

Setup

  npm install
  cp .env.example .env
  npm run dev