Top

Custom-manifest V2 - Problem

Answered

Comments

3 comments

  • Official comment
    Baptiste CANDELIER

    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,
    Baptiste

    Comment actions Permalink
  • Heckmann, Sven

    Hey,

     

    thanks a lot :)

     

    Regards,

    0
    Comment actions Permalink
  • Philippe ROCHETTE

    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 

     

    1
    Comment actions Permalink

Please sign in to leave a comment.

Still can't find what you need?

  • Contact Us

    Do you have any question about Rainbow? Leave us a message to get more information.

    Contact
  • Ask the Community

    Do you need help? Ask your questions to the Community and get answers from other Rainbow users.

    Post message