AW: Client ruckelt
Hallo,
ich muss gestehen, dass ich nicht weis wie darauf zugegriffen wird. Die newsc kann ich am client allerdings abschalten und geht trotzdem. Es wird so sei wie Du meinst, einen account für den client anzulegen, aber wie ? Braucht man für den client auch eine N-line, bisher habe ich nur eine im Server. Anbei meine xml, vielleicht kannst Du daran erkennen, woran es hakt. Vielen Dank im voraus Willi
<?xml version="1.0"?>
<!--
For setup-issues, look in readme.txt!
If there are other troubles, try different forums or irc channels around

)
The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf.
** This is the example file for Phoenix Interface.
-->
<newCSconfig>
<readers name="Card Readers">
<device>
<name>multicam</name>
<type>dbox</type>
<node>/dev/tts/1</node>
<mhz>357</mhz> <!-- or 357 -->
<parity>even</parity>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxkey>00000000</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>34000</newcamd_port>
<priority>round</priority> <!-- hard is default -->
<sid>
<allow>
<!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
<id></id>
</allow>
<deny>
<!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
<id></id>
</deny>
</sid>
</device>
</readers>
<radegastserver>
<enabled>No</enabled>
<port>16000</port>
<allow>
<hostname>127.0.0.1</hostname>
</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<password></password>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
<enabled>Yes</enabled>
<name>newcs</name>
<deskey>80 30 10 90 20 40 50 70 60 00 18 15 12 88</deskey>
<user>
<name>server</name>
<password>passwort</password>
<au>on</au>
</user>
</newcamdserver>
<httpd>
<server>
<port>1200</port>
<enabled>yes</enabled>
</server>
<user>
<name>newcs</name>
<password>newcs</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
</newCSconfig>