maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [eSpeakCaller] Say who is calling (https://talk.maemo.org/showthread.php?t=34982)

coolice 2010-03-26 17:58

Re: "Say who is calling"
 
Quote:

Originally Posted by thnninen (Post 583060)
Probably isn't, but it's a fix for the "eSpeakCaller says the number even if the name is defined" - bug. :D

btw,

I already tried to replace the lines:

if line.startswith("TEL"):
nr = line.split(":")[1]
if nr != None:
if nr == number:
return fname


with:

if line.startswith("TEL"):
nr = line.split(":")[1]
my_num = number.lstrip('0')
if nr != None:
if nr.endswith(my_num)
return fname

that seems to correct the "040" vs +35840 problem for me at least.

Hi !

Can you help me please, which file you had been edited exactly, and what should be in my case, where all numbers in my contacts are e.g. : + 1 (310) 6545621 please ?

Many many many thanks in advance,

Andrew

Arto 2010-03-26 23:00

Re: "Say who is calling"
 
I just uploaded version 0.3 to extras-devel and garage.

Changelog:
Code:

  * UI changes:
  *  - Added: Voice options for volume, pitch and speed
  *
  *  - Added: Options for unknown caller
  * 
  *  - Added: Nickname support
  *
  * Daemon changes:
  *  - Fixed: "eSpeakCaller says the number even if the name is defined"-bug
  *    (Support for international phonenumbers)
  *    Thanks to Thnninen @ http://talk.maemo.org/showthread.php?t=34982&page=4
  *
  *  - Fixed: "Accented (non-ASCII) characters not working"-bug

I probably created bunch of new bugs but keep reporting them and one day this might actually be pretty good program :)


Still in development (TODO):
- Repeat saying callername (I gotta first learn python threading)
- Lower ringtone volume when speaking (I really don't know if this is even possible - still researhing)


Arto

RobertHall 2010-03-26 23:26

Re: "Say who is calling"
 
hi arto i tried the link you posted earlier and im unsure which files(s) to install...a little help please? thanks

raverpol 2010-03-27 00:07

Re: "Say who is calling"
 
Great appl man :) Thanks a lot :)

raverpol 2010-03-27 00:11

Re: "Say who is calling"
 
Quote:

Originally Posted by RobertHall (Post 583880)
hi arto i tried the link you posted earlier and im unsure which files(s) to install...a little help please? thanks

only this one: espeakcaller_0.3-1_armel.deb

F2thaK 2010-03-27 03:23

Re: "Say who is calling"
 
just tested new version and it works, but only says caller name once :D

Kyaner 2010-03-27 06:02

Re: "Say who is calling"
 
@Arto great app thank you very much for all your hard work, but could you please re-insert the text field for unknown caller you had on the previous version ?

Thanks in advance

Arto 2010-03-27 06:11

Re: "Say who is calling"
 
Quote:

Originally Posted by f2thak (Post 583982)
just tested new version and it works, but only says caller name once :D

This option is still under development. Maybe in next version :)


Quote:

Originally Posted by Kyaner (Post 584030)
@Arto great app thank you very much for all your hard work, but could you please re-insert the text field for unknown caller you had on the previous version ?

There are basicly same options for this under "Unknown caller"-tab.

Just change "Call from %number%" and "Call from blocked number." to "Unknown caller calls" or whatever you like :)


Arto

pillar 2010-03-27 07:59

Re: "Say who is calling"
 
@Arto: Don't forget the important feature to cancel the saying of the name IF the phone call is answered beforehand. I have this app that switches automatically to speaker and people are confused when at the start of the phone call hear their own name! Even worse, with the old version it started saying the number.. Great advancements though, it's really coming together fast!

F2thaK 2010-03-27 10:50

Re: "Say who is calling"
 
haha thatd be weird, hering ur own name!!?!?


All times are GMT. The time now is 08:45.

vBulletin® Version 3.8.8