Skip to main content
VOXRIDGE
Menu

Adapter

Asterisk

The world's most-deployed open-source PBX. The Asterisk adapter is our reference implementation — it ships first and stays first.

Protocols used

  • AMI — Originate, Hangup, Redirect, ChanSpy, QueueAdd, QueuePause
  • ARI — bridges, channels, external media for AI assist audio capture
  • SIP / PJSIP — peer registration discovery

Capabilities

  • Originate, hangup, transfer (blind, attended), park, unhold
  • Monitor / whisper / barge via ChanSpy
  • Agent login / logout / pause via QueueAdd / QueuePause
  • Audio capture via ARI external media (RTP fork)
  • IVR deploy as compiled extensions.conf or AEL

Tested versions

  • Asterisk 18 LTS
  • Asterisk 20 LTS (recommended)
  • Asterisk 22 (latest)
# manager.conf
[voxridge]
secret = ...
read   = call,agent,user,system,verbose,reporting
write  = call,agent,originate,system

# voxridge connect
$ voxridge pbx add asterisk \
    --host 10.0.4.12 --port 5038 \
    --username voxridge --secret ${AMI_SECRET}
  testing AMI...        ok
  enumerating peers...  142 peers
  enumerating queues... 8 queues
  ready

Get started

One API for every PBX. Wire it up in an afternoon.

Free under 25 extensions, forever. No credit card. No sales gate. Production use OK.