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

Add support for reading to_addr for destination_number to 6D SMPP processor #1048

Closed hodgestar closed 8 years ago

hodgestar commented 8 years ago

Currently the 6D SMPP USSD message processor reads the USSD to_addr (i.e. the star code) from the short_message PDU field of the PSSR message. We have encountered some instances that instead sent the to_addr in the destination_number PDU field, and we need a configuration option from reading from that field instead.

justinvdm commented 8 years ago

:+1: if tests are passing locally, though maybe we should wait for github.com/praekelt/vumi/pull/1049 so tests are passing again after the new twisted release.

hodgestar commented 8 years ago

I've confirmed that the Travis failures are all covered by #1049, so landing this.