summaryrefslogtreecommitdiff
path: root/apps/app_externalivr.c
AgeCommit message (Expand)Author
2006-01-27don't re-define the localuser struct for custom use inside the module (issue ...Russell Bryant
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-11conversions to memory allocation wrappers (issue #6210)Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-12Merged revisions 7433,7435 via svnmerge from Kevin P. Fleming
2005-12-01use ast_app_separate_args to split arguments (issue #5686)Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-06issue #5605Russell Bryant
2005-11-06issue #5622Russell Bryant
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-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-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-07fix some race conditionsKevin P. Fleming
2005-09-01ensure that file handles are never double closedKevin P. Fleming
2005-09-01minor optimizationKevin P. Fleming
2005-08-25fix race conditionKevin P. Fleming
2005-08-24clean up code, fix a few bugsKevin P. Fleming
2005-08-24protocol upgradesKevin P. Fleming
2005-08-11fix bugKevin P. Fleming
2005-08-10add ExternalIVR() applicationKevin P. Fleming