At 03:47 PM 12/3/2003, Aaron Daubman wrote:
Hi,
I'm just getting started with SER and SERWeb on a FreeBSD 5.1 system.
The SER install went smoothly (compiled from source) and the database seemed to go in
fine. Once SER was in place I went looking for serweb but there wasn't a package for
'latest' yet (that I could find).
I tried the serweb package from 0.8.11 and ran into some problems (I just grabbed serweb
from CVS and it seems to be the same).
1) in config.php (and a few other places I'm now forgetting) the user pages path is
set (or hard-coded) to /user/, however the included directory is user_interface/
(e.g. $this->user_pages_path = $this->root_path."user/";, as well as the
reg and confirmation URLs)
That was easy enough to fix, however it was somewhat concerning.
2) After submitting a request for an account and following the emailed URL, I've
consistently gotten errors. They seem to point at the database, but reinit'ing it did
not help.
The errors were:
- error in SQL query, line: 43 (from the confirmation.php page)
- Something to do with aliases (cannot currently generate the error) like use
save("aliases") or update("aliases) in config script before using.
serweb is built to introduce nummerical aliases to new subscribers.
To do so, SER must be running and must include lookup("aliases").
The second error seems to be a problem, as the account
is added, but without the requested phone number aliased. (there don't seem to be any
aliases).
3) I consistently get a 404 not found when trying to IM any of the users on the system -
is this also related to the lack of/problem with aliases?
use serctl to determine if the user in question is on-line, send us
SIP message dumps.
-jiri