Search results

  1. webservice

    @edossantos_sipcaller I am not thread owner. I just offered my workaround (which is pointless now) and then asked just once about the specific situation with a loop. I didn't expect that PlayBack component directly affects things like loop. Sorry for taking your time.
  2. webservice

    Indeed, that sorts it all out. Thanks
  3. webservice

    Since I have the attention of the top experts on this forum :D I’d like to take this opportunity to clarify how component execution works in CFD v20. The easiest way to explain this is with an example. I am attaching a very simple CFD project. The script contains a loop that is supposed to...
  4. webservice

    I am observing similar issues with my CFD projects that are not even related to Web Services. These are projects that were built years ago and had been working fine until recently. It seems as if the call flow process sometimes executes components far ahead of the caller's actual position in the...
  5. Solved Prompt Playback from external

    Thank you. It works fine now.
  6. Solved Prompt Playback from external

    Hi, I would like to play audio file from external server. In that case I need to be able to download it first. I already found edossantos's post but it doesn't work for me. Full C# code I use: using System; using System.Collections.Generic; using System.IO; using System.Net; using...
  7. [MSSQL]Conversation time variable

    CDRs seem to not have it either or am I missing something? Call 1103,0000018810482661_209,00:00:26,2023/05/12 14:05:43,2023/05/12 14:05:44,2023/05/12 14:06:10,TerminatedByDst,69146416,Ext.8000,10002,8000,8000,ReplacedDst,Ext.2001,2001,,,,,Chain: 69146416;Ext.8000;Ext.2001; I waited in the...
  8. [MSSQL]Conversation time variable

    Thanks. In that case how can I get talk time?
  9. [MSSQL]Conversation time variable

    Hi. I'm using 3CX CRM Integration for MS SQL and I wonder how can I find conversation time variable. I already read official doc. As an example: Screen above shows what I get in my DB. [CallStartTimeLocal] and [CallEstablishedTimeLocal] are identical but I spent about 55 seconds waiting in a...
  10. Line break using public_lookup_displayname_override

    Hello, my problem seems to be to be quite trivial nevertheless I cannot deal with it. I use public_lookup_displayname_override to present some data to the agents (webclient). Sometimes my string may be quite long therefore I'd like to divide it into 2 lines. I tried using \n which seems to be...
  11. Additional parameters pushed to an agent

    Those 2 are just examples that I need to push some strings to agents. Unfortunately CRM won't solve my all problems here.
  12. Additional parameters pushed to an agent

    Hello Community. I already found similar topic but unfortunately it is already closed. Basically in my CFD scenario I check external databases If calling number matches any entry. If it matches, I get name of a caller and put it into a variable 'v1'. Then I transfer the call to a queue and I...