... OK. So this is what I was thinking about : could you make twinkle run a script when different events occur, like an incoming call, end of a call, call...
Hi - I posted before, but the message seems to have been lost in the ether. I have installed Twinkle 0.9, everything appears to be working, and all my sound...
Apologies if you are receiving multiple copies of this email, I have tried to post this through Yahoo twice, and it seems to have been lost both times - third...
... Twinkle can do this already! You can provide your scripts in the Scripts section of the user profile. See the manual on my website for an explanation and...
Do you see any error message concerning sound card failures in the log? Does this happen with both ALSA and OSS? ... -- Michel de Boer www.twinklephone.com...
Hi, It seems you sent your mail to me instead of to the mailing list. There are several problems with your script. First of all, Twinkle cannot play sound when...
... Or maybe run it in the background, something like this #!/bin/sh aplay /usr/share/sounds/KDE_Beep_Door.wav & echo "action=autoanswer" echo "end" (untested...
... no need to do that - the script is allready "detached" from twinkle the moment twinkle sees the "end" cmd (or EOF) on scripts stdout (=closes stdin and...
... not yet - in twinkle. you may have a look at <kontrolcenter> [regional & acc] [input actions] (aka khotkeys), to see how to assign actions -like keypress-...
I am a new user to Twinkle, and have had a lot of success to date with it, in fact I like it a lot so far. I especially like the command line scripting, and...
... the ... in khotkeys i created a group twinkle; new action generic; trigger ESC-key; action key-input "F7" (for hangup. you have to _spell_ "F" and "7"!!);...
I find khotkeys less than 100% reliable, but, yes I can see what you mean. I still think that most users would not want to play around at that level, so it...
... Nice suggestion ... That will only work when the Twinkle main window has the focus when you press the button. I think it is better to program your button...
... entries in call-history can be dialed by simple double-click. duplicate call-history code for adressbook? plus some button "add to addressbook" for last...
... it´s simple trash, coredumping all the time. no docs. no help. no development since 2 years. but i don´t know anything better to use for some hacks. :-( ...
Hello! I have found website where CS jobs are available. If any one is interested then apply online. http://www.thecertifications.com/jobs Regards, Mark...
My Alsa devices still do not work. I imagine that it is because, as the documentation says, I have no alsa.conf file. I am not sure what this file needs to...
Unfortunately my USB handset simply sends standard keys, Return for Answer, Escape for Hangup 1,2 etc. so if I programme the buttons it will change the...
... Are you using btsco for your headset? The commands I sent before should go in the .btscorc file. I thought this would work for all headsets. I would expect...
... There is no echo suppression in Twinkle. If one of the calling parties is using a handsfree (soft)phone, then (s)he should use a headset to prevent echo....
... I only have the /etc/asound.conf (see my FAQ list on the web) and I have 2 sound cards. My conf only defines the mixing stuff for the ALSA default device....
... Do you mean that you want to have iLBC in Twinkle? Or do you mean that you have iLBC, but cannot set it to payload type 197? Twinkle already has iLBC...
Hi Juan, 197 is an impossible value. Voice is transmitted via the RTP protocol. The RTP header only has a 7-bits field for the payload type. So 197 does not...