summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2008-11-09Merged revisions 155553 via svnmerge from Sean Bright
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-05Fix some whitespace.Sean Bright
2008-11-05Update a couple places to use the new ast_channel_search_locked API call.Sean Bright
2008-11-05Add TestClient() and TestServer() applications XMLEliel C. Sardanons
2008-11-05Add more [see also] references based on TFOT.Eliel C. Sardanons
2008-11-05Add Macro(), MacroExit(), MacroExclusive() andEliel C. Sardanons
2008-11-05Add more SeeAlso references based on TFOT.Eliel C. Sardanons
2008-11-05- Add ParkAndAnnounce() application XML documentation.Eliel C. Sardanons
2008-11-05- Add more <see-also> based on TFOT.Eliel C. Sardanons
2008-11-05- Add some see-also references based on TFOT.Eliel C. Sardanons
2008-11-05- Add Read() application XML documentation.Eliel C. Sardanons
2008-11-05- Add FollowMe() application XML documentation.Eliel C. Sardanons
2008-11-05- Add PlayTones() and StopPlayTones() applications XML documentation.Eliel C. Sardanons
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-11-04Add XML documentation for the ForkCDR() application.Eliel C. Sardanons
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-11-03Merged revisions 154066 via svnmerge from Tilghman Lesher
2008-11-03Add LOCAL() function XML documentation.Eliel C. Sardanons
2008-11-03Add XML documentation for:Eliel C. Sardanons
2008-11-02instead of trying to forcibly load res_agi when app_stack is loaded (even if ...Kevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-02Add Flash() application XML documentation.Eliel C. Sardanons
2008-11-02Fix a typo in the name of the application.Eliel C. Sardanons
2008-11-02Another little one.Sean Bright
2008-11-02fix a typo (thanks sean)Russell Bryant
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-02 - Use a for loop instead of a while loopRussell Bryant
2008-11-02Instead of doing a couple of strlen() calls each iteration of the loop, only ...Russell 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-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...Terry Wilson
2008-10-30fix a few small things found by using sparseKevin P. Fleming
2008-10-30Pay attention to the searchcontexts entry in voicemail.conf (related to AST-125)Tilghman Lesher
2008-10-29If there was no named defined in a voicemail.conf mailboxMark Michelson
2008-10-29Merged revisions 152538 via svnmerge from Steve Murphy
2008-10-29Merged revisions 152535 via svnmerge from Steve Murphy
2008-10-28Merged revisions 152463 via svnmerge from Tilghman Lesher
2008-10-28Merged revisions 152368 via svnmerge from Tilghman Lesher
2008-10-27Set ARGC in subroutines with the number of arguments passed.Tilghman Lesher
2008-10-27Oops, only delete the ARG variables once upon release. The following sectionTilghman Lesher
2008-10-27Remove options argument parsing/syntax (it isn't used any longer)Jason Parker
2008-10-21Default file modes should always be full read and write, to allow the systemTilghman Lesher
2008-10-19cleaup of the TCP/TLS socket API:Kevin P. Fleming
2008-10-18 Give app_authenticate the ability to select a prompt other than the default. BJ Weschke
2008-10-18 The QueueEntry event now has the uniqueid of the channel included.BJ Weschke
2008-10-17Fix option handling code.Tilghman Lesher
2008-10-17Initialize character arrays as they are not guaranteed to be set.Jeff Peeler
2008-10-16Answer the channel prior to checking for the 'a'Mark Michelson
2008-10-16Updating app_skel.c to follow coding guidelinesMark Michelson