Node: proxy

Proxy causes the triggering call to be forwarded on to the currently specified set of locations.

Parameters: timeout, recurse, ordering

  • timeout - time to try before giving up on the call attempt.

  • recurse - whether to recursively look up redirections.

  • ordering - what order to try the locations set in.

Outputs: busy, noanswer, redirection, failure, default

  • busy - next node if call attempt returned "busy".

  • noanwer - next node if call attempt was not answered before timeout.

  • redirection - next node if call attempt was redirected.

  • failure - next node if call attempt failed.

  • default - default next node for unspecified outputs.

Parameters: NONE

N/A