Recent content by pedrotms

  1. Solved Create contact automatically

    It worked too, I'll leave it like this as a precaution. Thank you all for the guidance.
  2. Solved Create contact automatically

    I'll test it. Thank you! I'll come back here to let you know if I was able to do it.
  3. Solved Create contact automatically

    So, it's working as expected... it's not generating a contact for each call. But what can I put in the skip if statement to skip the call when it has already found the contact previously? <Request SkipIf="[CreateContactEnabled]!=True || [EntityId]==&quot;&quot;" Will this be correct?
  4. Solved Create contact automatically

    Hi Ernesto. That's what I had trouble with yesterday. I finally managed it after several attempts. I needed to set up the contact creation scenario like this: <Scenario Type="REST"> <Request SkipIf="[CreateContactEnabled]!=True" Url= I didn't understand why, but it works somehow. If...
  5. Solved Create contact automatically

    Hi everyone, how are you? I need to automatically create a contact in the CRM if it's not found in the initial search when a call comes in or goes out. I've seen in other discussions that this hasn't happened automatically for a long time, but it's possible to customize it. How? Is it through...
  6. Solved Beep during a call

    Reinstalling the app solved the problem. Thank you all.
  7. Solved Beep during a call

    Hi everyone. I'm having a problem with an extension registered in the iOS app. What's happening is that beeps occur during a call. Note that it's not a beep indicating a loss of connection because the call is in progress. These beeps last the entire call and don't appear in the recording. Only...
  8. Stop recording button

    Thank you. I achieved!
  9. Stop recording button

    Hi everyone. Is there any way to "prove" through logs or any other method that an extension stopped recording a call during a call?
  10. Output CRM empty

    Thank you! That was indeed the problem. It helped me a lot.
  11. Output CRM empty

    But the integration is returning the contact, the number is found normally, only the output field is not filled in... See in the image, 3CX fills in the variables that are returned from the CRM contact...
  12. Output CRM empty

    Hi everyone. See if you can help me. I'm integrating 3CX with RD Station CRM. I completed the entire process in the CRM Template Generator. When testing with the Generator itself, I can search for the contact using both Lookup by Number and Lookup by Email in Parameters Values. When testing...
  13. 3CX V20 API

    Guys, I'm trying to access the v20 API. I have already enabled it on the panel and noted the token. I didn't quite understand what the URL structure is, but I couldn't get any feedback from the API. https://{{3CXFQDN}}/webapi/{{AccessKey}}/
  14. Solved Extension name in CFD

    Excellent. I achieved. Thank you!
  15. Solved Extension name in CFD

    How i can get the extension name in CFD? I did try use the get GET DN PROPERTY but i dont know what is the property has name.