Commit Graph

133 Commits (a60764d61ea7cb27dcb314757301e82d78bf38ed)

Author SHA1 Message Date
Jonathan Rose a60764d61e app_directory: Set variable indicating reason directory exited
12 years ago
Kinsey Moore 7b032c1adb Add SayAlphaCase and similar functionality for AGI
12 years ago
Matthew Jordan 671f900225 Don't perform a realtime lookup with a NULL keyword
12 years ago
Tilghman Lesher 7739ed9989 Add aliases to the Directory.
12 years ago
Kinsey Moore c6142cf2cc Fix coverity UNUSED_VALUE findings in core support level files
13 years ago
Sean Bright 4657b016ad Resolve a few more cases of variable shadowing.
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
13 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
13 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Matthew Nicholson ae3d614ab8 Merged revisions 327890 via svnmerge from
14 years ago
Jeff Peeler 94df424e1d Merged revisions 263769 via svnmerge from
15 years ago
Alec L Davis ba80d2172f Add supporting code for app-directory pause option.
15 years ago
Leif Madsen ecfa2dcb2e Fix literal values wrapped in documentation.
15 years ago
Alec L Davis 13c3260c92 Support option 'n', as applications like Playback, Background etc.
16 years ago
Alec L Davis 90be4cf5ef fixes escape to extensions 'o' and 'a', for digits '0' and '*'
16 years ago
Alec L Davis 19f8080654 ast_stream_and_wait(chan,dir-usingkeypad) didn't capture the dialled DTMF.
16 years ago
Tilghman Lesher 9298b2602a Fix two possible crashes, one only in 1.6.1 and one in 1.6.1 forward.
16 years ago
Russell Bryant 12ff77f975 Global var cleanup - constification and removing unused vars.
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Mark Michelson a7829044ec Merged revisions 165255 via svnmerge from
17 years ago
Russell Bryant 5b168ee34b Merge changes from team/group/appdocsxml
17 years ago
Tilghman Lesher 77060afdac Pay attention to the searchcontexts entry in voicemail.conf (related to AST-125)
17 years ago
Mark Michelson 5652a7b81e If there was no named defined in a voicemail.conf mailbox
17 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
17 years ago
Sean Bright 3ffb39833b More RSW merges. Everything from apps/ except for the big offenders
17 years ago
Michiel van Baak 8e8359465b Older versions of GNU gcc do not allow 'NULL' as sentinel.
17 years ago
Mark Michelson 8b1cb3ce53 Make app_directory dependent on app_voicemail. This is because the function
17 years ago
Mark Michelson 6e45d3c223 Since there is now a globally available function for saying someone's name, a LOT of
17 years ago
Mark Michelson 1016811538 Fix a crash happening in app_directory. This crash would occur if a users.conf existed.
17 years ago
Jason Parker fe65716e15 If somebody enters a digit during ast_stream_and_wait, the return value is the digit, which we need to use later.
17 years ago
Tilghman Lesher 3826278d38 Upgrade the sounds version; add several directory enhancements:
17 years ago
Michiel van Baak 4dccb58fb7 whitespace fixes only.
17 years ago
Mark Michelson e34fc8282c Big improvement for app_directory. This patch breaks the do_directory function up
18 years ago
Russell Bryant f82c42a22e Resolve compiler warnings.
18 years ago
Tilghman Lesher d226c1d637 Added multiple name listing. (Closes issue #10413)
18 years ago
Luigi Rizzo ea2c54859d more removal of redundant headers
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo ffd86fc964 more errno.h removal
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Luigi Rizzo 7f8ecd2cd3 make the 'name' and 'value' fields in ast_variable const char *
18 years ago
Steve Murphy b5cd67adc3 This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now.
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Tilghman Lesher f78ff66a4d Merged revisions 78415 via svnmerge from
18 years ago
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
18 years ago
Mark Michelson 51bf714319 Merged revisions 76139 via svnmerge from
18 years ago
Joshua Colp b8cd949cce Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application.
18 years ago
Russell Bryant b179e2155f Convert uses of strdup() to ast_strdup()
18 years ago
Tilghman Lesher b353c43c28 Merged revisions 68781 via svnmerge from
18 years ago