Releases: simontelephonics/smsconnector
v16.0.17.2
Fix issue in FreePBX 17 where mobile app sends null value in message if the only content is a MMS picture.
v16.0.17.1
Fixes #56
On incoming messages, replace unset/null text bodies with empty string.
v16.0.17
v16.0.16.1
Update i18n, code clean-up, number formatting enhancements
v16.0.16
v16.0.15.3
Bug fixes for PHP 8 and SIP SMS
v16.0.15.2
Minor bug fixes and updates for compatibility with PHP8 / FreePBX 17.
To install or upgrade:
fwconsole ma downloadinstall https://simon.tel/pbx-modules/smsconnector-16latest.tar.gz
v16.0.15.1
Fixes a bug with long SMS on Voip.ms
v16.0.15
v16.0.14
Adds a new feature: SMS to and from capable SIP clients.
Quick start for SIP SMS:
- associate a SIP MESSAGE-capable PJSIP extension with a user
- associate the user with a DID in SMS Connector
- in User Management, edit the user and find the SMS Connector tab. Enable SIP SMS, set a default "from" DID, and choose whether to enable email notifications.
You may need to configure your SIP client to allow MESSAGEs. You may also need to ensure your client only sends messages with content type of "text/plain," otherwise Asterisk will reject the messages with code 415.
Tested with the following SIP clients:
Mac desktop
- Zoiper Pro (must disable "sending of typing notification" in account advanced settings)
iOS
- Acrobits Groundwire
- Zoiper
Hardware
- Sangoma S705
- Fanvil X3SG Pro
Updated between 16.0.13 and 16.0.14:
The long-running daemon process for tracking inbound messages and sending to SIP was not necessary. This release removes the daemon and implements a function hook instead.
Full Changelog: v16.0.13...v16.0.14