Commit Graph

3234 Commits (34e094726e69c5e0a6db6a84b01ded8c97890d68)

Author SHA1 Message Date
Eliel C. Sardanons 34e094726e Add TestClient() and TestServer() applications XML
17 years ago
Eliel C. Sardanons 5fd54b0fe1 Add more [see also] references based on TFOT.
17 years ago
Eliel C. Sardanons 45e6c880cd Add Macro(), MacroExit(), MacroExclusive() and
17 years ago
Eliel C. Sardanons 990a6bebe8 Add more SeeAlso references based on TFOT.
17 years ago
Eliel C. Sardanons cb4ef23b12 - Add ParkAndAnnounce() application XML documentation.
17 years ago
Eliel C. Sardanons f18699be24 - Add more <see-also> based on TFOT.
17 years ago
Eliel C. Sardanons d23dff9ca8 - Add some see-also references based on TFOT.
17 years ago
Eliel C. Sardanons 1402c25284 - Add Read() application XML documentation.
17 years ago
Eliel C. Sardanons 63930985a1 - Add FollowMe() application XML documentation.
17 years ago
Eliel C. Sardanons 0cd47929d4 - Add PlayTones() and StopPlayTones() applications XML documentation.
17 years ago
Tilghman Lesher 2cc8e25222 Slightly optimize ast_devstate_str and rename global functions devstate2str and config_text_file_save to have an ast_ prefix
17 years ago
Eliel C. Sardanons a57a3cbf19 Add XML documentation for the ForkCDR() application.
17 years ago
Kevin P. Fleming 448562af93 improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met
17 years ago
Tilghman Lesher b287a63971 Merged revisions 154066 via svnmerge from
17 years ago
Eliel C. Sardanons 3873227e9d Add LOCAL() function XML documentation.
17 years ago
Eliel C. Sardanons 9167a2b5e1 Add XML documentation for:
17 years ago
Kevin P. Fleming a67790c6f5 instead of trying to forcibly load res_agi when app_stack is loaded (even if the administrator didn't want it loaded), use GCC weak symbols to determine whether it was loaded already or not; if it was loaded, then use it.
17 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Eliel C. Sardanons ee6a480a6c Add Flash() application XML documentation.
17 years ago
Eliel C. Sardanons cdc31b1e5b Fix a typo in the name of the application.
17 years ago
Sean Bright 39cbb89947 Another little one.
17 years ago
Russell Bryant 2baafa6156 fix a typo (thanks sean)
17 years ago
Russell Bryant 6f314f4d42 Fix various spelling and grammatical issues in documentation
17 years ago
Russell Bryant d7742120e9 - Use a for loop instead of a while loop
17 years ago
Russell Bryant ad533bc62b Instead of doing a couple of strlen() calls each iteration of the loop, only do it once
17 years ago
Russell Bryant 5b168ee34b Merge changes from team/group/appdocsxml
17 years ago
Mark Michelson d521ad9696 * Fixed timeout logic in the dialing API as setting timeouts
17 years ago
Terry Wilson 5fe37e47c6 Recent CDR fixes moved execution of the 'h' exten into the bridging code, so variables that were set after ast_bridge_call was called would not show up in the 'h' exten. Added a callback function to handle setting variables, etc. from w/in the bridging code. Calls back into a nested function within the function calling ast_bridge_call
17 years ago
Kevin P. Fleming 10d36d9f34 fix a few small things found by using sparse
17 years ago
Tilghman Lesher 77060afdac Pay attention to the searchcontexts entry in voicemail.conf (related to AST-125)
17 years ago
Mark Michelson 5652a7b81e If there was no named defined in a voicemail.conf mailbox
17 years ago
Steve Murphy d736ac2b19 Merged revisions 152538 via svnmerge from
17 years ago
Steve Murphy 6fad66dfb3 Merged revisions 152535 via svnmerge from
17 years ago
Tilghman Lesher c7367e26be Merged revisions 152463 via svnmerge from
17 years ago
Tilghman Lesher dd049d429d Merged revisions 152368 via svnmerge from
17 years ago
Tilghman Lesher 45b7b39c22 Set ARGC in subroutines with the number of arguments passed.
17 years ago
Tilghman Lesher 4ee45f5309 Oops, only delete the ARG variables once upon release. The following section
17 years ago
Jason Parker b40220784f Remove options argument parsing/syntax (it isn't used any longer)
17 years ago
Tilghman Lesher 855492c60c Default file modes should always be full read and write, to allow the system
17 years ago
Kevin P. Fleming 1ddc834b39 cleaup of the TCP/TLS socket API:
17 years ago
BJ Weschke 31d28c2518 Give app_authenticate the ability to select a prompt other than the default.
17 years ago
BJ Weschke 7a8344bac6 The QueueEntry event now has the uniqueid of the channel included.
17 years ago
Tilghman Lesher 95ea0a5a70 Fix option handling code.
17 years ago
Jeff Peeler 4afb2649b9 Initialize character arrays as they are not guaranteed to be set.
17 years ago
Mark Michelson 270a2b6a61 Answer the channel prior to checking for the 'a'
17 years ago
Mark Michelson 890a3c2a9b Updating app_skel.c to follow coding guidelines
17 years ago
Tilghman Lesher 1c5e6fc18b Minor spacing change
17 years ago
Kevin P. Fleming 8e33548633 building this module depends on res_agi being built as well
17 years ago
Mark Michelson dc36a357d2 When specifying an invalid timeout to Dial, take it
17 years ago
Mark Michelson 184fe6f87b Merged revisions 149200 via svnmerge from
17 years ago