summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2008-12-29Update app_queue to deal with the removal of AST_PBX_KEEPALIVEMark Michelson
2008-12-23Merged revisions 166093 via svnmerge from Steve Murphy
2008-12-19Fix the XML documentation for Record().Eliel C. Sardanons
2008-12-19Merged revisions 165889 via svnmerge from Russell Bryant
2008-12-18Merged revisions 165767 via svnmerge from Tilghman Lesher
2008-12-18Numerous documentation updates.Joshua Colp
2008-12-18Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.Russell Bryant
2008-12-18Fix 2 resource leaks and fix another pipe-to-comma conversionTilghman Lesher
2008-12-18Add a \todo note for app_originate.Russell Bryant
2008-12-18Add a new application, Originate.Russell Bryant
2008-12-17Add RECORD_STATUS variable, as requested on the -users list.Tilghman Lesher
2008-12-17Fix the buildMark Michelson
2008-12-17Oops, broke trunkTilghman Lesher
2008-12-17Merged revisions 165317 via svnmerge from Tilghman Lesher
2008-12-17Merged revisions 165255 via svnmerge from Mark Michelson
2008-12-17And actually assign the function to a pointer...Mark Michelson
2008-12-17Use the create_vm_state_from_user function in a place whereMark Michelson
2008-12-16(closes issue #13669)Jeff Peeler
2008-12-16Merged revisions 164876 via svnmerge from Russell Bryant
2008-12-16Set MINIVM_ACCMESS_STATUS in all cases. Also, remove a variable that was not...Russell Bryant
2008-12-15Add an 'i' option to app_page. This option works the same asMark Michelson
2008-12-15Fix a compile warning and a logic error that could have been badMark Michelson
2008-12-15Fix up a few issues with regards to queuesMark Michelson
2008-12-15Make app_fax compatible with newer versions of spandsp. This remains backward...Joshua Colp
2008-12-15Fix build WRT ast_str_opaqueRussell Bryant
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-13Only detach and destroy the whisper audiohooks if they are actually in use.Joshua Colp
2008-12-12When using realtime queues, app_queue wasn't updating the strategy if it was ...Terry Wilson
2008-12-11Add an option to voicemail.conf to allow urgent messages to beMark Michelson
2008-12-11Merged revisions 163084 via svnmerge from Mark Michelson
2008-12-11Merged revisions 163080 via svnmerge from Mark Michelson
2008-12-10Finish conversion to using ARRAY_LEN and remove it as a janitor project.Joshua Colp
2008-12-09Merged revisions 162463 via svnmerge from Tilghman Lesher
2008-12-09Merged revisions 162348 via svnmerge from Tilghman Lesher
2008-12-09Merged revisions 162341 via svnmerge from Joshua Colp
2008-12-09Merged revisions 162286 via svnmerge from Russell Bryant
2008-12-09Merged revisions 162273 via svnmerge from Joshua Colp
2008-12-09Merged revisions 162014 via svnmerge from Russell Bryant
2008-12-08Add voicemail related applications and functions XML documentation:Eliel C. Sardanons
2008-12-07Introduce SMS() application XML documentation.Eliel C. Sardanons
2008-12-06Move Speech* applications and functions documentation to XML.Eliel C. Sardanons
2008-12-05If the autoloop flag is set on a channel, then we need to Mark Michelson
2008-12-05Use ast_free() instead of free(), pointed out by eliel on IRC.Sean Bright
2008-12-05When using IMAP_STORAGE, it's important to convert bare newlines (\n) inSean Bright
2008-12-05Resolve a compiler warning from buildbot about a NULL format string.Russell Bryant
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-05Check the return value of fread/fwrite so the compiler doesn't complain. Only aSean Bright
2008-12-03Merged revisions 160770 via svnmerge from Tilghman Lesher
2008-12-03Add some safety measures when using gosub, especially when using the optionsMark Michelson
2008-12-03- Add <variable /> tags when naming a channel variable.Eliel C. Sardanons