Hi,
I've just checked your ser.cfg. I dont see any main routing block, so I assume you havent put in there. That's ok. Anyway, the README file for acc.so module says the following:
The module depends on the following modules (in the other words the listed modules must be loaded before this module):
* tm -- Transaction Manager * a database module -- If compiled with database support.
So, I guess you'd have to put "loadmodule" directive after mysql.so and tm.so. Plz, try.
Bests,
Andrey.
On 7/13/06, Asep Saifudin aseps2000@gmail.com wrote:
I use 0.9.6.2 in my FreeBSD 6.0 Os
2006/7/13, Asep Saifudin aseps2000@gmail.com:
Hi Andrey, Here my ser.cfg and Pls Help and message loe stil same with my first email after acc -
initializing...ser would be freeze (don't do anything).
Asep
2006/7/13, Andrey Kouprianov andrey.kouprianov@gmail.com:
btw, which version of SER are you using now?
On 7/13/06, Andrey Kouprianov < andrey.kouprianov@gmail.com> wrote:
I dont know how your ser.cfg looks like, but try running ser with "serctl start" + make sure that the following is set as follows "log_stderror=no" and
"fork=yes".
It would be nice if we saw your ser.cfg + message log, after you ran
it.
Regards,
Andrey.
On 7/13/06, Asep Saifudin < aseps2000@gmail.com> wrote:
Hi,
And when I check in /var/log/messages I got message : kernel: pid 36162 (ser), uid 0: exited on signal 11 (core dumped)
I don't what it's mean...
~Asep
2006/7/13, Asep Saifudin < aseps2000@gmail.com>:
Hi Andrey,
The problem is ser cannot running as service cos when I search
with ps -ax
|grep ser, there's no ser active in my linux box.
~Asep
2006/7/13, Andrey Kouprianov < andrey.kouprianov@gmail.com>:
> I dont see ANY error messages... It's just a log dump... > > On 7/13/06, Asep Saifudin < aseps2000@gmail.com> wrote: > > > > Hi All, > > > > After I check my ser.cfg with command ser -c and the result is
config
file
> > ok (thanks Alberto for your help), > > but when I try to run ser with command ser -f
/usr/local/etc/ser/ser.cfg I
> > got error acc initializing. > > Here are the error message : > > > > > > Listening on > > udp: 202.65.228.3 [ 202.65.228.3 ]:5060 > > udp: 127.0.0.1 [ 127.0.0.1]:5060 > > tcp: 202.65.228.3 [ 202.65.228.3]:5060 > > tcp: 127.0.0.1 [ 127.0.0.1]:5060 > > Aliases: > > tcp: localhost:5060 > > tcp: localhost.starcall.com:5060 > > udp: localhost:5060 > > udp: localhost.starcall.com:5060 > > *: 202.65.228.3:* > > *: sangbintang.starcall.com:* > > *: sangbintang:* > > > > 0(36107) fm_malloc_init: F_OPTIMIZE=16384, /ROUNDTO=2048 > > 0(36107) fm_malloc_init: F_HASH_SIZE=2067, fm_block
size=16548
> > 0(36107) fm_malloc_init(0x28589000, 33554432),
start=0x28589000
> > 0(36107) shm_mem_init: success > > 0(0) core dump limits set to 0 > > 0(0) DEBUG: init_mod: acc > > acc - initializing > > 0(0) find_export: found <load_tm> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <register_tmcb> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_newtran> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_relay_to_tcp> in module tm > >
[/usr/local/lib/ser/modules/tm.so]sangbintang#
> > 0(0) find_export: found <t_relay_to_udp> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_relay> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_reply> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_reply_with_body> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_is_local> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_get_trans_ident> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_lookup_ident> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_add_blind> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_forward_nonack> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_request_within> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_request_outside> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_request> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <new_dlg_uac> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <dlg_response_uac> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <new_dlg_uas> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <dlg_request_uas> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <free_dlg> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <print_dlg> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > 0(0) find_export: found <t_gett> in module tm > > [/usr/local/lib/ser/modules/tm.so] > > > > Why when I check my ser.cfg the result is ok but when I run
ser I got
these
> > error message ? pls help > > > > ~Asep > >
> > Serusers mailing list > > Serusers@lists.iptel.org > >
http://lists.iptel.org/mailman/listinfo/serusers
> > > > > > > _______________________________________________ > Serusers mailing list > Serusers@lists.iptel.org >
http://lists.iptel.org/mailman/listinfo/serusers
>
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers