Skip to content

Commit

Permalink
Last minor fix before v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msmhome committed Aug 5, 2024
1 parent 9fb2499 commit 73a1f8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A tiny, ready to deploy, simple fax and SMS receive server running on the Telynx
This is built around my use case and homelab but is versatile to be deployed as-is for yours or be used in something more complex.
* **Fax Inbound and Outbound w/ Confirmations**
* **IP Whitelist with Telnyx IP Ranges by Default**
* [**Docker Image**](https://github.com/msmhome/miniFaxServer/pkgs/container/minifaxserver/252967649?tag=main) **with Cloudflare Tunnels Built In**
* [**Docker Image**](https://github.com/msmhome/miniFaxServer/pkgs/container/minifaxserver/253626966?tag=main) **with Cloudflare Tunnels Built In**
* **Lightweight, Simple, No Web UI**
* **HTTPS Support**
* **PDF Faxes, TXT SMS Files**
Expand Down
2 changes: 0 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ async def handle_sms(data: SmsData):
async def inbound_message(request: Request):
try:
body = await request.json()
# fax_id = body["payload"]["fax_id"]
fax_id = body["data"]["payload"]["fax_id"]
# event_type = body.get("event_type")
event_type = body["data"]["event_type"]
direction = body["data"]["payload"]["direction"]

Expand Down

0 comments on commit 73a1f8c

Please sign in to comment.