Waziup / WaziCloud

WAZIUP Cloud and local platform
31 stars 28 forks source link

Orion doesn't support "=" sign in notifications #155

Closed cdupont closed 7 years ago

cdupont commented 7 years ago

In order to send SMS/Voice using external operators, we try to connect Orion to Plivo. However Orion has a problem sending SMS to operators that need basic authorization. Bug declared on Orion: https://github.com/telefonicaid/fiware-orion/issues/2894

A quick fix on Orion solves the issue: https://github.com/cdupont/fiware-orion/commit/479eac37c5dea2790a8902ace8c44de4d684c457 (not yet deployed on Waziup).

cdupont commented 7 years ago

As a temporary fix, I deployed a custom version of Orion on Waziup, where the "=" sign is authorized in notification fields: https://github.com/cdupont/fiware-orion/commit/479eac37c5dea2790a8902ace8c44de4d684c457

cdupont commented 7 years ago

Closing for the moment.