Matteo, the answer is 'YES'. I 'd like to get working a GSM Card and it seems that chan_vgsm is installed properly. ks_streamer module is loaded and all the devices under /dev/ks/ are created as well. I guess it 's a udev issue, because if I run asterisk as root (asterisk -c) it all works fine. But running asterisk "the normal way" I get this message:
[Aug 11 10:57:09] ERROR[20346] chan_vgsm.c: Cannot open userport: Permission denied This is my 30-kstreamer.rules configuration: KERNEL=="*", SUBSYSTEM=="kstreamer", NAME="ks/%k", GROUP="asterisk", MODE="0660" KERNEL=="userport_frame", NAME="ks/%k" MODE="0660 And by the way I need to make this at startup in /etc/rc.local, in order to make the card works and have all the /dev/vgsm* devices created: chmod 666 /dev/vgsm2_me* chmod 666 /dev/vgsm2_sim* What am I doing wrong? Do you have any hint to solve this? Do I need an asterisk patch? I am working with asterisk 1.4.19 Thanks a lot On Sat, Aug 9, 2008 at 6:57 AM, Matteo Brancaleoni <[EMAIL PROTECTED] > wrote: > > But are you trying to use a gsm card or isdn one? > I think gsm, if yes, take a look to http://open.voismart.it , > we're we have explained all gsm setup procedure. > > The vstuff packages has both gsm & isdn drivers, but you don't > need to install isdn stuff to run the gsm card, but > only vgsm(2) kernel modules, channel driver and asterisk > vgsm.conf. > > regards, > Matteo > > _______________________________________________ > Visdn-hackers mailing list > [email protected] > https://mailman.uli.it/mailman/listinfo/visdn-hackers >
_______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
