aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_page.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-01List app_meetme as a module that app_page depends on.russell1-0/+1
2007-03-16Wait for the async thread to exit when hanging up all of the paged phones und...file1-3/+2
2007-02-12- Add the ability to register a callback to monitor state changes in anrussell1-1/+1
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file1-75/+50
2006-10-26Fix small formatting issue, that causes misaligned lineqwell1-1/+1
2006-09-11Merged revisions 42783 via svnmerge from tilghman1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-19/+8
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-05-03 Documentation / whitespace fix.bweschke1-1/+1
2006-05-03 Optionally record audio of the page command for re-pages/playback. #6827 (Je...bweschke1-3/+8
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+5
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-16/+7
2006-04-13Merged revisions 19812 via svnmerge from kpfleming1-4/+4
2006-04-11Merged revisions 19348 via svnmerge from kpfleming1-1/+12
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-1/+1
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-1/+1
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-11update for change to ast_pbx_outgoing_extenrussell1-1/+1
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+5
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-5/+0
2006-01-13 More memory wrapper cleanup. #6224bweschke1-3/+2
2006-01-12 More new memory wrapper work.bweschke1-2/+1
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from kpfleming1-1/+29
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-07application doc updatekpfleming1-3/+2
2005-11-06issue #5605russell1-0/+1
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-7/+9
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-7/+7
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+5
2005-10-18Small paging fixups (bug #5460)markster1-5/+5
2005-10-14Don't wait for channels to answer before moving on!markster1-4/+55
2005-10-13make new app conform to coding guidelines :-(kpfleming1-31/+45
2005-10-13Make sure paging can be duplex if necessarymarkster1-5/+15
2005-10-12Fix "bug" of not being able to page multiple phonesmarkster1-0/+125