aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-09 13:17:43 +0000
committertzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-09 13:17:43 +0000
commit0107ea5d6b6252cfed3212bd8de4a58e9ae2957f (patch)
tree660125aa1e2cd722efb6c1b883aaf647c61935f6 /CHANGES
parent3b16eaaac5dc4b20d1ee4a6fab8a0331602b321b (diff)
dial by name in chan_dahdi
* chan_dahdi supports dialing configuring and dialing by device file name. DAHDI/span-name!local!1 will use /dev/dahdi/span-name/local/1 . Likewise it may appear in chan_dahdi.conf as 'channel => span-name!local!1'. * A new options for chan_dahdi.conf: 'ignore_failed_channels'. Boolean. False by default. If set, chan_dahdi will ignore failed 'channel' entries. Handy for the above name-based syntax as it does not depend on initialization order. * have my_pri_make_cc_dialstring() only manupulate dial-strings of group (gGrR) dialing, which make it lsightly more complicated. https://reviewboard.asterisk.org/r/535/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269238 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ebc722a4c..8a216ba6a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -485,6 +485,13 @@ Miscellaneous
of dynamic parkinglots.
* chan_dahdi now supports reporting alarms over AMI either by channel or span via
the reportalarms config option.
+ * chan_dahdi supports dialing configuring and dialing by device file name.
+ DAHDI/span-name!local!1 will use /dev/dahdi/span-name/local/1 . Likewise
+ it may appear in chan_dahdi.conf as 'channel => span-name!local!1'.
+ * A new options for chan_dahdi.conf: 'ignore_failed_channels'. Boolean.
+ False by default. If set, chan_dahdi will ignore failed 'channel' entries.
+ Handy for the above name-based syntax as it does not depend on
+ initialization order.
* The Realtime dialplan switch now caches entries for 1 second. This provides a
significant increase in performance (about 3X) for installations using this switchtype.