Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More details for Telnyx users #64

Open
wants to merge 5 commits into
base: release/16.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@ For inbound SMS/MMS and outbound MMS to work, you will need an HTTPS path inboun

Sending of SMS/MMS requires verification and registration performed through your provider and is outside of the scope of this
module or document.
<details>
<summary>More detailed info for Telnyx</summary>
1. Set the FreePBX Web Address (Advanced Settings > FreePBX Web Address) to your.pbx.domain.com (no https://) <br>
2. Go to Connectivity > SMS Connector <br>
3. Go to Provider Settings, click Telnyx <br>
4. Go to Telnyx website > Account Settings > Keys & Credentials > Copy API key <br>
5. Go back to FreePBX page, paste in API key in the box for Telnyx <br>
6. Copy the webhook from the provider box on the SMS connector module page <br>
7. Paste it into Telnyx’s webhook URL box on the messaging tab (Telnyx > Messaging > [profile name] > edit > Inbound > paste URL into the webhook box) <br>
8. Go back to SMS connector page > Add Number > Type Telnyx number and select extension/user and provider (Telnyx) <br>
9. Go to FreePBX > User Management > user > SMSConnector > SIP SMS Enabled > Yes <br>
10. Done! Can now send and receive messages from the UCP/softphones
</details>

#### Provider Settings

Expand Down