Recent content by jorendhaen

  1. Persisting variable between scripts/calls

    That's it! Thank you!
  2. Persisting variable between scripts/calls

    I'm not sure this does what we would like to achieve. This adds some info to the call, but after the call has ended, this stops to exist. What we really are trying to achieve is to have a dial code set a certain state. After setting that state, all incoming calls need to be routed based on the...
  3. Persisting variable between scripts/calls

    We are trying to design a system for a customer where the routing is based on a variable. This variable needs to persist between calls and scripts, this way, one script can set the variable, after which the other script can read the variable. The system is hosted by 3CX. We would preferably...