[svn-commits] dvossel: branch dvossel/iax2immediate_trunk r173763 - /team/dvossel/iax2immed...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Feb 5 16:20:25 CST 2009
Author: dvossel
Date: Thu Feb 5 16:20:24 2009
New Revision: 173763
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=173763
Log:
added to iax.conf.sample info about the immediate option
Modified:
team/dvossel/iax2immediate_trunk/configs/iax.conf.sample
Modified: team/dvossel/iax2immediate_trunk/configs/iax.conf.sample
URL: http://svn.digium.com/svn-view/asterisk/team/dvossel/iax2immediate_trunk/configs/iax.conf.sample?view=diff&rev=173763&r1=173762&r2=173763
==============================================================================
--- team/dvossel/iax2immediate_trunk/configs/iax.conf.sample (original)
+++ team/dvossel/iax2immediate_trunk/configs/iax.conf.sample Thu Feb 5 16:20:24 2009
@@ -469,3 +469,14 @@
;context=default
;permit=0.0.0.0/0.0.0.0
+;
+; With immediate=yes, an IAX phone or a phone on an IAXy acts as a hot-line
+; which goes immediately to the s extension when picked up. Useful for
+; elevator phones, manual service, or other similar applications.
+;
+;[manual]
+;type=friend
+;host=dynamic
+;secret=moofoo ; when immediate=yes is specified, secret is required
+;context=number-please ; we start at the s extension in this context
+;
More information about the svn-commits
mailing list