[PR #1289] [MERGED] Add optional twilio-call-format config option #1557

Closed
opened 2026-05-07 01:02:40 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1289
Author: @mmichaa
Created: 3/11/2025
Status: Merged
Merged: 1/17/2026
Merged by: @binwiederhier

Base: mainHead: feature/twilio-call-format-file


📝 Commits (2)

  • 950ba1e Add optional twilio-call-format config option
  • 16900d2 Set twilio-call-format config option in serve command

📊 Changes

6 files changed (+98 additions, -1 deletions)

View changed files

📝 cmd/serve.go (+2 -0)
📝 docs/config.md (+26 -0)
📝 server/config.go (+2 -0)
📝 server/server.yml (+2 -0)
📝 server/server_twilio.go (+5 -1)
📝 server/server_twilio_test.go (+61 -0)

📄 Description

To be able to set custom TwiML send to the Call API.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/1289 **Author:** [@mmichaa](https://github.com/mmichaa) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 1/17/2026 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `feature/twilio-call-format-file` --- ### 📝 Commits (2) - [`950ba1e`](https://github.com/binwiederhier/ntfy/commit/950ba1e2e1b6f38beffa2b5c85077e92deb52a74) Add optional twilio-call-format config option - [`16900d2`](https://github.com/binwiederhier/ntfy/commit/16900d2c109596bf546e47b5fa04a4ca9209ff95) Set twilio-call-format config option in serve command ### 📊 Changes **6 files changed** (+98 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+2 -0) 📝 `docs/config.md` (+26 -0) 📝 `server/config.go` (+2 -0) 📝 `server/server.yml` (+2 -0) 📝 `server/server_twilio.go` (+5 -1) 📝 `server/server_twilio_test.go` (+61 -0) </details> ### 📄 Description To be able to set custom TwiML send to the Call API. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:02:40 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1557
No description provided.