Displaying 1 result from an estimated 1 matches for "audioscript".
2010 Feb 08
2
IVR Demo / Create file / Move file / Demo all
...y the results
exten => 621,1,Answer()
exten => 621,n,Read(NUMBER,enteryournumberstartingwithaone,12,,5)
; create a variable from a DTMF entry / 12 characters long
exten => 621,n,System{(/tmp touch($NUMBER)}
; create the file based on the variable entered
exten => 621,n,Set(audioscript=$[${NUMBER} + 1])
; set a channel variable in advance of recording to it
exten => 621,n,SayDigits(${NUMBER})
; say the NUMBER that was entered
exten => 621,n,System{/tmp touch($(audioscript)}
; create a file
exten => 621,n,Record(${audioscript...