I'm trying to set up a system running Asterisk 1.0.2
and this prepaid app. All tables and functions are
imported and I got app_callingcard working by editing a
makefile, but when I try to use the application and it
asks for my card number, it always fails. I tried with
a card number of 10 digits (added in "username" in the
table "card"), but I get prepaid-auth-fail as the
error message. I took a look at the code but couldn't
work out a fix. I have been speaking to other people
trying to get this to work, but they encountered the
same problem. Tested versions are CVS and 0.3.1.
It would be nice if someone could remove the dust from
this code as it apparently doesn't work with Asterisk
1.0.2.
PS. do I have to use friends.sql to get this working,
or is that just an additional feature?
Logged In: NO
Ok, found out that cardnumber is constructed out of
username[5]+password[5]
so that if the username is 12345 and the password is 12345,
the cardnumber will be 1234512345. However, I discovered
another problem. It's added to the bugtracker.