SMS/Mobyt: fix message_type to support multitext messages
-
Owner
@gabriel GYI this ( and b7ecb47c ) is how I configured SMS sending to support messages longer than 160 characters.
I did not make another merge request yet because !49 (merged) is still ongoing and because I don't know how to handle compatibility with essendex which uses different message types.
Maybe message_type should become a property of the gateway and not be defined in ShortMessage_send.
I noticed other small things, one is that this is using http. Using the same URL with https seems to work. the next is this API is old, I found the doc using wayback machine. The new API is slightly different.
-
Developer
@jerome, yes, I also saw this small changes(supporting https for example). I think API URL should be also part of the gateway(or at least set a default and be editable), message_type become a property of the gateway as you said and move getAllowedMessageType to ERP5 (as script or categories?)
About essendex, I don't know either.
Thank you for the fix
-
mentioned in merge request !173 (closed)
-
Owner
I opened !173 (closed) so that we do not forget all this.