[svn-commits] branch oej/metermaids-trunk r35239 -
/team/oej/metermaids-trunk/configs/
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Jun 21 07:46:40 MST 2006
Author: oej
Date: Wed Jun 21 09:46:39 2006
New Revision: 35239
URL: http://svn.digium.com/view/asterisk?rev=35239&view=rev
Log:
Add some documentation
Modified:
team/oej/metermaids-trunk/configs/extensions.conf.sample
Modified: team/oej/metermaids-trunk/configs/extensions.conf.sample
URL: http://svn.digium.com/view/asterisk/team/oej/metermaids-trunk/configs/extensions.conf.sample?rev=35239&r1=35238&r2=35239&view=diff
==============================================================================
--- team/oej/metermaids-trunk/configs/extensions.conf.sample (original)
+++ team/oej/metermaids-trunk/configs/extensions.conf.sample Wed Jun 21 09:46:39 2006
@@ -278,11 +278,14 @@
;
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 @@
;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,local/701 at parkedcalls/park
+;exten => 6600,1,noop
;
; Some other handy things are an extension for checking voicemail via
; voicemailmain
More information about the svn-commits
mailing list