Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 801 Bytes

File metadata and controls

18 lines (12 loc) · 801 Bytes

Call Center Demo

This uses Africa's Talking voice APIs to set up a call center.

Start the web server by running npm run start.

The following environment variables are necessary.

  • SUPPORT_PHONES_ENG: Comma separated list of Support Phone Numbers for those who picked English
  • SALES_PHONES_ENG: Comma separated list of Support Phone Numbers for those who picked English
  • SUPPORT_PHONES_PNG: Comma separated list of Support Phone Numbers for those who picked Pidgin
  • SALES_PHONES_PNG: Comma separated list of Sales Phone Numbers for those who picked Pidgin
  • PORT: Port to start the server on. Default is 8080

NOTE: When entering multiple numbers, avoid spaces.

  • +23480XXXXXXXX,+23480YYYYYYYY GOOD
  • +23480XXXXXXXX, +23480YYYYYYYY BAD