Feature/mms#96
Merged
Merged
Conversation
- [Plan § src/CPIM.php](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#srccpimphp-fusionpbx-webtexting) - [Plan § src/Messages.php](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#srcmessagesphp-fusionpbx-webtexting) - [Plan § providers/accelerate-networks.php](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#providersaccelerate-networksphp-fusionpbx-webtexting) - [Plan § tests/CPIMTest.php](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#testscpimtestphp-fusionpbx-webtexting) - [Appendix B · Fixes index (1a/1b/2a-n covered here)](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#appendix-b-fixes-index)
- [Fix 2h · CPIM envelope unwrap in outbound-hook](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#fix-2h--cpim-envelope-unwrap-before-switch-extended-to-drop-typing-indicators) - [Fix 2m · initialize $message_uuid](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#fix-2m--initialize-message_uuid-from-dedupeid) - [Fix 2h · delete imdn_filter extension](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#fix-2h--delete-imdn_filter-extension)
…ipeline - [Plan § Outbound MMS architecture](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#outbound-mms-architecture--three-paths-one-s3-url) - [Fix 6 · upload-hook.php endpoint](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#fix-6--rcs-http-file-transfer-server-endpoint) - [Fix 2p · return unsigned URL to Linphone](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#fix-2p--return-unsigned-url-to-linphone) - [Fix 5 · S3Helper::UploadFile](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#fix-5--uploadfile-method) - [Fix 2q · S3Helper dual-style URL handling](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#fix-2q--_extractkey-handles-both-path-style-and-virtual-hosted-urls-new-canonicalize-public-method) - [Fix 2o · canonicalize before Save](https://github.com/AccelerateNetworks/developer-documentation/blob/173057298c54635dbc1b63601c455350bb8c5e9a/sms/plans/messaging-phase-2-mms.md#fix-2o--normalize-url-to-canonical-path-style-unsigned-before-save)
dunkeltron
approved these changes
Apr 25, 2026
Contributor
dunkeltron
left a comment
There was a problem hiding this comment.
Looks good! Excited to see what this adds our platform down the line!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MMS inbound+outbound and SMS inbound+outbound are all working on the test instance.
See messaging-phase-2-mms.md for full documentation related to this branch.
This branch requires messaging-phase-1-sms.md as a prerequisite.