Search results

  1. Contact Search not available in latest CRM wizard

    Is the tool available or not yet?
  2. Contact Search via CRM doesn't work

    Ok. I won't gonna do it again. Is this functionality available starting from V20?
  3. Contact Search via CRM doesn't work

    Here is Management Console log: 2024/05/03 12:09:23.687|13445|0050|Trac|[Microsoft.AspNetCore.Hosting.Diagnostics] Request starting HTTP/1.1 OPTIONS http://******:5001/MyPhone/MPWebService.asmx - - 2024/05/03 12:09:23.687|13445|0050|Verb|#57537 (traceid=0HN173GU32BDB:00000004) START: OPTIONS...
  4. Contact Search via CRM doesn't work

    I've provided both logs. Management Console log one post above. It contains something with 'Crm', but not 'CRM:'.
  5. Contact Search via CRM doesn't work

    3cxSystemService.log for the same time interval: 2024/05/03 12:08:20.219|13446|0005|Verb|Enqueue Updated.REGISTRATION.36 2024/05/03 12:08:20.219|13446|0070|Verb|Dequeue Updated.REGISTRAR.36 2024/05/03 12:08:20.219|13446|0070|Verb|Dequeue Updated.REGISTRATION.36 2024/05/03...
  6. Contact Search via CRM doesn't work

    I've done it from another computer/network. There is no CORS error anymore. But it still doesn't work. Here are the logs: 2024/05/03 12:09:23.687|13445|0050|Trac|[Microsoft.AspNetCore.Hosting.Diagnostics] Request starting HTTP/1.1 OPTIONS http://******:5001/MyPhone/MPWebService.asmx - -...
  7. Contact Search via CRM doesn't work

    No.
  8. Contact Search via CRM doesn't work

    There is no entry in system service log related to it. There are logs related to incoming calls lookups. But nothing related to this.
  9. Contact Search via CRM doesn't work

    I tried a different browser. Same thing. 2024/05/03 08:13:52.149|13445|0085|Trac|[Microsoft.AspNetCore.Hosting.Diagnostics] Request starting HTTP/1.1 POST http://******:5001/MyPhone/MPWebService.asmx application/octet-stream 45 2024/05/03 08:13:52.149|13445|0085|Verb|#57294...
  10. Contact Search via CRM doesn't work

    I'm not using a proxy. Also, I found some other logs entries containing the search text as I typed it in my Webclient. Also, I get the matching contacts that are stored locally in my PBX system. So, the connection between Webclient and PBX Server is fine.
  11. Contact Search via CRM doesn't work

    2024/05/02 19:03:20.294|13445|0051|Trac|[Microsoft.AspNetCore.Hosting.Diagnostics] Request starting HTTP/1.1 POST http://******:5001/MyPhone/MPWebService.asmx application/octet-stream 15 2024/05/02 19:03:20.294|13445|0051|Verb|#56982 (traceid=0HN173GU32BA0:00000004) START: POST...
  12. Contact Search via CRM doesn't work

    <Scenario Id="SearchContacts" Type="REST"> <Request Url="*******/api/voip/contacts/search?value=[SearchText]" MessagePasses="0" RequestEncoding="UrlEncoded" RequestType="Get" ResponseType="Json" /> <Rules> <Rule Type="Any">contact.Id</Rule> </Rules>...
  13. Contact Search via CRM doesn't work

    I'm running another 3CX on premise. As I already said, I've managed to configure CRM Integration to work for incoming calls. But I would like to integrate contact search in webclient aswell.
  14. Contact Search via CRM doesn't work

    I am using version 3CX PBX version 18. I've configured my custom CRM using 3CX CRM Integration Wizard tool and managed to setup call lookup by number to work when I'm getting called. However I want to configure contact search from my webclient possible aswell. At this point, it doesn't work...