Seite 1 von 1

MPE + W10 + Firefox + Telify

Verfasst: Mi 14. Sep 2016, 07:53
von sitislis
When using Mozilla Firefox in Windows 10 with add-on Telify, which converts phone numbers to callto, tel or other links, I've faced with problem that callto: prefix is not removed by windows. In MPE logs I saw:
GotAppCommand: Dial callto:0443948289
So I registered new protocol in regedit:

Code: Alles auswählen

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\number]
@="URL:MPE Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\number\shell]

[HKEY_CLASSES_ROOT\number\shell\open]

[HKEY_CLASSES_ROOT\number\shell\open\command]
@="\"C:\\Program Files (x86)\\MyPhoneExplorer\\MyPhoneExplorer.exe\" action=dial number=%1"
And in Telify added new rule:

Code: Alles auswählen

number:$0
Now I can make calls direct from Firefox by click on phone numbers.

Maybe it will be useful to someone.
P.S. Sorry for my English
P.S.S. Sorry for [Umfrage]. I don't know German at all

Verfasst: Di 20. Jun 2017, 19:09
von Zubr69
That's what i was looking for. Thanks.