Notices


Reply
Thread Tools
Posts: 48 | Thanked: 5 times | Joined on Mar 2010
#41
Originally Posted by thnninen View Post
Probably isn't, but it's a fix for the "eSpeakCaller says the number even if the name is defined" - bug.

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
 
Posts: 12 | Thanked: 58 times | Joined on Mar 2010 @ Finland
#42
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

Last edited by Arto; 2010-03-26 at 23:06.
 

The Following 12 Users Say Thank You to Arto For This Useful Post:
Posts: 290 | Thanked: 68 times | Joined on Nov 2009 @ Barbados/London
#43
hi arto i tried the link you posted earlier and im unsure which files(s) to install...a little help please? thanks
 
Posts: 356 | Thanked: 69 times | Joined on Jan 2010 @ Poland
#44
Great appl man Thanks a lot
 
Posts: 356 | Thanked: 69 times | Joined on Jan 2010 @ Poland
#45
Originally Posted by RobertHall View Post
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's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#46
just tested new version and it works, but only says caller name once
 
Posts: 30 | Thanked: 21 times | Joined on Jan 2010
#47
@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
 
Posts: 12 | Thanked: 58 times | Joined on Mar 2010 @ Finland
#48
Originally Posted by f2thak View Post
just tested new version and it works, but only says caller name once
This option is still under development. Maybe in next version


Originally Posted by Kyaner View Post
@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's Avatar
Posts: 154 | Thanked: 124 times | Joined on Mar 2007
#49
@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!
 

The Following 2 Users Say Thank You to pillar For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#50
haha thatd be weird, hering ur own name!!?!?
 
Reply

Tags
espeakcaller


 
Forum Jump


All times are GMT. The time now is 17:09.