Thread
:
SOLVED: Sign in/out Skype (set availability Online/Offline) with cron
View Single Post
Zas
2011-05-01 , 16:01
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#
9
If you install "libmissioncontrol-utils" you can set resence with:
Code:
mc-tool list | grep -v "ring/tel" | awk {'print "mc-tool request "$1" busy"'} | sh
Just replace "busy" with "offline" or "online".
If you don't want to set all accounts at once you can replace
-v "ring/tel"
(exclude -v) with
"skype"
or
"ovi"
or
"gmail"
etc. depending on the account settings.
Quote & Reply
|
The Following 3 Users Say Thank You to Zas For This Useful Post:
BluesLee
,
peterleinchen
,
Schturman
Zas
View Public Profile
Send a private message to Zas
Find all posts by Zas