From: Russell Bryant Date: Tue, 10 Jun 2008 21:51:06 +0000 (+0000) Subject: don't refer to asterisk-events, as that implies that the code was checked out from... X-Git-Tag: 1.6.2.0-beta1~2031 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7123fb41c4337dc28d489ca39d757df9cb44ad2e;p=thirdparty%2Fasterisk.git don't refer to asterisk-events, as that implies that the code was checked out from a branch git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121716 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/doc/distributed_devstate.txt b/doc/distributed_devstate.txt index 2a685159e3..0339093cb9 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 -------------------------------------------------------------------------------