








(7)
Your rating: Now say why...





| Downloads:8,863 |
| Version Downloads:4,579 |
| Type:Internet : Internet Utilities |
| License:Shareware |
| Date:06 Dec 2002 |
| Platform:PPC |
| Price: $6.00 |
Overall (Version 1.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
paulsvail reviewed on 13 Feb 2007
It's not perfect, but it works. Would love for the developer to continue with it. Comments such as scamware -- they have absolutely no place here. It may not work on your mac, but that doesn't make something with a 15day trial a scam. Shame on you.
Anonymous reviewed on 05 Sep 2004
Anonymous reviewed on 07 Aug 2004
Anonymous reviewed on 30 Dec 2003
As you may have noticed reading the product description, Phoner enables you to use your modem as a phone.
If you have a standard Apple built-in modem, it can dial numbers automatically on your phone line, direcly from your home or work database (i.e. FileMaker/FileMaker Pro). This is a useful feature in a working environment.
But, as far as I know, the ability to speak directly from your Mac is only possible if you own a voice-capable modem !
Phoner is only a gateway between the Mac and the modem, it is not a magic modem upgrader and was never meant or said to be so.
It wouldn't be called "fakeware" if it didn't specifically say DATA MODEM in the description. How you can leave that the way it is, and not think that you are misleading potential downloaders, is beyond me.
If it is true that the program is a fake, it should be denounced or at least removed from MacUpdate to which it creates prejudice, and from Paypal system.
Anonymous reviewed on 19 Dec 2003
Anonymous reviewed on 05 Sep 2003
I am hoping that after registering this product there will be a place for me to set up my modem so I can talk back.
Anonymous reviewed on 06 Dec 2002
+3
Anonymous reviewed on 06 Dec 2002
@interface Dial:NSObject
{
id phone;
id dialBtn;
id wRegister;
id fName;
id fCode;
id serialSheet;
}
- (char)windowShouldClose:fp12;
- (void)initModem;
- (void)fillNumber:fp12;
- (void)hangup;
- (void)compose:fp12;
- (char)algo;
- (void)notyet:fp12;
- (void)purchase:fp12;
- (void)entercode:fp12;
- (void)abort:fp12;
- (void)validate:fp12;
- (void)awakeFromNib;
@end