app_page: Add predial handlers for app_page.
[asterisk/asterisk.git] / apps / app_page.c
2013-12-09 Jonathan Roseapp_page: Add predial handlers for app_page.
2013-02-05 Richard Mudgettapp_page and app_confbridge: Fix custom announcement...
2013-02-05 Richard Mudgettapp_page: Fixup application XML documentation typos...
2012-05-18 Matthew JordanFix a variety of memory leaks
2012-03-24 Russell Bryantapp_page: Fix a memory leak on every Page().
2012-03-10 Joshua ColpTransition app_page to using app_confbridge internally...
2012-02-28 Richard MudgettRemove dupliate 'i' option table entry in app_page.c.
2012-01-24 Terry WilsonOpaquify channel stringfields
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2009-12-10 Jeff PeelerAdd audio announcement option to app_page
2009-06-15 Kevin P. FlemingLast batch of 'static' qualifiers for module-level...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-12 Kevin P. Flemingadd 'const' qualifiers in various places where they...
2009-01-25 Sean BrightMerged revisions 170979 via svnmerge from
2009-01-14 Steve MurphyMerged revisions 168608 via svnmerge from
2009-01-14 Terry WilsonMerged revisions 168593 via svnmerge from
2008-12-15 Mark MichelsonAdd an 'i' option to app_page. This option works the...
2008-11-05 Eliel C. Sardanons- Add more <see-also> based on TFOT.
2008-11-04 Tilghman LesherSlightly optimize ast_devstate_str and rename global...
2008-11-02 Russell Bryantfix a typo (thanks sean)
2008-11-02 Russell BryantFix various spelling and grammatical issues in document...
2008-11-01 Russell BryantMerge changes from team/group/appdocsxml
2008-10-31 Mark Michelson* Fixed timeout logic in the dialing API as setting...
2008-06-12 Jeff PeelerGoodbye Zaptel, hello DAHDI. Removes Zaptel driver...
2008-03-11 Joshua ColpDial a device even if it's state is unknown.
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-07-31 Tilghman LesherMostly cleanup of documentation to substitute the pipe...
2007-07-23 Tilghman LesherMerge the dialplan_aesthetics branch. Most of this...
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-07-16 Joshua ColpIt is no longer required for each module that deals...
2007-06-01 Russell BryantMerged revisions 66879 via svnmerge from
2007-03-16 Joshua ColpMerged revisions 58992 via svnmerge from
2007-02-12 Russell BryantMerged revisions 54066 via svnmerge from
2007-01-24 Joshua ColpMerged revisions 52049 via svnmerge from
2007-01-18 Joshua ColpAdd 's' option to Page application which checks devices...
2006-12-20 Joshua ColpClean up app_page
2006-10-26 Jason ParkerMerged revisions 46347 via svnmerge from
2006-09-11 Tilghman LesherMerged revisions 42783 via svnmerge from
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-05-03 BJ Weschke Documentation / whitespace fix.
2006-05-03 BJ Weschke Optionally record audio of the page command for re...
2006-04-24 Kevin P. FlemingThanks to the fine work of Russell Bryant and Dancho...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-13 Kevin P. FlemingMerged revisions 19812 via svnmerge from
2006-04-11 Kevin P. FlemingMerged revisions 19348 via svnmerge from
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-04-05 Tilghman LesherBug 6873 - Finish moving from the non-threadsafe (and...
2006-03-30 Luigi Rizzoas discussed with Mark a few weeks ago, the 'newstack...
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-02-11 Russell Bryantupdate for change to ast_pbx_outgoing_exten
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove lots of useless checks of the result of ast_strdupa
2006-01-13 BJ Weschke More memory wrapper cleanup. #6224
2006-01-12 BJ Weschke More new memory wrapper work.
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-02 Kevin P. FlemingMerged revisions 7265-7266,7268-7275 via svnmerge from
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-07 Kevin P. Flemingapplication doc update
2005-11-06 Russell Bryantissue #5605
2005-11-03 Kevin P. Flemingmajor update to arg/option parsing APIs and documentation
2005-10-26 Russell Bryantremove unnecessary checks before calls to ast_strlen_zero
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-19 Russell BryantMassive cleanups to applications for LOCAL_USER handlin...
2005-10-18 Russell Bryantit's a good idea to unregister everything before callin...
2005-10-18 Mark SpencerSmall paging fixups (bug #5460)
2005-10-14 Mark SpencerDon't wait for channels to answer before moving on!
2005-10-13 Kevin P. Flemingmake new app conform to coding guidelines :-(
2005-10-13 Mark SpencerMake sure paging can be duplex if necessary
2005-10-12 Mark SpencerFix "bug" of not being able to page multiple phones