summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
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
2005-11-12issue #5720Kevin P. Fleming
2005-11-11update the descriptions of a couple more appsRussell Bryant
2005-11-11more cleanups to application descriptionsRussell Bryant
2005-11-08issue #5602Kevin P. Fleming
2005-11-07application doc updateKevin P. Fleming
2005-11-06Convert some built-in applications to use new args parsing macros.Russell Bryant
2005-11-06issue #5605Russell Bryant
2005-11-06Dial janitor patch (bug #5613)Mark Spencer
2005-11-03flags usage simplificationKevin P. Fleming
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-11-02uhh... oopsKevin P. Fleming
2005-11-02upgrade Dial() app to use API-based argument/option parsingKevin P. Fleming
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-20fix up help text (issue #5479)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-10-14ensure Dial() options are sorted in help output (issue #5386)Kevin P. Fleming
2005-10-13add auto-monitor support (issue #5411)Kevin P. Fleming
2005-10-05properly report hangupcause when ast_request() fails for the last (or only) t...Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)Kevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-03Be sure not to leak frames in certain casesMark Spencer
2005-07-26add a global option to disable priority jumping in applications (when they ge...Kevin P. Fleming
2005-07-12add privacy/screening functionality to app_dial (bug #752)Kevin P. Fleming
2005-07-10Pass along proceeding and progress even when overlap mode is not onMark Spencer
2005-07-08Change level of message in case of write on hung up channel (Bug #4651)Matthew Fredrickson
2005-07-07more fun with ast_copy_stringRussell Bryant
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-06-06the last round of file version tagsKevin P. Fleming