Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.04 KB

ROADMAP.md

File metadata and controls

32 lines (18 loc) · 1.04 KB

Road map

PrivateDial

  • Make IVR custom-able

MiniVM

The application MinivmGreet() is broken. Now it only plays the "temp" message. Consider fixing the code in app_minivm.c lines 2326-2345 and file a patch.

Upgrade utility

  • Shell utility that helps upgrading config files.

Music on hold

  • Script that converts sound files to wav 8000 Hz mono.

AutoBan

  • Now .nft file is loaded at container strartup (entry.d) irrespective of if autoband is enabled or not. Only load .nft files if autoband is enabled.
  • Add option to get reverse DNS using gethostbyaddr($ip); in show who.
  • Perhaps replace entry.d/ with /etc/conf.d/nftables?
  • Allow intervals, eg 192.168.1.1-192.168.1.200, in blacklist and whitelist.

WebSMS

Asterisk modules

  • Check what modules are needed and avoid loading others. This will help get rid of error messages during startup.