Skip to content

ATDevOutreach/call-center-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Call Center Demo

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

Start the web server by running go run main.go.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages