summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
2006-05-03Merged revisions 24567 via svnmerge from BJ Weschke
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionJim Dixon
2006-04-21more NULL "" equivalence in CID fields.Luigi Rizzo
2006-04-19move a replicated block of code in the one place where it belongs.Luigi Rizzo
2006-04-19merge two nested 'if' which are really a single block.Luigi Rizzo
2006-04-19fix indentation of a large blockLuigi Rizzo
2006-04-19start sorting out the duplicated code in the privacy handlerLuigi Rizzo
2006-04-19merge two nested 'if' which are really a single block.Luigi Rizzo
2006-04-19more localization and variable removalLuigi Rizzo
2006-04-19more localization of variablesLuigi Rizzo
2006-04-19localize one more variable;Luigi Rizzo
2006-04-19localize some variablesLuigi Rizzo
2006-04-19extract a common condition.Luigi Rizzo
2006-04-19fix indentation of some large blocks after previous changesLuigi Rizzo
2006-04-19more simplifications - use a local variable c instead of o->chan,Luigi Rizzo
2006-04-19more simplificationsLuigi Rizzo
2006-04-19start cleaning up this code so we can split the 900 lines functionLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11Merged revisions 19397 via svnmerge from Tilghman Lesher
2006-04-11Merged revisions 19301 via svnmerge from Kevin P. Fleming
2006-04-11 Minor cleanups and error handling for app_dial #6935 (casper)BJ Weschke
2006-04-11normalize code preparing for loader changesLuigi Rizzo
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)Kevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c Olle Johansson
2006-04-06convert a couple of applications to the new module styleLuigi Rizzo
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-19Merged revisions 13550 via svnmerge from Russell Bryant
2006-03-14Merged revisions 12927 via svnmerge from Russell Bryant
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-26don't redefine the localuser struct for additional use specific to the module...Russell Bryant
2006-01-25Merged revisions 8608 via svnmerge from Kevin P. Fleming
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2006-01-17suppress compiler warningKevin P. Fleming
2006-01-17- Logging clean upOlle Johansson
2006-01-13Added forward context option from 5497Matt O'Gorman
2006-01-11conversions to memory allocation wrappers (issue #6210)Russell Bryant
2006-01-11Merged revisions 7957 via svnmerge from Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of Mark Spencer
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from Kevin P. Fleming
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-25Record DIALEDTIME on incomplete calls, update description (bug #5862)Mark Spencer
2005-11-25issue #5850Russell Bryant
2005-11-14fix a typo in the RetryDial descriptionRussell Bryant