Is the mysql auth supposed to be realtime? I seem to have to restart
openser when I make a change to the alias or subscriber in openser.
Thanks,
shane
***************************************************************
Hello,
I have Ser 0.9.6, and I'm trying to install the
Presence model to it. I have recompiled SER but it
doesn't generate all the libraries that are needed. In
particular I can't find libxcap, libcds nor
libpresence. Could you tell me where I could find
them, I have been looking for them in several websites
but I couldn't find them.
Thanks in advance
Ragards,
Rose
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi,
There are a lot of softphones available for free/trial with audio/conf support. But softphones with video, IM, WB, AS, etc support are all paid ones. You can try SJPhone from SJ Labs (www.sjlabs.com <http://www.sjlabs.com/> ). It has got support for TCP too.
Regards,
Benjamin.
_____
From: serusers-bounces(a)lists.iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of sandeep kamath
Sent: Wednesday, June 14, 2006 2:52 AM
To: serusers(a)lists.iptel.org
Subject: [Serusers] Sip soft phones for XP with tcp support
Hi ,
Are there any good softphones that have support for tcp other than the one by counterpath/xten .
regards,
sandeep,
Hi,
Is it possible to append prefix after load_gw() in lcr? I need to
prefix the RURI so that I comply with our provider requirements. Is
this possible? I'm using "prefix" before "rewritehost" and this is
working but how about "load_gw" first then "prefix" based on the
gateway obtained from LCR?
Thanks in advance,
Ryan
Hi,
just want to tell you that if you want so see what performance you'll
get out of your OpenSER proxy, I found out by using a software called
super-smack I easily can generate a typical OpenSER sql query and see
how many qps I can get.
...nice to have :-)
br hw
--
Helge Waastad
Senior Konsulent
Smartnet
Hi,
I have following problem with SER. I have downloaded the Presence Snapshot
version ser-0.10.99-dev-pa-4.1, but I can't start it.
My config file looks like that:
debug=3 # debug level (cmd line: -dddddddddd)
fork=yes
log_stderror=yes # (cmd line: -E)
#memlog=5 # memory debug log level
#log_facility=LOG_LOCAL0 # sets the facility used for logging (see
syslog(3))
check_via=no # (cmd. line: -v)
dns=no # (cmd. line: -r)
rev_dns=no # (cmd. line: -R)
port=5060
children=2
alias="fh-joanneum.at"
#user=ser
#group=ser
#open_fd_limit=1024 # sets the open file descriptors limit
#mhomed=yes # usefull for multihomed hosts, small performance penalty
#fifo="/tmp/ser_fifo"
sip_warning=yes
If I want start SER, it generates a PID, but with the command ps -aux, I
can't find this process. With the command serctl ps, I get the message:
Error opening ser's FIFO /tmp/ser_fifo
Make sure you have line fifo=/tmp/ser_fifo in your config.
OEFEG:~ # serctl start
Starting SER : started pid(7431)
OEFEG:~ # ser
0(7435) WARNING: fix_socket_list: could not rev. resolve 10.15.200.19
0(7435) WARNING: fix_socket_list: could not rev. resolve 10.21.200.50
0(7435) WARNING: fix_socket_list: could not rev. resolve 10.15.200.19
0(7435) WARNING: fix_socket_list: could not rev. resolve 10.21.200.50
Listening on
udp: 127.0.0.1 [127.0.0.1]:5060
udp: 10.15.200.19 [10.15.200.19]:5060
udp: 10.21.200.50 [10.21.200.50]:5060
udp: 10.0.0.11 [10.0.0.11]:5060
tcp: 127.0.0.1 [127.0.0.1]:5060
tcp: 10.15.200.19 [10.15.200.19]:5060
tcp: 10.21.200.50 [10.21.200.50]:5060
tcp: 10.0.0.11 [10.0.0.11]:5060
Aliases:
tcp: OEFEG:5060
tcp: OEFEG.fh-joanneum.at:5060
tcp: localhost:5060
udp: OEFEG:5060
udp: OEFEG.fh-joanneum.at:5060
udp: localhost:5060
*: fh-joanneum.at:*
0(7435) init_tcp: using epoll_lt as the io watch method (auto detected)
0(7437) AVPops - initializing
OEFEG:~ # 0(7437) Maxfwd module- initializing
0(7437) using 'none' rls-subscription authorization!
0(7437) using 'none' subscription authorization for watcher info!
If I try to uncomment the line fifo="/tmp/ser_fifo", I get the following
message:
OEFEG:~ # serctl start
Starting SER : PID file /var/run/ser.pid does not exist -- SER start failed
OEFEG:~ # /base/ser/directory/sbin/ser -f
/base/ser/directory/etc/ser/ser.cfg
0(7383) parse error (19,5-6): syntax error
0(7383) parse error (19,5-6): unknown config variable
0(7383) parse error (19,7-8):
ERROR: bad config file (3 errors)
I hope, someone can help me.
Thanks,
Alois
Hello,
Using openser 1.0.1, I'm trying to add multi-domain support
using the module "domain".... so I created a database
in mysql, stuffed a few entries in it, pointed at it
in openser.cfg, and started openser.
I get this:
0(0) ERROR: domain:mod_init(): invalid table version (use ser_mysql.sh reinstall)
0(0) init_mod(): Error while initializing module domain
Now, I looked into openser_mysql.h and it has a table "version"
that lists versions for various databases:
INSERT INTO version VALUES ( 'subscriber', '5');
...
INSERT INTO version VALUES ( 'location', '1001');
INSERT INTO version VALUES ( 'aliases', '1001');
...
INSERT INTO version VALUES ( 'gw_grp', '1');
INSERT INTO version VALUES ( 'lcr', '1');
So, what exactly are these "versions"??
How is it possible that a new database that I create/name/point-at
should match something in this static list?
Thanks,
-mark