Custom-manifest V2 - Problem
AnsweredHey,
after importing the custom-manifest file there is a strange behaviour. On every call without any action it will open an Explorer window. When will it be fixed?
-
Official comment
Hi Sven,
I've already received this feedback and I've opened a ticket for R&D.
But we also have a workaround: just delete the unused events and you will no longer have Windows File Explorer opening at the same time as your CRM application.
Regards,
BaptisteComment actions -
hello
yes it' s ok with this workaround
see my example below it's ok
just be carefull syntax with the commas when you delete the on-incoming not used
I use just the function on ringing and on clic custom button
{
"version": "2",
"extension-points": {
"on-incoming-pbx-call-actions": [
{
"name": "actionIn",
"command": {"url": "c:\\programseic\\utilitaires eic\\microcrm\\microcrm.exe","params" :"${caller.phoneNumber}"},
"filter": "NoShortNumber"}],
"on-incoming-pbx-call-button-actions": [
{
"name": "SEARCH GOOGLE",
"command": {"url": "https://contacts.google.com/search/${caller.phoneNumber}"},
"AnswerOnClick": true,
"filter":"NoShortNumber"}]
},
"help": [
" this Json file
Please sign in to leave a comment.
Comments
3 comments