vmname

vmname plays a voicemail name and optionally collects input. It has the following attributes:

  • id: User's name to play passed as user@domain
  • name: Param name to save result
  • error-file: Error file to play on invalid input
  • digit-timeout: Timeout waiting for digits after file plays (when input bindings are present)
  • input-timeout: Timeout waiting for more digits in a multi-digit input (when input bindings are present)
  • loops: Maximum number of times to play the file (when input bindings are present)
  • terminators: The keys that you want to use to immediately stop and process the digits collected

Example:

<document type="text/freeswitch-httapi"> 
  <work> 
    <vmname action="http://newurl/index.php"  
      temp-action="http://newtempurl/index.php"  
      name="vmname_user_input"  
      error-file="ivr/ivrerror.wav"  
      id="[email protected]"  
      digit-timeout="5"  
      input-timeout="10"  
      loops="3"  
      terminators="#"> 
      <bind strip="#">~\d{3}</bind> 
    </vmname> 
  </work> 
</document> 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.140.249.104