#6818 hotfix-addInternationalChannel #3268

Merged
jorgep merged 5 commits from 6818-hotfix-addInternationalChannel into master 2024-12-02 15:07:59 +00:00
2 changed files with 9 additions and 2 deletions
Showing only changes of commit fc4f5b55f7 - Show all commits

View File

@ -4028,7 +4028,8 @@ INSERT INTO srt.buffer (id, x, y, `size`, `length`, stateFk, typeFk, isActive, c
INSERT IGNORE INTO vn.saySimpleCountry (countryFk, channel)
VALUES (19, '1169'),
(8, '1183');
(8, '1183'),
(1, '1320');
Review

Valor para España

Valor para España
INSERT IGNORE INTO vn.saySimpleConfig (url, defaultChannel)
VALUES ('saysimle-url-mock', 1320);
VALUES ('saysimle-url-mock', '1819');

View File

@ -0,0 +1,6 @@
INSERT IGNORE INTO vn.saySimpleCountry
SET countryFk = 1,
channel = '1320';
UPDATE vn.saySimpleConfig
Review

Valor por defecto, para llamadas internacionales, hablado con Paco Rico.

Valor por defecto, para llamadas internacionales, hablado con Paco Rico.
SET defaultChannel = '1819';