asterisk/apps
Olle Johansson f8311adcda METERMAIDS:
-----------
- Adding devicestate providers, a new architecture to add non-channel related
  device state information, like parking lots, queues, meetmes, vending machines
  and Windows 98 reboots (lots of blinking on those lights)
- Adding provider for parking lots, so you can subscribe to the status of a
  parking lot
- Adding provider for meetme, so you can have a blinking lamp for a meetme
  ( Example: exten => edvina,hint,meetme:1234 )
- Adding support for directed parking - set the PARKINGEXTEN before you manually
  call Park() and you will be parked on that space. If it's occupied, dialplan
  execution will continue.

This work was sponsored by Voop A/S - www.voop.com


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36055 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-26 16:43:21 +00:00
..
Makefile use new (separate) dependencies file from menuselect 2006-06-25 08:50:14 +00:00
app_adsiprog.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_alarmreceiver.c Merged revisions 33510 via svnmerge from 2006-06-11 20:39:19 +00:00
app_amd.c Bug 7399 - Sample config showed [general] as the context, so the app should look there, too. 2006-06-20 22:26:16 +00:00
app_authenticate.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_cdr.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_chanisavail.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_channelredirect.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_chanspy.c Merged revisions 34087 via svnmerge from 2006-06-14 14:12:56 +00:00
app_controlplayback.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_db.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_dial.c Don't ast_request a channel structure twice when a call is being forwarded. (#7362 - twlison / vechers confirming fix) 2006-06-16 12:18:18 +00:00
app_dictate.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_directed_pickup.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_directory.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_disa.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_dumpchan.c - Formatting 2006-06-26 08:40:30 +00:00
app_echo.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_exec.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_externalivr.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_festival.c Merged revisions 33781 via svnmerge from 2006-06-13 04:21:10 +00:00
app_flash.c The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>) 2006-06-24 19:43:31 +00:00
app_followme.c there is no reason to define our own 'maximum path length' when the POSIX headers already define one for us 2006-06-09 20:40:10 +00:00
app_forkcdr.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_getcpeid.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_hasnewvoicemail.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_ices.c Merged revisions 33515 via svnmerge from 2006-06-11 20:49:16 +00:00
app_image.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_ivrdemo.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_lookupblacklist.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_lookupcidname.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_macro.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_meetme.c METERMAIDS: 2006-06-26 16:43:21 +00:00
app_milliwatt.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_mixmonitor.c Merged revisions 33841 via svnmerge from 2006-06-13 13:40:58 +00:00
app_morsecode.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_mp3.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_nbscat.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_osplookup.c get rid of some more compiler warnings (thanks tholo for making me fix the lpc10 stuff... that had been a problem for far too long) 2006-06-09 23:13:52 +00:00
app_page.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_parkandannounce.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_playback.c destroy the loaded say.conf on module unload 2006-06-13 04:40:15 +00:00
app_privacy.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_queue.c Merged revisions 35669 via svnmerge from 2006-06-23 11:33:02 +00:00
app_random.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_read.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_readfile.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_realtime.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_record.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_rpt.c The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>) 2006-06-24 19:43:31 +00:00
app_sayunixtime.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_senddtmf.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_sendtext.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_setcallerid.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_setcdruserfield.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_settransfercapability.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_skel.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_sms.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_softhangup.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_speech_utils.c don't leak a frame when breaking out of the loop on a timeout 2006-06-11 14:52:04 +00:00
app_stack.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_system.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_talkdetect.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_test.c Merged revisions 33466 via svnmerge from 2006-06-11 15:04:36 +00:00
app_transfer.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_url.c Merged revisions 33480 via svnmerge from 2006-06-11 15:09:06 +00:00
app_userevent.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_verbose.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_voicemail.c Merged revisions 34911 via svnmerge from 2006-06-19 20:29:08 +00:00
app_waitforring.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_waitforsilence.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_while.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_zapateller.c simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 2006-06-07 18:54:56 +00:00
app_zapbarge.c The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>) 2006-06-24 19:43:31 +00:00
app_zapras.c The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>) 2006-06-24 19:43:31 +00:00
app_zapscan.c The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>) 2006-06-24 19:43:31 +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