コミット履歴

作者 SHA1 メッセージ 日付
  Alec L Davis bab9f2af65 Add supporting code for app-directory pause option. 14 年 前
  Alec L Davis 021554168c Merged revisions 234893 via svnmerge from 15 年 前
  Alec L Davis 7d20c6b1b4 Merged revisions 234855 via svnmerge from 15 年 前
  Tilghman Lesher bea1df6b2e Merged revisions 219987 via svnmerge from 15 年 前
  Mark Michelson a6c376586c Merged revisions 165318 via svnmerge from 16 年 前
  Mark Michelson d764d72de2 Merged revisions 152646 via svnmerge from 16 年 前
  Sean Bright 5198c9672a More RSW merges. Everything from apps/ except for the big offenders 16 年 前
  Michiel van Baak f2d56478bc Older versions of GNU gcc do not allow 'NULL' as sentinel. 16 年 前
  Mark Michelson 5977584b8d Make app_directory dependent on app_voicemail. This is because the function 16 年 前
  Mark Michelson 507e797c8a Since there is now a globally available function for saying someone's name, a LOT of 16 年 前
  Mark Michelson f4da6e686b Fix a crash happening in app_directory. This crash would occur if a users.conf existed. 16 年 前
  Jason Parker f29bffd3fb If somebody enters a digit during ast_stream_and_wait, the return value is the digit, which we need to use later. 16 年 前
  Tilghman Lesher 6a1e62b4bd Upgrade the sounds version; add several directory enhancements: 16 年 前
  Michiel van Baak 5cb40f4dcf whitespace fixes only. 17 年 前
  Mark Michelson bb519fcef4 Big improvement for app_directory. This patch breaks the do_directory function up 17 年 前
  Russell Bryant 7da3a5a142 Resolve compiler warnings. 17 年 前
  Tilghman Lesher ee83df5057 Added multiple name listing. (Closes issue #10413) 17 年 前
  Luigi Rizzo 6a3b0af8ea more removal of redundant headers 17 年 前
  Luigi Rizzo a575562ceb move asterisk/paths.h outside asterisk.h and into those files 17 年 前
  Luigi Rizzo 4644588a8d more errno.h removal 17 年 前
  Luigi Rizzo 32d68be9da include "logger.h" and errno.h from asterisk.h - usage shows that they 17 年 前
  Luigi Rizzo 47e70077d6 Start untangling header inclusion in a way that does not affect 17 年 前
  Luigi Rizzo fd3e417412 make the 'name' and 'value' fields in ast_variable const char * 17 年 前
  Steve Murphy 269396334e 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. 17 年 前
  Tilghman Lesher d903e91cdc Don't reload a configuration file if nothing has changed. 17 年 前
  Tilghman Lesher 26f9a8fd3e Merged revisions 78415 via svnmerge from 17 年 前
  Tilghman Lesher c2cbffc457 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 17 年 前
  Mark Michelson b8bbcabd82 Merged revisions 76139 via svnmerge from 17 年 前
  Joshua Colp 06e56560db 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. 17 年 前
  Russell Bryant d006be70ca Convert uses of strdup() to ast_strdup() 17 年 前