1
0
Fork 0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-11-08 13:50:05 +00:00

Fix: For DTMF the numbers must be strings

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-07-13 16:12:33 +02:00
parent 401a1311ba
commit c55d74ac3d
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -61,7 +61,7 @@ export default {
computed: { computed: {
keys() { keys() {
return [1, 2, 3, 4, 5, 6, 7, 8, 9, '*', 0, '#'] return ['1', '2', '3', '4', '5', '6', '7', '8', '9', '*', '0', '#']
}, },
ongoingCall() { ongoingCall() {