Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script

...

Sets a variable on the IVR.

 

Code Block
<Response> 
	<SetVar name="SubscriptionCode">09897987</SetVar>
</Response>

PlaySound

Plays the sound from a given folder in a given language; if the folder is not supplied, it is considered empty:

  • The sounds can be retrieved based on their ownership, for example, for view="system" the service will get a system sound, while for view="client" it will get a personal sound;
  • If the language is not specified, then the language set up for the IVR will be used; if no language is defined for the IVR, then the default one will be used, English (en);
  • The playback sound can be made in foreground or background, based on the the where parameter;
  • The The loop attribute controls for how many times the sound is played;
  • While the sound is played, the user may be requested to enter a digit; the key pressed is saved in the digitvar variable; if digitvar is not supplied, then the digit is not saved

...

Sets a CallerID Number and a CallerID Name on the IVR environment.  These These can be retrieved later by other applications. If any of the name or number attributes is missing, the XML response parsing is aborted.

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.