Hello,
I have following lines in my ser.cfg-File:
loadmodule "/usr/local/lib/ser/modules/acc.so"
# ------------- accounting parameters
modparam("acc", "log_missed_flag", 3)
modparam("acc", "log_level", 1)
modparam("acc", "log_flag", 1)
modparam("acc", "db_url", "mysql://ser:heslo@192.168.1.223/ser")
modparam("acc", "report_cancels", 1)
modparam("acc", "log_fmt", "cdfimorstup")
...and although I put "setflag(1)" at this position:
# ------------- routing logic
route {
setflag(1);
There are no accounting records in my data base (ser->acc).
Has anyone an idea what could be wrong?
Thanks!
Sebastian
--
+++ GMX - die erste Adresse f�r Mail, Message, More +++
10 GB Mailbox, 100 FreeSMS http://www.gmx.net/de/go/topmail
Hi All.
I have a multi-homed ser-0.9.1 proxy. Suppose my interfaces are as follows:
eth0: 10.3.0.221 <http://10.3.0.221>
eth1: 10.2.0.42 <http://10.2.0.42>
If SER recieves a SIP message on eth0, how can I force SER to send any
replies out eth1?
Regards,
Paul
which is best stun server?
How I make to get the same and install.
And make ser run together.
My Ser just run with X-Lite my grandstream don't run in nat..
Maique
Hello,
I read in the documentation of the module acc that you can set the database
path of accounting with
modparam("acc", "db_url", "mysql://ser:heslo@192.168.1.223/ser")
but if I want to start ser appears an error:
0(2041) set_mod_param_regex: parameter <db_url> not found in module <acc>
0(2041) parse error (108,20-21): Can't set module parameter
ERROR: bad config file (1 errors)
Is this a bug of the module? The problem is, althoug I put the setflag,
accounting do not work. In the table acc is no entry.
Thanks!
Sebastian
--
+++ Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl
Recently I have tested Teliann 3100 model with their V3.0 and V4.0 firmware.
-- It even don't look into SRV record.
-- No way to provide domain/realm entry
-- there have option to provide registrar address, phonr tries to register
as user_id@registrar_address. Not very good thing when you have use_domain=1
-- same thing happen for sip proxy address, if you invite any user, it
tries to find invite_user@proxy_server_address
-- PLAR don't work
-- VAD don't work
-- STUN is another pain in the neck, it never worked
If anybody else worked with this phone, correct me If I am wrong.
Thanks,
Mohammad
Original Message:
-----------------
From: Klaus Darilion klaus.mailinglists(a)pernau.at
Date: Fri, 29 Apr 2005 13:06:24 +0200
To: serusers(a)iptel.org
Subject: [Serusers] SRV query
Hi all!
I'm not up2date with ser CVS. Does it already support multiple SRV
records and failover?
regards,
klaus
PS: I've also tested a couple of clients, maybe you can complete this list.
bad clients:
- eyeBeam 1.1 3004w stamp 16863
uses first SRV, no failover, ignores ICMP (retransmissions)
- ser 0.8.12
uses first SRV, no failover, ignores ICMP (retransmissions)
- Asterisk CVS-HEAD-04/04/05-13:06:02
uses any SRV, no failover, ignores ICMP (retransmissions)
- Windows Messenger 5.1 (5.1.0639), RTC API RTC/1.3.5369
uses first SRV, no failover, processes ICMP (no retransmissions)
- Cisco 5300, IOS 12.3(10)
uses only first SRV, processes ICMP (1 retransmissions), failover to A
record
good clients:
- Snom 200 3.56r
processes priority, failover, processes ICMP (no retransmissions)
- Cisco 7960, POS3-06-2-00
processes priority, failover, processes ICMP (no retransmissions)
_______________________________________________
Serusers mailing list
Serusers(a)iptel.org
http://mail.iptel.org/mailman/listinfo/serusers
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
Hi!
Can somebody teach mo how to fix this error .. I already install my
radiusclient-ng-0.5.0. Thanks ..
chrome:/usr/local/src/installer/ser-0.9.0# make debug=all all
make[1]: Entering directory `/usr/local/src/installer/ser-0.9.0/modules/acc'
gcc -fPIC -DPIC -g -O9
-funroll-loops -Wcast-align -Wall -minline-all-stringops -malign-double
-falign-loops -mcpu=athlon -DNAME='"ser"' -DVERSION='"0.9.0"'
-DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 3.3"' -D__CPU_i386
-D__OS_linux -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC
-DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP
-DDISABLE_NAGLE -DDBG_QM_MALLOC -DFAST_LOCK -DADAPTIVE_WAIT
-DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN
-DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL
-DHAVE_ALLOCA_H -DSQL_ACC -DRAD_ACC -I/usr/local/include -c acc.c -o acc.o
acc.c: In function `acc_rad_request':
acc.c:663: warning: passing arg 2 of `rc_avpair_add' makes integer from
pointer without a cast
acc.c:663: warning: passing arg 3 of `rc_avpair_add' makes pointer from
integer without a cast
acc.c:663: warning: passing arg 4 of `rc_avpair_add' makes integer from
pointer without a cast
acc.c:663: error: too many arguments to function `rc_avpair_add'
acc.c:668: warning: passing arg 2 of `rc_avpair_add' makes integer from
pointer without a cast
acc.c:668: warning: passing arg 3 of `rc_avpair_add' makes pointer from
integer without a cast
Hi all!
Anyone who knows how to configure ser 0.9.
I want to enable radiator support and mysql.
What are the modules I need to install to make all things
work. Can you send me a little scratch on how to do it
including the modification of acc/Makefile so that
I can path the right dir for radius.h
thanks,
ed
Hi all!
I'm not up2date with ser CVS. Does it already support multiple SRV
records and failover?
regards,
klaus
PS: I've also tested a couple of clients, maybe you can complete this list.
bad clients:
- eyeBeam 1.1 3004w stamp 16863
uses first SRV, no failover, ignores ICMP (retransmissions)
- ser 0.8.12
uses first SRV, no failover, ignores ICMP (retransmissions)
- Asterisk CVS-HEAD-04/04/05-13:06:02
uses any SRV, no failover, ignores ICMP (retransmissions)
- Windows Messenger 5.1 (5.1.0639), RTC API RTC/1.3.5369
uses first SRV, no failover, processes ICMP (no retransmissions)
- Cisco 5300, IOS 12.3(10)
uses only first SRV, processes ICMP (1 retransmissions), failover to A
record
good clients:
- Snom 200 3.56r
processes priority, failover, processes ICMP (no retransmissions)
- Cisco 7960, POS3-06-2-00
processes priority, failover, processes ICMP (no retransmissions)