aboutsummaryrefslogtreecommitdiffstats
path: root/main/app.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-15Merged revisions 257544 via svnmerge from tilghman1-37/+51
2010-03-13Resolve unit test failure that occurred on Mac OSX.russell1-3/+7
2010-02-17Add support for GROUP_MATCH_COUNT regex matching on categoryjpeeler1-6/+13
2009-12-10Add audio announcement option to app_pagejpeeler1-4/+0
2009-12-06Move implementation of closefrom(3) from app.c to strcompat.ctilghman1-19/+0
2009-11-30Merged revisions 231614 via svnmerge from mnicholson1-6/+6
2009-11-30Reverted 231616mnicholson1-6/+6
2009-11-30Merged revisions 231614 via svnmerge from mnicholson1-6/+6
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-8/+8
2009-10-17Remove unnecessary typedeftilghman1-1/+1
2009-10-15Create an API for adding an optional time unit onto the ends of time periods.tilghman1-0/+56
2009-09-02Close up to the soft open file limit (same on Linux, but varies drastically o...tilghman1-1/+1
2009-08-06Allow Gosub to recognize quote delimiters without consuming them.tilghman1-6/+21
2009-06-27Only update total silence counter after a counter reset.russell1-1/+9
2009-06-23Ignore voicemail messages that are just silence.russell1-19/+16
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-0/+22
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-3/+3
2009-04-22Fix building of chan_h323 with gcc-3.3jpeeler1-9/+9
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman1-1/+1
2009-03-27Change global_app_buf to ast_str_thread_global_buf.russell1-1/+1
2009-03-04Spacing changes onlytilghman1-197/+276
2009-03-03app_read does not break from prompt loop with user terminated empty stringdvossel1-3/+7
2009-03-02Merged revisions 179468 via svnmerge from tilghman1-1/+9
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.tilghman1-0/+27
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-5/+8
2009-01-29Merged revisions 172438 via svnmerge from tilghman1-0/+11
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...oej1-2/+2
2009-01-13Merged revisions 168561 via svnmerge from russell1-1/+1
2009-01-12Some platforms (notably, the BSDs) have a more efficient implementation calledtilghman1-2/+11
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-0/+4
2008-12-09Merged revisions 161948 via svnmerge from russell1-2/+7
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. Seetilghman1-0/+13
2008-09-12When checking for an encoded character, make sure the string isn't blank, first.tilghman1-0/+5
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-8/+8
2008-07-30Merged revisions 134475 via svnmerge from mmichelson1-1/+5
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.tilghman1-8/+37
2008-06-20Merged revisions 124395 via svnmerge from tilghman1-2/+6
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-05-09Adding support for "urgent" voicemail messages. Messages which aremmichelson1-4/+6
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-6/+6
2008-04-28Adding a new option 'n' to app_chanspy. This option allows for the name of th...mmichelson1-1/+12
2008-04-25Oops, this isn't necessarily AGI that is forking anymoretilghman1-1/+1
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman1-0/+63
2008-03-25Merged revisions 110628 via svnmerge from file1-0/+9
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-1/+3
2008-03-04Whitespace changes onlytilghman1-11/+11
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...twilson1-0/+11
2008-02-18Merged revisions 103786 via svnmerge from mmichelson1-1/+1
2008-02-11Just some minor coding style cleanup...file1-2/+2
2007-11-27Merged revisions 89709 via svnmerge from kpfleming1-5/+1