summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
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
2007-06-19Via bug9228, no way to create macros via AEL, and some of the apps allow you ...Steve Murphy
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!Russell Bryant
2007-06-07Merged revisions 68071 via svnmerge from Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-04Merged revisions 67066 via svnmerge from Joshua Colp
2007-05-18Merged revisions 65200 via svnmerge from Steve Murphy
2007-05-17Merged revisions 64756 via svnmerge from Russell Bryant
2007-04-13Merged revisions 61656 via svnmerge from Joshua Colp
2007-04-09Remove unused instances of unnamed enums.Russell Bryant
2007-04-09Merged revisions 60798 via svnmerge from Joshua Colp
2007-02-27Properly hangup the original dialed channel, not the new channel that appeare...Joshua Colp
2007-02-17Merged revisions 55154 via svnmerge from Joshua Colp
2007-02-16Merged revisions 54924 via svnmerge from Joshua Colp
2007-02-16Merged revisions 54884 via svnmerge from Joshua Colp
2007-02-15Merged revisions 54623 via svnmerge from Joshua Colp
2007-02-14Merged revisions 54481 via svnmerge from Joshua Colp
2007-02-09Merged revisions 53749 via svnmerge from Joshua Colp
2007-02-03Merged revisions 53136 via svnmerge from Russell Bryant
2007-01-10Merged revisions 50298 via svnmerge from Joshua Colp
2006-12-19better name for struct dial_localuser.Luigi Rizzo
2006-12-19introduce a temporary variable for tmp->chan to shorten expressions.Luigi Rizzo
2006-12-19stop what i think is a memory leak in case Dial fails toLuigi Rizzo
2006-12-19move a large block related to privacy handling to a separate function.Luigi Rizzo
2006-12-01Merged revisions 48193 via svnmerge from Kevin P. Fleming
2006-11-21better fix for the previous bug.Luigi Rizzo
2006-11-21do not ast_hangup() on a NULL channel.Luigi Rizzo
2006-11-20Merged revisions 47850 via svnmerge from Joshua Colp