<div dir="ltr"><div>Hi to all!</div><div><br></div>mod_gsmopen doesn't load on CentOS x64. USB device permission denied:
<div>crw-crw---- 1 root dialout /dev/ttyUSB*</div><div><br></div><div>To solve this problem, I found this solution somewhere - adding udev this more relax rule:</div><div>KERNEL=="ttyUSB[0-9]*,NAME="ttyUSB%n",SYMLINK="%k",GROUP="dialout",MODE="0666"</div>
<div><br></div><div>Lately, I tried this - making Freeswitch own the device:</div><div><div>KERNEL=="ttyUSB[0-9]*,NAME="ttyUSB%n",SYMLINK="%k",OWNER="freeswitch",GROUP="dialout",MODE="0660"</div>
</div><div><br></div><div>I'd like to add this on the Wiki unless there's a better solution. Please advise.</div><div><br></div><div>/Nandy</div></div>