Diff from version 58 to 59 (current)
@@ -20,6 +20,17 @@ |
* __maxduration__: maximum recording duration in seconds. If missing or 0, there is no maximum. | * __option__: may be 'skip' to return immediately if the line is not up, or 'noanswer' to record even if the line is not up. | | + | +Option parameters in 1.4: | +* __a__: Append to existing recording rather than replacing. | +* __n__: Do not answer, but record anyway if line not yet answered. | +* __q__: quiet (do not play a beep tone). | +* __s__: skip recording if the line is not yet answered. | +* __t__: use alternate '*' terminator key (DTMF) instead of default '#' | +* __x__: Ignore all terminator keys (DTMF) and keep recording until hangup. | + | +In asterisk 1.4 if the user should hangup during a recording, all data will be lost and the application will teminate. | + | Option parameters in 1.8: | * __a__: Append to existing recording rather than replacing. | * __n__: Do not answer, but record anyway if line not yet answered. |
|
|
@@ -32,7 +43,7 @@ |
| The Record command will play a beep sound on the channel when it starts recording. Recording stops when the specified silence or maxduration is reached, when the '#' key is pressed, or when the channel is hung up. | | -In asterisk 1.6 the '#' key must be pressed to stop recording. If you simply hung up the recording is lost until __k__ option is used to keep the recording if channel hangs up. | +In asterisk 1.6 the '#' key must be pressed to stop recording. If you simply hung up the recording is lost unless __k__ option is used to keep the recording if channel hangs up. | | (:exclaim:) Make sure that the media path travels through Asterisk, i.e. you need to have a __canreinvite=no__ in your ((Asterisk config sip.conf|sip.conf)) if it is a ((Asterisk SIP channels|SIP channel)), or a t or T in your ((Asterisk cmd Dial|Dial)) command, or you need to be transcoding (the conversation partners use different codecs). | |
|
|
@@ -173,4 +184,3 @@ |
| ------ | ((Asterisk)) | ((Asterisk - documentation of application commands|Applications)) | ((Asterisk functions|Functions)) | ((Asterisk variables|Variables)) | ((Asterisk Expressions|Expressions)) | ((Asterisk FAQ)) | - |
|
|
User | Comment | Time | Version |
---|
weinerk | | 2013-07-28 22:18 | 59 |