search for: promptlist

Displaying 2 results from an estimated 2 matches for "promptlist".

Did you mean: preptlist
2008 Apr 13
1
promptFunctions() to handle multiple names
...)) ~ stop ("cannot determine usable names") ~ ## determine Rd name ~ if(is.null(rdname)) ~ rdname <- names[1] ~ ## determine file name ~ if (is.null(filename)) ~ filename <- paste0(rdname, ".Rd") ~ ## treat each name individually ~ promptList <- lapply(names, .promptFunction) ~ names(promptList) <- names ~ ## construct text ~ Rdtxt <- list() ~ Rdtxt$name <- paste0("\\name{", rdname, "}") ~ Rdtxt$aliases <- c(paste0("\\alias{", names, "}"), ~ pa...
2010 Nov 23
1
wideband recording in Asterisk 1.8
Hi all, I would like to know if something I am trying to do is possible. I currently using 1.8 and would like to make recordings in wideband (16khz) I have an aastra 6739i which supports the g722 codec. I made an agi application in which I would like an user to record a promptlist. I use the agi command record_file. Which format setting do I need to be able to record in wideband? Tried: wav, gsm, pcm. Nothing seems to give me the result I desire. Hope someone can help me. Kind regards, Henry Dogger Telecats BV -------------- next part -------------- An HT...