Skip to content

Commit

Permalink
#734 ...
Browse files Browse the repository at this point in the history
  • Loading branch information
boffart committed Aug 8, 2024
1 parent 13f418c commit edece82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Asterisk/Configs/SIPConf.php
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ public static function getContextId(string $name, string $port):string
*/
public static function getToneZone(array &$options, string $lang): void
{
$toneZone = IndicationConf::LANG_ZONE_MAP[$lang] ?? '';
$toneZone = IndicationConf::LANG_ZONE_MAP[$lang] ?? 'ru';
if ( ! empty($toneZone)) {
$options['inband_progress'] = 'yes';
$options['tone_zone'] = $toneZone;
Expand Down

0 comments on commit edece82

Please sign in to comment.