I'd like to limit the duration of a skype call to x minutes. Due to the fact that there's no option on skype I need another solution. any ideas?

link|improve this question
feedback

migrated from stackoverflow.com Nov 1 '09 at 19:45

This question came from our site for professional and enthusiast programmers.

1 Answer

... have a daemon that monitors call sessions and use the "SET CALL FINISHED" method?

link|improve this answer
do you mean via the skype4py api? – Kai Nov 1 '09 at 16:19
1  
@Kai: yes. I haven't found the complete reference of the API through DBus (which would be my personal preference) but the Python Client API library appears complete. – jldupont Nov 1 '09 at 16:31
where did you find the dbus api? – Kai Nov 1 '09 at 17:38
1  
I use D-Feet DBus analyser. – jldupont Nov 1 '09 at 18:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.