mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Add a setting to force gsm alphabet conversion
This commit is contained in:
parent
fdbc6a0878
commit
59d3e28489
6 changed files with 48 additions and 3 deletions
|
@ -601,6 +601,11 @@ use Monolog\Logger;
|
|||
continue;
|
||||
}
|
||||
|
||||
// If we must force GSM 7 alphabet
|
||||
if ((int) ($users_settings[$id_user]['force_gsm_alphabet'] ?? false))
|
||||
{
|
||||
$text = Tool::convert_to_gsm0338($text);
|
||||
}
|
||||
|
||||
/*
|
||||
Choose phone if no phone defined for message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue