Voip Extention and custom Entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1476

    Voip Extention and custom Entity

    Hello Tarasm,

    espocrm : 5.8.5
    voip version : 1.14.1
    i use asterisk connector

    why i can't not add my custom entity ?
    we have 2 custom entity, one based on Compagny, other on Person.

    Thanks in advance for all.
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • tarasm
    Super Moderator
    • Mar 2014
    • 573

    #2
    To add some custom entities to Permitted Entities, please create/modify the file /custom/Espo/Custom/Resources/metadata/integrations/<CONNECTOR_NAME>.json with the code:
    (e.g. for Asterisk connector it's the file /custom/Espo/Custom/Resources/metadata/integrations/Asterisk.json)


    Code:
    {
        "fields": {
            "permittedEntities": {
                "options": [
                    "__APPEND__",
                    "<YOUR_CUSTOM_ENTITY>"
                ]
            }
        }
    }
    After that, clear a system cache (Administration > Clear Cache).
    Job Offers and Requests

    Comment

    • item
      Active Community Member
      • Mar 2017
      • 1476

      #3
      Thanks Tarasm,
      i am trying to configure wit Twillio .. sms (voipMessage) work well but voice call not really understand.. wait and see.

      is there the possibility to add type "sms" to reminder ? in this case, "sms" reminder use twilio and voipMessage.

      i have do something who do it but work with another provider and by custom code.

      Regards
      If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

      Comment

      • tarasm
        Super Moderator
        • Mar 2014
        • 573

        #4
        What's wrong with voice calls? Please describe.
        Do you mean a reminder like in Tasks? What is the reason of this?
        Job Offers and Requests

        Comment

        • item
          Active Community Member
          • Mar 2017
          • 1476

          #5
          Hello Tarasm,
          nothing wrong.. i not realy understand the voice call from twilio.. i just need read/learn and config correctly

          Reminder in meeting, in call .. so we can have ['popUp', 'email', 'sms']

          Kinds regards
          If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

          Comment

          Working...