praekeltfoundation / vumi

Messaging engine for the delivery of SMS, Star Menu and chat messages to diverse audiences in emerging markets and beyond.
BSD 3-Clause "New" or "Revised" License
421 stars 131 forks source link

Make multipart reference rollover configurable #1070

Closed rudigiesler closed 7 years ago

rudigiesler commented 7 years ago

Currently, we rollover the sar_msg_ref_num at 0xFFFF. We want to make this value configurable, for cases where, for example, AAT want us to roll it over at 0xFF to not affect character space.

rudigiesler commented 7 years ago

@jerith Added a test for that. I looked at the other processors, and they all inherit from default, and they all call the send_short_message function, and none of them overwrite that function.