aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-19 07:01:40 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-19 07:01:40 +0000
commit82835dcbcdbbb24a6b6a9bb469b1d74b3adb9c31 (patch)
tree06d9c8f6dbc59f314c049c003fe5a22122c69424 /CHANGES
parent7116d4562d1d3be51df596ea3ec10a2bd53c7ee5 (diff)
Add option for starting remote Asterisk by naming the actual runtime socket instead of pointing
to configuration file with -C Reported by: sobomax Patches: asterisk.c.diff.trunk uploaded by sobomax (license 359) doc changes by committer (closes issue #11598) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93854 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2fc85752d..91a6c3f3b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -395,4 +395,7 @@ Miscellaneous
set to false; setting that to true will force the use of the new algorithm.
Also, the cli commands "dialplan set extenpatternmatchingnew true/false" can
be used to switch the algorithms at run time.
+ * A new option when starting a remote asterisk (rasterisk, asterisk -r) for
+ specifying which socket to use to connect to the running Asterisk daemon
+ (-s)