aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-11-20Merged revisions 158053 via svnmerge from mmichelson1-0/+3
2008-11-19Add a space to the outputmmichelson1-1/+1
2008-11-19Add a RES_NOT_DYNAMIC case for the CLI command mmichelson1-0/+3
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...kpfleming1-7/+7
2008-11-18Fix the logic for when delete=yes when IMAP storagemmichelson1-1/+23
2008-11-18Merged revisions 157365 via svnmerge from jpeeler1-1/+1
2008-11-18Merged revisions 157305 via svnmerge from mmichelson2-1/+12
2008-11-17Can't use items duplicated off the stack frame in an element returned fromtilghman1-3/+12
2008-11-14Fix some refcounting in app_queue.c and change themmichelson1-7/+10
2008-11-14Merged revisions 156816 via svnmerge from mmichelson1-1/+1
2008-11-14Merged revisions 156755 via svnmerge from tilghman1-0/+5
2008-11-13Introduce XML documentation for:eliel1-149/+365
2008-11-12Merged revisions 156386 via svnmerge from tilghman1-12/+15
2008-11-12Merged revisions 156294 via svnmerge from tilghman1-0/+4
2008-11-12Merged revisions 156289 via svnmerge from jpeeler1-1/+1
2008-11-12Merged revisions 156178 via svnmerge from jpeeler1-24/+148
2008-11-12Merged revisions 156167 via svnmerge from mmichelson1-0/+4
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright1-16/+31
2008-11-09Merged revisions 155553 via svnmerge from seanbright3-49/+54
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-15/+15
2008-11-05Fix some whitespace.seanbright1-2/+2
2008-11-05Update a couple places to use the new ast_channel_search_locked API call.seanbright1-25/+29
2008-11-05Add TestClient() and TestServer() applications XMLeliel1-12/+35
2008-11-05Add more [see also] references based on TFOT.eliel1-0/+9
2008-11-05Add Macro(), MacroExit(), MacroExclusive() andeliel1-55/+112
2008-11-05Add more SeeAlso references based on TFOT.eliel5-5/+27
2008-11-05- Add ParkAndAnnounce() application XML documentation.eliel1-22/+41
2008-11-05- Add more <see-also> based on TFOT.eliel8-0/+51
2008-11-05- Add some see-also references based on TFOT.eliel6-0/+59
2008-11-05- Add Read() application XML documentation.eliel1-27/+73
2008-11-05- Add FollowMe() application XML documentation.eliel1-15/+36
2008-11-05- Add PlayTones() and StopPlayTones() applications XML documentation.eliel1-1/+1
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...tilghman3-8/+8
2008-11-04Add XML documentation for the ForkCDR() application.eliel1-85/+104
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming2-3/+3
2008-11-03Merged revisions 154066 via svnmerge from tilghman1-1/+1
2008-11-03Add LOCAL() function XML documentation.eliel1-2/+17
2008-11-03Add XML documentation for:eliel4-59/+140
2008-11-02instead of trying to forcibly load res_agi when app_stack is loaded (even if ...kpfleming1-12/+9
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming9-19/+66
2008-11-02Add Flash() application XML documentation.eliel1-10/+18
2008-11-02Fix a typo in the name of the application.eliel1-1/+1
2008-11-02Another little one.seanbright1-1/+1
2008-11-02fix a typo (thanks sean)russell1-1/+1
2008-11-02Fix various spelling and grammatical issues in documentationrussell8-9/+9
2008-11-02 - Use a for loop instead of a while looprussell1-24/+21
2008-11-02Instead of doing a couple of strlen() calls each iteration of the loop, only ...russell1-5/+12
2008-11-01Merge changes from team/group/appdocsxmlrussell54-1327/+2924
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsmmichelson1-10/+35
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson3-21/+56