aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Merged revisions 170568 via svnmerge from file1-0/+3
2009-01-23Reset the ast_str used for escape substitution. We need to do this since it i...file1-0/+2
2009-01-22Merged revisions 170147 via svnmerge from file1-4/+4
2009-01-22Clear the autoloop flag when parsing and setting the context/extension/priori...file1-1/+3
2009-01-21Fix device state parsing issues for channel names with multiple slashesmmichelson1-1/+1
2009-01-20Use the default timeout for a queue instead of -1mmichelson1-1/+1
2009-01-19Merged revisions 169364 via svnmerge from tilghman1-7/+12
2009-01-16Merged revisions 168828 via svnmerge from tilghman1-146/+98
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming1-3/+1
2009-01-15Add a missing unlock and properly handle the 'maxusers' setting on MeetMeseanbright1-1/+3
2009-01-15Add support for setting the Reason header when cancelling a call in the queue oej1-1/+5
2009-01-15Merged revisions 168628 via svnmerge from mmichelson1-5/+10
2009-01-14Merged revisions 168608 via svnmerge from murf1-1/+1
2009-01-14Merged revisions 168593 via svnmerge from twilson1-4/+16
2009-01-13Clarify a message that app_queue prints and change to a debug-level messagemmichelson1-1/+1
2009-01-13Merged revisions 168561 via svnmerge from russell3-3/+3
2009-01-12Better to use the proper app nameoej1-2/+2
2009-01-09Set ORIGINATE_STATUS instead of OUTGOING_STATUS to match the documentationtwilson1-7/+7
2009-01-09Set peer context and exten values so MACRO_EXTEN and MACRO_CONTEXT will be settwilson1-0/+4
2009-01-08Fix variables to comply with documentation changestilghman1-3/+3
2009-01-08Textual changes, consistency in status variable naming, and other minor bugs.tilghman1-60/+65
2009-01-08Add the average talk time for a queuemmichelson1-11/+19
2009-01-07 Answer the channel if it has not already been answered and we've already fou...bweschke1-0/+5
2008-12-29Update app_queue to deal with the removal of AST_PBX_KEEPALIVEmmichelson2-5/+7
2008-12-23Merged revisions 166093 via svnmerge from murf3-53/+33
2008-12-19Fix the XML documentation for Record().eliel1-6/+6
2008-12-19Merged revisions 165889 via svnmerge from russell1-1/+1
2008-12-18Merged revisions 165767 via svnmerge from tilghman1-10/+52
2008-12-18Numerous documentation updates.file1-8/+8
2008-12-18Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.russell1-2/+6
2008-12-18Fix 2 resource leaks and fix another pipe-to-comma conversiontilghman1-5/+10
2008-12-18Add a \todo note for app_originate.russell1-0/+4
2008-12-18Add a new application, Originate.russell1-0/+213
2008-12-17Add RECORD_STATUS variable, as requested on the -users list.tilghman1-0/+22
2008-12-17Fix the buildmmichelson1-1/+1
2008-12-17Oops, broke trunktilghman1-1/+1
2008-12-17Merged revisions 165317 via svnmerge from tilghman1-21/+55
2008-12-17Merged revisions 165255 via svnmerge from mmichelson4-3/+14
2008-12-17And actually assign the function to a pointer...mmichelson1-1/+1
2008-12-17Use the create_vm_state_from_user function in a place wheremmichelson1-18/+7
2008-12-16(closes issue #13669)jpeeler1-0/+1
2008-12-16Merged revisions 164876 via svnmerge from russell1-1/+1
2008-12-16Set MINIVM_ACCMESS_STATUS in all cases. Also, remove a variable that was not...russell1-4/+6
2008-12-15Add an 'i' option to app_page. This option works the same asmmichelson1-0/+9
2008-12-15Fix a compile warning and a logic error that could have been badmmichelson1-2/+2
2008-12-15Fix up a few issues with regards to queuesmmichelson1-12/+23
2008-12-15Make app_fax compatible with newer versions of spandsp. This remains backward...file1-0/+3
2008-12-15Fix build WRT ast_str_opaquerussell1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman7-43/+42
2008-12-13Only detach and destroy the whisper audiohooks if they are actually in use.file1-8/+13