Search results

  1. E

    Google Dialogflow

    Hey guys, has anyone tried the module to connect freeswitch with Google Dialogflow? Whats the experience with that? Florian
  2. E

    Caller ID name change via command or API call

    Thanks a ton! I already did it exactly like this and its working fine :) :)
  3. E

    Caller ID name change via command or API call

    this is exactly what I was looking for. Now I only need to know the easiest way to execute the sql statement. I can't access the postgres user. Is there a way through the fs_cli ? And can you help me with the command to flush the cache?
  4. E

    Caller ID name change via command or API call

    I Understood session:setVariable() is only during a call. What I need is a full synchronization between a third party system and my user directory. My user directory should reflect the name of the actual guest in that hotel room. Synchronization should be done every 5 minutes.
  5. E

    Caller ID name change via command or API call

    I request an extensionlist with names of employees from a foreign API and want to sync this list with my users (change caller id name). So I would need a lua script that loops through the API reponse and performs the name change command until the end of the API response again and again. It's for...
  6. E

    Caller ID name change via command or API call

    Hey guys, I am heavily looking for an easy command to change the caller ID name of an extension via CLI command or API. I can't imagine there is not such an easy possibility to do it, but I cant find anything in the internet or documentation. Is here anyone who can help me on this? Kind...