On Saturday 7 January 2006 00:52, Francesco Peeters (Asterisk) wrote: > > Further testing, including repeated cleaning of the FULL log and comparing > the calls I noted the following error message both on incoming and > outgoing calls over VISDN/visdn*/...: > Jan 7 00:46:40 ERROR[9111] chan_visdn.c: Unable to open timer: Permission > denied
Ehehe... if you don't paste those error messages it is quite difficult for me to troubleshoot :) Of course you need to adapt udev rules to create the device files with the appropriate owner (group is better). You should setup a user and a group for asterisk (let's call the group pbx) and add the following directives to the rules file: GROUP="pbx" MODE="0660" Check that /dev is populated as follows: # ll /dev/visdn/ total 0 drwxr-xr-x 3 root root 160 Jan 7 02:03 . drwxr-xr-x 12 root root 15920 Jan 7 02:03 .. crw-rw---- 1 root pbx 254, 1 Jan 6 19:04 cxc-control crw-rw---- 1 root pbx 252, 0 Jan 6 19:35 netdev-control crw-rw---- 1 root pbx 250, 0 Jan 6 19:35 ppp crw-rw---- 1 root pbx 251, 0 Jan 6 19:35 streamport lrwxrwxrwx 1 root root 13 Jan 7 02:03 timer -> timers/system drwxr-xr-x 2 root root 60 Jan 6 19:35 timers Bye, -- Daniele Orlandi _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
