From 653b869cfdf3128de920f1a954a590cc398655f2 Mon Sep 17 00:00:00 2001 From: oej Date: Mon, 26 Jun 2006 16:43:21 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/trunk@36055 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/extensions.conf.sample | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'configs/extensions.conf.sample') diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample index f74f350a1..e9dda6161 100644 --- a/configs/extensions.conf.sample +++ b/configs/extensions.conf.sample @@ -278,11 +278,14 @@ include => trunkld ; ignorepat => 9 include => default -include => parkedcalls include => trunklocal include => iaxtel700 include => trunktollfree include => iaxprovider + +;Include parkedcalls (or the context you define in features conf) +;to enable call parking. +include => parkedcalls ; ; You can use an alternative switch type as well, to resolve ; extensions that are not known here, for example with remote @@ -511,6 +514,12 @@ include => demo ;exten => mark,1,Goto(6275|1) ; alias mark to 6275 ;exten => 6536,1,Macro(stdexten,6236,${WIL}) ; Ditto for wil ;exten => wil,1,Goto(6236|1) + +;If you want to subscribe to the status of a parking space, this is +;how you do it. Subscribe to extension 6600 in sip, and you will see +;the status of the first parking lot with this extensions' help +;exten => 6600,hint,park:701@parkedcalls +;exten => 6600,1,noop ; ; Some other handy things are an extension for checking voicemail via ; voicemailmain -- cgit v1.2.3