asterisk/apps
Joshua Colp 095b911df1 Merged revisions 52717 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r52717 | file | 2007-01-29 18:43:40 -0500 (Mon, 29 Jan 2007) | 10 lines

Merged revisions 52716 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r52716 | file | 2007-01-29 18:39:39 -0500 (Mon, 29 Jan 2007) | 2 lines

Now that filename is part of the structure and since it comes before postprocess... we have to add it to our postprocess line. (reported on asterisk-dev by Boris Bakchiev)

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52718 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-01-29 23:45:39 +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 move ADSI functionality into ast_ namespace 2006-09-20 04:34: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 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_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 50298 via svnmerge from 2007-01-10 04:56:48 +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 convert the final clients of ast_build_string to use ast_str_*() 2006-12-18 15:38:50 +00:00
app_echo.c Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it! 2006-08-31 01:59:02 +00:00
app_exec.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +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 include "asterisk/zapata.h" instead of looking 2007-01-19 16:16:19 +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 merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_ivrdemo.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_macro.c Added a warning to the documentation for Macro in response to bug 7776 2006-10-04 15:37:51 +00:00
app_meetme.c Merged revisions 51343 via svnmerge from 2007-01-20 00:13:52 +00:00
app_milliwatt.c Merge team/russell/frame_caching 2006-08-29 20:50:36 +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 52049 via svnmerge from 2007-01-24 18:23:07 +00:00
app_parkandannounce.c Merged revisions 46200 via svnmerge from 2006-10-25 14:44:50 +00:00
app_playback.c Merged revisions 45051 via svnmerge from 2006-10-13 16:22:17 +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 52416 via svnmerge from 2007-01-27 02:15:21 +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 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_rpt.c include "asterisk/zapata.h" instead of looking 2007-01-19 16:16:19 +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 More removal of deprecated stuff 2006-09-21 20:23:32 +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 51251 via svnmerge from 2007-01-18 19:19:24 +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 merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_verbose.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
app_voicemail.c Resolve some warnings when not building with IMAP_STORAGE 2007-01-29 20:47:43 +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 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
rpt_flow.pdf remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00