aboutsummaryrefslogtreecommitdiffstats
path: root/doc/distributed_devstate.txt
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-10 21:51:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-10 21:51:06 +0000
commit0ff771045ed9c18dc6b05d729214f79af48b444b (patch)
tree69cb4f017d4976953b4a5a22e3bfa8a5854a60c7 /doc/distributed_devstate.txt
parent2a6397c89e0c4fe7beb267f1c2a53c103b0784af (diff)
don't refer to asterisk-events, as that implies that the code was checked out from a branch
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@121716 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/distributed_devstate.txt')
-rw-r--r--doc/distributed_devstate.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/distributed_devstate.txt b/doc/distributed_devstate.txt
index 2a685159e..0339093cb 100644
--- a/doc/distributed_devstate.txt
+++ b/doc/distributed_devstate.txt
@@ -134,7 +134,7 @@ after OpenAIS gets installed. That way, it will find the AIS header files and
will let you build the res_ais module. Check menuselect to make sure that
res_ais is going to get compiled and installed.
-$ cd asterisk-events
+$ cd asterisk-source
$ ./configure
$ make menuselect
@@ -182,7 +182,7 @@ subscribe_event=device_state
For more information on the contents and available options in this configuration
file, please see the sample configuration file:
-$ cd asterisk-events
+$ cd asterisk-source
$ less configs/ais.conf.sample
-------------------------------------------------------------------------------