<div dir="ltr">Hello,<br><br>I followed the steps by Russell<u> <a href="http://www.venturevoip.com/news.php?rssid=1980">http://www.venturevoip.com/news.php?rssid=1980</a></u><br>and I got it working for publish_event only. As soon as I add subscribe_event, Asterisk doesn&#39;t start and I just get the following message:<br>
<br><font size="2"><b>Oct 11 &nbsp;6:38:04.340485 [CLM &nbsp;] nodeget: trying to find node ffffffff</b></font><br><br>I have no idea what&#39;s wrong. There is not very much information about this issue.<br><br><br>Where are my conf, just in case. Any idea please bring it up.<br>
<br>root@asterisk-slb01:~# cat /etc/ais/openais.conf<br># Please read the openais.conf.5 manual page<br><br>totem {<br>        version: 2<br>        secauth: off<br>        threads: 0<br>        interface {<br>                ringnumber: 0<br>                bindnetaddr: <a href="http://192.168.1.0">192.168.1.0</a><br>
                mcastaddr: <a href="http://226.94.1.1">226.94.1.1</a><br>                mcastport: 5405<br>        }<br>}<br><br>logging {<br>        to_stderr: yes<br>        to_file: yes<br>        logfile: /tmp/ais<br>        debug: off<br>        timestamp: on<br>}<br><br>amf {<br>        mode: disabled<br>
}<br><br><br>root@asterisk-slb01:~# cat /etc/asterisk/ais.conf <br>[device_state]<br>type=event_channel<br>publish_event=device_state<br>subscribe_event=device_state<br><br></div>