; misc.conf: ; Assorted stuff that didn't fit anywhere else, and ; temporary stuff ; =========================================================================== ; Record phrases (temp function) ; =========================================================================== [temp-record-phrase] exten = s,1,SetVar(FILE=forward/forwarding) exten = s,2,SetVar(TYPE=gsm) exten = s,3,Wait(1) exten = s,4,Playback(beep) exten = s,5,Record(user_sounds/${FILE}:${TYPE}) exten = s,6,Playback(beep) exten = s,7,Playback(user_sounds/${FILE}) exten = s,8,Playback(beep) [temp-listen] exten = s,1,Playback(user_sounds/baby_talk) ; ========== Default context is not used ========== [default] exten = s,1,Busy exten = s,2,Wait,3 exten = s,3,Hangup ; ======================================================================== ; Asterisk patterns: ; X - any digit from 0-9 ; Z - any digit from 1-9 ; N - any digit from 2-9 ; [1235-9] - any digit in the brackets (in this example, 1,2,3,5,6,7,8,9) ; . - wildcard, matches anything remaining (e.g. _9011. matches ; anything starting with 9011 excluding 9011 itself) ; ; Timing list for includes is ; ;