Announcement

Collapse
No announcement yet.

Voip Extention and custom Entity

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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


    • #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

      Comment


      • #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


        • #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

          Comment

          Working...
          X