#6818 hotfix-addInternationalChannel #3268
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#3268
Loading…
Reference in New Issue
No description provided.
Delete Branch "6818-hotfix-addInternationalChannel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +5,4 @@
UPDATE vn.saySimpleConfig
SET defaultChannel = '1819';
INSERT IGNORE INTO pbx.prefix (country, prefix) VALUES
Paco Rico me ha dicho que poner el prefijo siempre, he añadido los prefijos que tenemos en base de datos. Juan me ha dicho que si quieren alguno más en algún momento que lo pidan.
@ -0,0 +2,4 @@
SET countryFk = 1,
channel = '1320';
UPDATE vn.saySimpleConfig
Valor por defecto, para llamadas internacionales, hablado con Paco Rico.
@ -4030,2 +4030,3 @@
VALUES (19, '1169'),
(8, '1183');
(8, '1183'),
(1, '1320');
Valor para España
6818-hotfix-addInternationalChannelto #6818 hotfix-addInternationalChannel