PureEngage On-Premises

 View Only

Sign Up

  • 1.  composer debugging extra parameters

    Posted 05-28-2015 13:27
    Hello, I want to simmulate an incomming call with parameters in my callflow, 

    According to Composer help this is possible:
    http://genesyslab.info/wiki/index.php?title=Debugging_Voice_Applications#Creating_a_Debug_Launch_Configuration

    "You can pass CTI Input variables in a Debugger call. Input variables in a callflow diagram can be initialized in a Debugger call using the Extra Parameters field in the Run / Debug Configurations > Application Settings tab. The Parameter names should match the "Input" variable defined in the Entry Block of the Callflow diagram."

    What it doesn´t say is HOW to write the parameters keys and values, can anyone help me out?

    Thanks!


  • 2.  RE: composer debugging extra parameters

    Posted 05-28-2015 14:29
    Did you try to use key=value syntax?


  • 3.  RE: composer debugging extra parameters

    Posted 05-28-2015 15:03
    Yes, that works thanks!, I wanted to define multiple variables, the correct separator is ;

    so 
    key=value;key2=value2

    works