Commit Graph

137 Commits (812f5b51cb56a36668decc6dfc83adeca185429e)

Author SHA1 Message Date
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
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Tilghman Lesher e31c4fca7d Merged revisions 63566 via svnmerge from
18 years ago
Jason Parker a84ca79445 Merged revisions 60936 via svnmerge from
18 years ago
Russell Bryant f901158670 Merged revisions 59278 via svnmerge from
18 years ago
Russell Bryant 0d4406748d Merged revisions 59275 via svnmerge from
18 years ago
Steve Murphy 7b338004bf a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode
19 years ago
Steve Murphy 6dcb17baaf This update fulfils the request of bug 7109, which claimed the language arg to ast_stream_and_wait() was redundant. Almost all calls just used chan->language, and seeing how chan is the first argument, this certainly seems redundant. A change of language could just as easily be done by simply changing the channel language before calling.
19 years ago
Tilghman Lesher 70af28270d Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
19 years ago
Tilghman Lesher e39c9d7619 Merged revisions 43072 via svnmerge from
19 years ago
Kevin P. Fleming c2c4f86c72 merge markster's usersconf branch with some slight changes
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Jason Parker 7c05e6478d Fix a bug with app_voicemail when trying to use app_directory to leave messages
19 years ago
Tilghman Lesher 1c76072e4b Merged revisions 36377 via svnmerge from
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Kevin P. Fleming 18606233da fix various typos and other bits (from Ian Kinner)
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Luigi Rizzo 899cdda8cb minor cleanup
19 years ago
Luigi Rizzo b560433a36 convert to use ast_stream_and_wait
19 years ago
Luigi Rizzo ca9e77fe46 code simplifications
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
BJ Weschke d2480538d2 Provide the ability to read extension number after name #6938 (delink)
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
19 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Russell Bryant 9fa6eb5e07 revert my pass through the tree to remove checks of the result of ast_strdupa
20 years ago
Russell Bryant 7ad681adc8 remove lots of useless checks of the result of ast_strdupa
20 years ago
Russell Bryant 2eb7eecdd0 conversions to memory allocation wrappers (issue #6210)
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant db755f9035 use app arg parsing macros (issue #5681)
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant 45c7589284 update the descriptions of a couple more apps
20 years ago
Kevin P. Fleming f09c6bc78e application doc update
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Russell Bryant 4aa7912057 Massive cleanups to applications for LOCAL_USER handling and some other things.
20 years ago
Russell Bryant 29829640bf it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
20 years ago
Kevin P. Fleming e338682949 fix memory leak and unload problems (issue #5380)
20 years ago
Kevin P. Fleming 981970c57b _really_ fix app_directory (doh... how did I miss this before?) (issue #5232, take two)
20 years ago
Kevin P. Fleming 5bd40f4e11 revert a portion of issue #5138 which broke this app (issue #5232)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming e0f02b46f1 convert a bunch of apps to use ast_goto_if_exists() (issue #5138)
20 years ago
Kevin P. Fleming 9d8d86e19d phase two of string portability stuff:
20 years ago
Russell Bryant 206f712599 more ast_copy_string conversions
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Russell Bryant fbbac7cd26 use ast_strcasestr (bug #4203)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Kevin P. Fleming b3613d3e48 re-implement realtime support in app_directory
20 years ago
Mark Spencer 592b27b17a Add realtime support to app_directory (bug #2475)
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 1d200d55bd Allow '*' to exit the directory (bug #3118)
21 years ago
Mark Spencer 52a39dd8c1 Merge josh's exit dir patch (bug #2995)
21 years ago
Mark Spencer 04fc29c8b2 Huge callerid rework (might break H.323, others)
21 years ago
Mark Spencer 28e5320ab4 Minor fix in directory app (bug #2322)
21 years ago
Mark Spencer c16542c1d0 Allow directory to be searched by first name (bug #2208)
21 years ago
Mark Spencer eb9adf42d6 Directory fixes (bug #1887)
21 years ago
Mark Spencer a03db324dd Tilghman's directory fix (bug #1892)
21 years ago
James Golovich f5c18f62a1 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer 2bd13db091 Directory fixes courtesy rgagnon (bug #1887)
21 years ago
James Golovich 8ef3b1544b More ast_strlen_zero changes
21 years ago
Mark Spencer 0e89f839e1 Make directory spell name if available
21 years ago
Mark Spencer c7df3b4b22 Even better, let it be specified per-context
21 years ago
Mark Spencer da010f1600 Add ability to customize directory introduction (bug #1488)
21 years ago
Mark Spencer ffe885b21f Trivial portability fix
21 years ago
Mark Spencer 6726488e48 Allow two contexts to be specified for directory application (reimplementation fo bug #643)
21 years ago
Mark Spencer 6e15f28d6a Clarify documentation on Directory
21 years ago
Mark Spencer f305473af5 Answer the line if it hasn't been already
22 years ago
Mark Spencer 4fe5b6f516 Minor extensions fix
22 years ago
Martin Pycko ebe8fb518a Let directory application browse through the multi-company directory entries
22 years ago
Mark Spencer f945ae2122 Minor cleanups
22 years ago
Mark Spencer 08db8f131e Fix application of global DTMF when a peer exists
22 years ago
Mark Spencer 63ff352808 Version 0.3.0 from FTP
23 years ago
Mark Spencer d5930d1fe8 Version 0.1.12 from FTP
23 years ago
Mark Spencer f2784d97fd Version 0.1.10 from FTP
24 years ago
Mark Spencer aa7fcf7317 Version 0.1.9 from FTP
24 years ago
Mark Spencer 5f97dfdf34 Version 0.1.8 from FTP
24 years ago
Mark Spencer 22318b627d Version 0.1.7 from FTP
25 years ago
Mark Spencer 0c3b134da5 Version 0.1.3 from FTP
26 years ago
Mark Spencer 42d4c7991c Version 0.1.1 from FTP
26 years ago
Mark Spencer 0ecb89c774 Version 0.1.0 from FTP
26 years ago