aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_page.c
AgeCommit message (Expand)AuthorFilesLines
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