SIP User's Manual  434  Document #: LTRT-83310 
  Mediant 600 & Mediant 1000 
  endsilence: defines how long the device waits after speech has ended to stop the 
recording. This parameter may take an integer value in milliseconds. 
  duration: the total time in milliseconds for the entire recording. Once this time expires, 
recording stops and a response is generated. 
  recstopmask:  defines a digit pattern to which the device compares digits detected 
during the recording phase. If a match is found, recording stops and a response is 
sent. 
An example is shown below of an MSCML <PlayRecord> Request: 
 
<?xml version="1.0" encoding="utf-8"?> 
<MediaServerControl version="1.0"> 
    <request> 
      <playrecord id="75899" barge="NO" 
Recurl=nfs://10.11.12.13/save/recordings/11.wav> 
        <prompt> 
          <audio url="nfs://100.101.102.103/45"> 
          <variable type="date" subtype="mdy" 
value="20041210"/> 
        </prompt> 
      </playrecord> 
    </request> 
 
An example is shown below of an MSCML <PlayRecord> Response: 
 
<?xml version="1.0" encoding="utf-8"?> 
<MediaServerControl version="1.0"> 
    <response request=“playrecord” id=”75899” code=”200” 
text=”OK” reclength=”15005”> 
    </response> 
 
 
20.1.2.2.6 Stopping the Playing of an Announcement 
The Application server issues a <stop> request when it requires that the device stops a 
request in progress and not initiate another operation. The only (optional) request-specific 
parameter is id. 
The device refers to a SIP re-INVITE message with hold media (c=0.0.0.0) as an implicit 
<Stop> request. The device immediately terminates the request in progress and sends a 
response. 
An example is shown below of an MSCML <Stop> Request: 
 
<?xml version="1.0" encoding="utf-8"?> 
<MediaServerControl version="1.0"> 
    <request> 
      <stop id="123"> 
      </stop> 
    </request>