Skip to content

Initiate calls on your behalf from web. Used for GSM activated gates and barriers

License

Notifications You must be signed in to change notification settings

DevopsCare/web-gsm-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-gsm-gateway

Initiate calls on your behalf from web. Used for GSM activated gates and barriers

Usage

Update template.yaml with your data. Provision template with AWS SAM

sam deploy --guided

DynamoDB records format

{
  "id": {
    "S": "1_elm_plumber"
  },
  "owner": {
    "S": "Fred C"
  },
  "caller_id": {
    "S": "+555222333444"
  },
  "chat_id": {
    "N": "-12345678"
  }
}
  • id - is part of url. You will give your guests url like https://my.example.com/open/1_elm_plumber
  • owner - your name, free form, for reference only
  • caller_id - your number, registered in gate/barrier whitelist that will be used as call originator
  • chat_id - (optional) telegram chat to get notified when plumber opened the gate/barrier

About

Initiate calls on your behalf from web. Used for GSM activated gates and barriers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages