Bug 30838: Don't fallback through phone numbers for sms
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 24 May 2022 11:32:45 +0000 (12:32 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 2 Sep 2022 17:31:48 +0000 (17:31 +0000)
commit20b17b51679ac6884da2550d952a75c786e81692
tree57c4e5483fe8558f59ac43fde7d4d8d4d6c23036
parente829f6b1f6baf8a9e0b55cc7ba249dd31980af4b
Bug 30838: Don't fallback through phone numbers for sms

This patch removes the fallback handling for smsalartnumber as the
to_address in notices. We ignore the to_address field in the message
queue at send time for sms anyway and use smsalertnumber exclusively so
having this field populated is just confusing to the end user

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 5e388ed509c58b5f7398baf6f7bb027b4dc46c1c)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Message.pm