Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 704 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 704 Bytes

Vicidial List Registered Phones

  • Asterisk Server Registered Phones List "sip show peers"
  • Barge (Logged users working with api)
  • Monitor (Logged users working with api)
  • Call Registered Phones
  • Vicidial VERSION: 2.14-859a BUILD: 220623-0824
  • Phones number of characters 4 if your phones have more edit code.

Edit

"$data = system('echo "rootpasswd" | sudo -u root -S perl /usr/share/empty/sipshow.pl');"
$extension_g = substr($json[$b],0,4); // Dial Plan Number 1001 if your Dial Plan Number like 10001 change 4 to 5

Add

sipshow.pl to /usr/share/empty

Screen