summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...Terry Wilson
2008-02-09whitespace fixes only.Michiel van Baak
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-22Merged revisions 99592 via svnmerge from Olle Johansson
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...Tilghman Lesher
2007-12-07Merged revisions 91783 via svnmerge from Russell Bryant
2007-12-07Merged revisions 91693 via svnmerge from Russell Bryant
2007-12-07Merged revisions 91677 via svnmerge from Russell Bryant
2007-12-06- Dial eventOlle Johansson
2007-12-05Merged revisions 91273 via svnmerge from Mark Michelson
2007-12-04Fix build in trunk. This was fixed in 1.4, but blocked in trunk since this h...Jason Parker
2007-12-04Merged revisions 90735 via svnmerge from Mark Michelson
2007-12-03Remove the file descriptors from the main poll channel when the channel is hu...Joshua Colp
2007-11-30Adding support for the "automixmonitor" dial and queue options.Mark Michelson
2007-11-27Merged revisions 89622 via svnmerge from Steve Murphy
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...Steve Murphy
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14Use BEGIN_OPTIONS / END_OPTIONS to make the syntax highlighting in my editor ...Russell Bryant
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-11Make sure we propogate ANI2 to the outbound channelMatthew Fredrickson
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)Tilghman Lesher
2007-10-01Merged revisions 84166 via svnmerge from Russell Bryant
2007-10-01Merged revisions 84158 via svnmerge from Joshua Colp
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls toRussell Bryant
2007-08-31Merged revisions 81412 via svnmerge from Jason Parker
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-27These fixes take care of two problems: a complaint in asterisk-dev that goto'...Steve Murphy
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17Merged revisions 75405 via svnmerge from Mark Michelson
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-17Fix an incorrect parenthesization (TODO: Find a better word) in app_dialJason Parker
2007-07-16Merged revisions 75253 via svnmerge from Mark Michelson
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-09Implementation of a feature that will disable "missed calls" counters on SIP ...Olle Johansson
2007-07-03Merged revisions 73053 via svnmerge from Tilghman Lesher
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2007-06-20Cleaning up a small disaster I created earlierSteve Murphy
2007-06-20As per 9228, now app_queue should have the proper machinery to do gosubs.Steve Murphy
2007-06-20Merged revisions 70445 via svnmerge from Tilghman Lesher
2007-06-20Merge work to make U(...) option work for DialTilghman Lesher