dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/apps
kpfleming 86baa1f143 add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #if expressions will be caught
convert various #if expressions to #ifdef for macros that may not be defined (and where the value is not important)
Note: two of these changes are in bison generated files which is going to be inconvenient when they are regenerated


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55329 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-18 15:03:42 +00:00
..
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 2006-08-26 23:58:47 +00:00
app_adsiprog.c Merged revisions 53779-53781 via svnmerge from 2007-02-09 23:53:51 +00:00
app_alarmreceiver.c fix various spelling mistakes in comments (issue #8237, jmls) 2006-10-26 17:52:15 +00:00
app_amd.c Merged revisions 47617 via svnmerge from 2006-11-14 16:48:03 +00:00
app_authenticate.c Merged revisions 42421 via svnmerge from 2006-09-08 16:08:36 +00:00
app_cdr.c add author doxygen tag (issue #8241, kshumard) 2006-10-31 06:37:48 +00:00
app_chanisavail.c As per bug 8859 (Add option to revert old ChanIsAvail() with 's' option behavior), this update makes the 't' option available, which calls ast_parse_device_state instead of ast_device_state. This option will not dive into the channel driver to find the status of the device (which could be good if sip devicestate isn't returning full status, for various reasons). 2007-01-24 20:35:54 +00:00
app_channelredirect.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_chanspy.c Add 'o' option to Chanspy which causes it to only listen to audio coming from the channel, and the 'X' option which allows the user to exit to a valid single digit extension. (issue #8137 reported by mnicholson) 2007-02-16 01:17:25 +00:00
app_controlplayback.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_db.c Merged revisions 47782 via svnmerge from 2006-11-16 23:20:52 +00:00
app_dial.c Merged revisions 55154 via svnmerge from 2007-02-17 03:57:23 +00:00
app_dictate.c Merged revisions 49834 via svnmerge from 2007-01-07 21:46:38 +00:00
app_directed_pickup.c Merged revisions 47850 via svnmerge from 2006-11-20 15:55:58 +00:00
app_directory.c a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode 2006-12-21 19:44:20 +00:00
app_disa.c rename the structs struct tone_zone_sound and struct tone_zone 2006-12-25 06:38:09 +00:00
app_dumpchan.c Print the raw read/write formats in the DumpChan application. 2007-02-16 22:21:16 +00:00
app_echo.c Merged revisions 53880 via svnmerge from 2007-02-10 09:22:15 +00:00
app_exec.c Few more code clean ups. 2007-02-15 02:02:30 +00:00
app_externalivr.c Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR. (issue #8165 reported by mnicholson) 2007-01-23 04:45:43 +00:00
app_festival.c a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode 2006-12-21 19:44:20 +00:00
app_flash.c Few more code clean ups. 2007-02-15 02:02:30 +00:00
app_followme.c This update fulfils the request of bug 7109, which claimed the language arg to ast_stream_and_wait() was redundant. Almost all calls just used chan->language, and seeing how chan is the first argument, this certainly seems redundant. A change of language could just as easily be done by simply changing the channel language before calling. 2006-11-17 23:18:51 +00:00
app_forkcdr.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_getcpeid.c Merged revisions 46200 via svnmerge from 2006-10-25 14:44:50 +00:00
app_ices.c Merged revisions 48375 via svnmerge from 2006-12-11 00:52:19 +00:00
app_image.c Few more code clean ups. 2007-02-15 02:02:30 +00:00
app_ivrdemo.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_macro.c Merged revisions 53355 via svnmerge from 2007-02-07 15:35:44 +00:00
app_meetme.c Merged revisions 55006 via svnmerge from 2007-02-16 22:50:22 +00:00
app_milliwatt.c Clean up app_milliwatt code. 2007-02-15 01:52:10 +00:00
app_mixmonitor.c Merged revisions 52717 via svnmerge from 2007-01-29 23:45:39 +00:00
app_morsecode.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_mp3.c Merged revisions 48375 via svnmerge from 2006-12-11 00:52:19 +00:00
app_nbscat.c Merged revisions 48375 via svnmerge from 2006-12-11 00:52:19 +00:00
app_osplookup.c Resolve some pointer signedness compiler warnings in app_osplookup, and 2006-12-06 07:39:39 +00:00
app_page.c Merged revisions 54066 via svnmerge from 2007-02-12 18:01:15 +00:00
app_parkandannounce.c Merged revisions 46200 via svnmerge from 2006-10-25 14:44:50 +00:00
app_playback.c Merged revisions 53399 via svnmerge from 2007-02-07 17:06:34 +00:00
app_privacy.c Constify the result of a config retrieval function, to avoid mutilation (issue 7983). 2006-09-20 20:40:39 +00:00
app_queue.c Merged revisions 55219 via svnmerge from 2007-02-17 17:41:47 +00:00
app_read.c rename the structs struct tone_zone_sound and struct tone_zone 2006-12-25 06:38:09 +00:00
app_readfile.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_record.c Merged revisions 55278 via svnmerge from 2007-02-18 12:52:58 +00:00
app_rpt.c Remove duplicate calls to pthread_attr_destroy() that I put in yesterday 2007-02-01 14:43:44 +00:00
app_sayunixtime.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_senddtmf.c Merged revisions 50073 via svnmerge from 2007-01-08 21:17:51 +00:00
app_sendtext.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_setcallerid.c Add CALLERPRES dialplan function and deprecate SetCallerPres application 2007-02-03 22:05:02 +00:00
app_skel.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_sms.c From coding guidelines: 2006-12-27 16:58:03 +00:00
app_softhangup.c Merged revisions 46200 via svnmerge from 2006-10-25 14:44:50 +00:00
app_speech_utils.c Merged revisions 54714 via svnmerge from 2007-02-16 00:54:10 +00:00
app_stack.c Okay, I can't use ast_app_separate_args for that... and add some debugging for murf... 2006-10-03 15:50:25 +00:00
app_system.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_talkdetect.c bug #8076 check option_debug before printing to debug channel. 2006-10-03 15:53:07 +00:00
app_test.c bug #8076 check option_debug before printing to debug channel. 2006-10-03 15:53:07 +00:00
app_transfer.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_url.c Merged revisions 43445 via svnmerge from 2006-09-21 20:24:50 +00:00
app_userevent.c Merged revisions 53042 via svnmerge from 2007-01-31 18:18:58 +00:00
app_verbose.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_voicemail.c add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #if expressions will be caught 2007-02-18 15:03:42 +00:00
app_waitforring.c As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg. 2006-10-05 01:40:06 +00:00
app_waitforsilence.c bug #8076 check option_debug before printing to debug channel. 2006-10-03 15:53:07 +00:00
app_while.c Merged revisions 51829 via svnmerge from 2007-01-24 00:21:32 +00:00
app_zapateller.c Janitor for Zapateller: convert to use argument macros 2006-10-01 05:37:46 +00:00
app_zapbarge.c include "asterisk/zapata.h" instead of looking 2007-01-19 16:16:19 +00:00
app_zapras.c include "asterisk/zapata.h" instead of looking 2007-01-19 16:16:19 +00:00
app_zapscan.c include "asterisk/zapata.h" instead of looking 2007-01-19 16:16:19 +00:00
enter.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
leave.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
rpt_flow.pdf git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00