Hello! I have solved the problem. The reason was that there was a Firewall
on my system. Now I have disabled it and it works. I have released it by
watching my iptables with:
iptables -L
The server was respondering me with an "ICMP 3: Destination unreachable"
I'm instaling the SERWEB pakage but I have some problems; when I
trying to view the /.../html/admin/index.php
Fatal error: Call to undefined function: mysql_pconnect() in
/var/www/html/serweb/phplib/db_mysql.inc on line 73
I have instaled mysql,php,php-mysql, apache; but when I instaled o
decompress SER-linux-i586*** when I put "loadmodule......mysql.so"
the SER search libmysqlclient.so.10;
**************************************************
0(6317) ERROR: load_module: could not open module
</usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.10: cannot
open shared object file: No such file or directory
**************************************************
but in my machine we have only libmysqlclient.so libmysqlclient.so.12
and others; then I renamed the libmysqlclient.so file to
libmysqlclient.so.10 ; in this way the SER don't have errors. but my
question is if this fact produce the error or I have to do something more...
hello
how to configure ser web interface (any help or web
link).
thank
kamran
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
Hello, I am using ser-0.8.12, I have not changed the ser.cfg which cames
with the installation, my SIP_DOMAIN=localhost. The server starts
succesfully.
When a REGISTER messages comes, the server does not see it.
I have done netstat -na, and I see that nothing is listening in udp, only
in tcp.
Could anybody help me?
Sandra García Espada
DMR Consulting
Hi people..Well I have instaled the SER and kphone and both works very
well; but I'd like to use the kphone with vic; but I have any errors;
can you tell me If there are any others programs that works like VIC
or videoconferencing???? ...I'd like to make VIDEOCONFERENCING using
SER.
Hi
I am using rewritehost/port to redirect SIp request to other servers,
such as asterisk, which then can log onto remote SIP servers like FWD
using a user/pass combo, currently I believe this is not possible in
SER, is this by design.
Iqbal
I have one SER box and five asterisk boxes. I require
that SER forward call to one of the asterisk boxes and
if that fails, forward it to the next, as so on till
it exhausts all five of them.
Can some one please give me some pointers or provide
some reference code to implement this.
Regards,
Dave
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
Hello List,
Just wondering, what is the radius account module for SER not able to do,
that would require the use of B2BUA in terms of having a CDR? Forgive me if
it is a dumb question...
Thanks.
_________________________________________________________________
Scan and help eliminate destructive viruses from your inbound and outbound
e-mail and attachments.
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=ht…
Start enjoying all the benefits of MSN® Premium right now and get the
first two months FREE*.
Hello List:
It would be really great,
If I could write something like this in ser.cfg:
if (method=="MESSAGE") {
if (src_ip==192.168.1.0/24) {
route("handle_internal_message");
} else {
route("handle_message");
};
};
if (!uri=~myself) {
route("handle_other_uri");
};
route["handle_internal_message"] {
# code of handle_internal_message
};
route["handle_message"] {
# code of handle_message
};
route["handle_other_uri"] {
# code of other_uri
};
I think, everybody will agree with me: this way ser.cfg would be more
readable and would be easier to write longer script. Its really painful
to remember route number.
Thanks for reading my posting.
MOhammad