Re: modem connection

2014-05-09 Thread Daniel Boira
On 06/05/2014 Milan Stanic wrote: On Linux that can be done by setting udev rules using attributes (vendor and product id are enough). Example from one of my /etc/udev/rules.d/local.rules files: ATTR{idVendor}=="22b8", ATTR{idProduct}=="6422", SYMLINK+="razrv8", MODE="0660", OWNER="kannel" ATTR{i

Re: modem connection

2014-05-09 Thread Milan P. Stanic
On Fri, 2014-05-09 at 11:16, Daniel Boira wrote: > On 06/05/2014 Milan Stanic wrote: > On Linux that can be done by setting udev rules using attributes > (vendor and product id are enough). > Example from one of my /etc/udev/rules.d/local.rules files: > ATTR{idVendor}=="22b8", ATTR{idProduct}=="642

Re: modem connection

2014-05-09 Thread Alvaro Cornejo
Hi Note that if you have more than one same device, this workaround will not work since all of them will have the same vendor/id pair. Regards Alvaro |-| EnvĂ­e y Reciba Datos y mensaje

SENDING SMS TO USER WHEN LOGGED IN USING KANNEL

2014-05-09 Thread Ayubu Lulesu
Hi everybody, i am kind a newbie in kannel, have developed a system and i want to send a confirmation email to a user when he/she has logged in using kannel, can i get the help of this please?