Skip to content

kulakoff/dial2verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dial2verify

A phone verification system using Asterisk PBX, Redis, and a Go-based API. It processes incoming calls, logs caller IDs in Redis, and provides an API to check phone numbers.

make env and edit

cp .example.env .env

copy libs

cd  docker/asterisk/config/lua
wget https://raw.githubusercontent.com/rxi/log.lua/refs/heads/master/log.lua
wget https://raw.githubusercontent.com/nrk/redis-lua/refs/heads/version-2.0/src/redis.lua

start

docker compose --profile api up -d

example API request

curl --location 'http://localhost:8080/api/checkPhone/79126745622' \
--header 'X-API-Key: your_api_key'

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors