Skip to main content
March 26, 2011
Question

workflow context condition variables

  • March 26, 2011
  • 1 reply
  • 620 views

Hello!

Where can I find a list of all the variables used in workflow context condition?

Is it possible to carry out string operations on variables?
For example if a destNum looks like a 1, the call is briged to profile sipgateway1 with real_phone_number
2 -> sipgateway2
etc
This topic has been closed for replies.

1 reply

March 28, 2011

You can use only destNum for condition. You can compare destNum with other patterns using regular expression. To know more please go through FMG Installation and Configuration.pdf placed in docs folder.

March 30, 2011

Ok, Thx! But how can I cut the number from the second digit?