summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-06-26 16:43:21 +0000
committerOlle Johansson <oej@edvina.net>2006-06-26 16:43:21 +0000
commitf8311adcdafbe3e8692f99e2e064112a591972da (patch)
tree7c4ae410cac4ecff766920eb510930499d5d5a19 /pbx.c
parente2b0c5b55852d20ff90c2d9d95fed1534060b864 (diff)
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
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 7bbe3bcdd..560a932be 100644
--- a/pbx.c
+++ b/pbx.c
@@ -188,7 +188,7 @@ struct ast_state_cb {
/*! \brief Structure for dial plan hints
- Hints are pointers from an extension in the dialplan to one or
+ \note Hints are pointers from an extension in the dialplan to one or
more devices (tech/name) */
struct ast_hint {
struct ast_exten *exten; /*!< Extension */