Page 454 - Asterisk™: The Future of Telephony
P. 454

a
                       Append to the recording, instead of overwriting it.
                   n
                       Do not answer, but record anyway if the line is not yet answered.
                   q
                       Quiet mode; do not play a beep tone at the beginning of the recording.
                   s
                       Skip recording if the line is not yet answered.
                   t
                       Use the alternate * terminator key instead of the default #.
                   x
                       Ignore all termination keys and keep recording until hangup.
               If the filename contains %d, these characters will be replaced with a number incremented
               by one each time the file is recorded.

               The user can press # to terminate the recording and continue to the next priority in the
               dialplan.
                   ; record the caller's name
                   exten => 123,1,Playback(pls-rcrd-name-at-tone)
                   exten => 123,n,Record(/tmp/name.gsm,3,30)
                   exten => 123,n,Playback(/tmp/name)

               RemoveQueueMember()                               Dynamically removes queue members

               RemoveQueueMember(queuename[,interface[,options]])

               Dynamically removes the specified interface from the queuename call queue. If inter-
               face is not specified, this application removes the current channel from the queue.
               If the options parameter is set to j, and the interface is not in the queue and there exists
               a priority n+101 (where n is the current priority), the application will jump to that
               priority.
                   ; remove SIP/3000 from the techsupport queue
                   exten => 123,1,RemoveQueueMember(techsupport,SIP/3000)
               See Also
               Queue(), AddQueueMember(), PauseQueueMember(), UnpauseQueueMember()


               ResetCDR()                                              Resets the Call Detail Record
               ResetCDR([options])

               Causes the Call Detail Record to be reset for the current channel. The options parameter
               can be zero or more of the following options:


               426 | Appendix B: Application Reference
   449   450   451   452   453   454   455   456   457   458   459