GoTo
This block continues execution at a call block in this script or another script.
|
Properties |
Values |
Description |
|---|---|---|
|
GoTo |
Depends on where control is passed. See examples below. |
|
|
Same script |
#RecordAudio924 (#NameOfBlock) |
|
|
Different script (top) |
http://ServerName/Directory/CallArrival.xml |
|
|
Different script (block) |
http://ServerName/Directory/MusicOnHold.xml#PlayAudio865 |
|
|
ASP page |
http://ServerName/Directory/DBLookup.asp |
|
|
Method |
GET or POST |
When the GoTo property is an ASP page, all CCaaS Designer variables are automatically sent to the page using either GET (query string) or POST (form). The Method property controls how they are sent. For example, the DBLookup.asp script uses GET (QueryString) to retrieve information from the XML script as a URL. Therefore the GoTo block must also use the GET method. |