Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<Response>
     Action
</Response>

...

Варианты действий

Hangup

Немедленно завершает звонок.

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Hangup/>
</Response>

 

Pause

Приостанавливает звонок на заданное число секунд. Если значение не задано, то по умолчанию принимается 10.

 

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Pause length="15" />
</Response>

 

SetVar

Задает значение переменной для IVR.

...

Осуществляет переход к заданной опции IVR-контекста.Example

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Jump context="StartSupport" option="1" priority="3">
</Response>

...