Voicent Gateway Record Mode 
              Reference
              To turn on or off the telephone recording mode of Voicent 
              Gateway, simply send a HTTP call request to the following URL. 
              Recording Mode URL
              The embedded web server listens on port 8155. Send your request to: 
              
                - http://<machine_name>:8155/recordmode.jsp
 
               
              Where <machine_name> is the host machine name of Voicent 
              Gateway. 
              Parameters in the request
              The following are legal parameters. 
              
                
                  
                  
                    
                      | 
                      Y Required     
                      N Optional | 
                     
                    
                      |   | 
                      
                      Name | 
                      
                      Comment | 
                     
                    
                      | 
                      Y | 
                      
                      mode | 
                      
                      turn on of off telephone recording mode | 
                     
                    
                      | 
                      Y/N | 
                      
                      saveto | 
                      
                      The recording audio file name. Optional if recording mode 
                      is off. | 
                     
                     
                   | 
                 
               
 For example, 
              
                - http://<machine_name>:8155/recordmode.jsp?mode=on&saveto=C:/my.wav
 
               
              Turns on the telephone recording mode and save the recording 
              file to "C:/my.wav". Normally you need to URL encode the file 
              name. 
                 |