json

  1. Uchitha kosgoda

    JSON-Based Trunk-to-Trunk Routing Script for 3CX V20

    Hello everyone, I developed a community Call Processing Script for 3CX V20 that provides JSON-based routing for inbound calls received from a SIP trunk. The script reads the called number and checks routes.json to determine the destination. Main features: • Routes calls to 3CX extensions or...
  2. JSON XML parser crashes

    Hi, I'm trying to read information off an HTTP Request that returns a JSON Object and for some weird reason the JSON XML Parser wizard is crashing with the following error: Error executing last component: Newtonsoft.Json.JsonException: Unexpected character while parsing path: at...
  3. Wav to Base64 converter in CFD

    Hello, In my CFD app I'm trying to write a custom c# script Base64 converter in order to convert wav output from Record component (Record1.AudioId) to a base64 string (put to variable OutputText) that could be later embedded in JSON request. What is the correct approach here? Any help appreciated!
  4. How do I reference these phone numbers? CRM Integration Wizard

    I have tried Result.ListFone.[0] and Result.ListFone[0]
  5. alex_CCI

    SMS V18.5 Update - Telnyx | Receiving Fails

    After doing weeks of testing I have come across this issue where I suddenly have stopped receiving sms after updating to 3cx v18.5. I have read through all these forums, docs, and contacted 3cx through the chat. Which then was recommended to post on here about it maybe someone else has had the...
  6. Systemsaholic

    Send JSON query Array in GET request

    Hi, In order to pull contact records from my CRM by Phone Number, I need to pass a JSON query in the request body. The call is working with Postman but I can't figure out how to make it work with the Wizard or by editing the XML file. I believe I need to make the query in the Message attribute...
  7. Cannot Use StreamReader of System.IO

    Hello everyone, I want to read a json file from a path. I wrote the code on my visual studio and it works. But when i put my code on CFD's execute file and tried to run on my management console. It gives me this error: :[29208..29221)E: (552,22)-(552,35): Error CS0012: The type 'StreamReader'...
  8. Google Bucket error with JSON file

    We are changing backups from Google Drive to Google Bucket for all our customers. We have successfully configured all 3CX installations, but for 1 the JSON file is not invalid. License is 16.0.7 Pro and is active. Why is the JSON invalid while it works for other installations?
  9. Jbotman

    Httprequest content with variables doesn't work

    Hello, We are trying to do an Httprequest with the 3CX callflow designer to an API. We want to send an JSON with variables from 3CX. We tried to use this code: "{\"GUID\":\"{3534534-34534535-3453}\", \"intern\":\""+session.dnis+"\", \"extern\":\""+session.did"+"\", \"usr\":\"3CX\"...