summaryrefslogtreecommitdiff
path: root/apps/app_page.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-11-06docs: Fix a few typo's in app docs (more then, resourse).Walter Doekes
2015-09-22app_page.c: Fix crash when forwarding with a predial handler.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-12-09app_page: Add predial handlers for app_page.Jonathan Rose
2013-02-05app_page and app_confbridge: Fix custom announcement on entering conference.Richard Mudgett
2013-02-05app_page: Fixup application XML documentation typos and inaccuracies.Richard Mudgett
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-03-24app_page: Fix a memory leak on every Page().Russell Bryant
2012-03-10Transition app_page to using app_confbridge internally for the conference bri...Joshua Colp
2012-02-28Remove dupliate 'i' option table entry in app_page.c.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2009-12-10Add audio announcement option to app_pageJeff Peeler
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-01-25Merged revisions 170979 via svnmerge from Sean Bright
2009-01-14Merged revisions 168608 via svnmerge from Steve Murphy
2009-01-14Merged revisions 168593 via svnmerge from Terry Wilson
2008-12-15Add an 'i' option to app_page. This option works the same asMark Michelson
2008-11-05- Add more <see-also> based on TFOT.Eliel C. Sardanons
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-11-02fix a typo (thanks sean)Russell Bryant
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsMark Michelson
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-03-11Dial a device even if it's state is unknown.Joshua Colp
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-01Merged revisions 66879 via svnmerge from Russell Bryant
2007-03-16Merged revisions 58992 via svnmerge from Joshua Colp
2007-02-12Merged revisions 54066 via svnmerge from Russell Bryant
2007-01-24Merged revisions 52049 via svnmerge from Joshua Colp
2007-01-18Add 's' option to Page application which checks devicestate before dialing. (...Joshua Colp
2006-12-20Clean up app_pageJoshua Colp
2006-10-26Merged revisions 46347 via svnmerge from Jason Parker
2006-09-11Merged revisions 42783 via svnmerge from Tilghman Lesher
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant