asterisk/apps
Kevin P. Fleming 7b2988821a clean up SMDI support commit:
copyright header format and dates
code formatting and guidelines conformance
use of timeval wrapper functions
use of memory allocation wrappers
propery unref created interface objects during config load
document new variable set by chan_zap in doc/channelvariables.txt
remove useless 'extern' on function prototypes and definitions


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9451 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-10 23:55:47 +00:00
..
app_adsiprog.c replace malloc+memset with a call to ast_calloc, also removing the error 2006-01-11 18:40:42 +00:00
app_alarmreceiver.c conversions to memory allocation wrappers (issue #6210) 2006-01-11 22:41:34 +00:00
app_authenticate.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_cdr.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_chanisavail.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_chanspy.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_controlplayback.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_curl.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_db.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_dial.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_dictate.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_directed_pickup.c allow app_directed_pickup to try to pickup 2006-01-13 17:02:15 +00:00
app_directory.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_disa.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_dumpchan.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_echo.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_exec.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_externalivr.c don't re-define the localuser struct for custom use inside the module (issue #6216) 2006-01-27 00:31:05 +00:00
app_festival.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_flash.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_forkcdr.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_getcpeid.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_hasnewvoicemail.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_ices.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_image.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_ivrdemo.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_lookupblacklist.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_lookupcidname.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_macro.c Merged revisions 9156 via svnmerge from 2006-02-05 17:20:29 +00:00
app_meetme.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_milliwatt.c Merged revisions 8232 via svnmerge from 2006-01-19 04:21:12 +00:00
app_mixmonitor.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_morsecode.c Somebody complained the that length of the dah wasn't quite up to spec... 2006-01-13 07:14:42 +00:00
app_mp3.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_nbscat.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_osplookup.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_page.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_parkandannounce.c Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-column screen. 2006-01-22 07:18:02 +00:00
app_playback.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_privacy.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_queue.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_random.c Use doxygen for todo's! :-) 2006-01-23 12:44:53 +00:00
app_read.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_readfile.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_realtime.c revert my pass through the tree to remove checks of the result of ast_strdupa 2006-01-21 17:50:04 +00:00
app_record.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_rpt.c More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod in app_rpt.c 2006-01-13 03:25:23 +00:00
app_sayunixtime.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_senddtmf.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_sendtext.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_setcallerid.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_setcdruserfield.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_settransfercapability.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_skel.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_sms.c More doxygen updates 2006-01-20 00:18:42 +00:00
app_softhangup.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_stack.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_system.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_talkdetect.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_test.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_transfer.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_url.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_userevent.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_verbose.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_voicemail.c clean up SMDI support commit: 2006-02-10 23:55:47 +00:00
app_waitforring.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_waitforsilence.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_while.c on this pass, only remove duplicate log messages 2006-01-21 20:57:06 +00:00
app_zapateller.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
app_zapbarge.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_zapras.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
app_zapscan.c use string fields for some stuff in ast_channel 2006-02-01 23:05:28 +00:00
enter.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
leave.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
Makefile Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945) 2006-02-10 21:50:56 +00:00
rpt_flow.pdf remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00