Skip to content
David Tulloh edited this page Aug 8, 2017 · 3 revisions

Notes

twilio stores a log

voice redirect straight file, lamba controls SMS, updates S3

option: all incoming calls go into conference

twilio

stores a log

didww

Can change forwarding number via API Update Mapping call

Can also get call logs through Get CDR Log

Requires reseller access to access the API

API uses SOAP for communication

Libraries are supplied for Ruby and PHP, some example code for Perl and C#

There is an old, very incomplete Python implementation at https://github.com/atkinson/didww

AWS

  • Event queue
  • s3 bucket, store a file - append
  • key/value store

Can enable logging on S3 access, could use it to log phone calls https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerLogs.html

Clone this wiki locally