Hi
I am new in openser and I have installed openser stable release. I have
tested the SER with Xten and Linksys and it works fine, then I wanted to try
to do TCP calls so I have configured MSN Messenger to work with TCP and
tried to register but got rejected
I have attached the cfg file I am working with, can some one help?
Shiran
Im running ser 0.9.4 on a Fedora Core 3 box. Im using mysql auth &
storage. If a client wants to register, the debug information displays
the following (below):
What could be the cause of this problem ?
TIA
Hilco
======================================
textops - initializing
0(0) INFO: udp_init: SO_RCVBUF is initially 110592
0(0) INFO: udp_init: SO_RCVBUF is finally 262142
0(0) INFO: udp_init: SO_RCVBUF is initially 110592
0(0) INFO: udp_init: SO_RCVBUF is finally 262142
1(0) INFO: fifo process starting: 19593
1(0) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo...
1(0) WARNING: no fifo_db_url given - fifo DB commands disabled!
11(19623) ERROR: build_req_buf_from_sip_req: out of memory
11(19623) ERROR: print_uac_request: no pkg_mem
11(19623) ERROR: t_forward_nonack: failure to add branches
16(19638) ERROR: print_uac_request: no shmem
16(19638) ERROR: t_forward_nonack: failure to add branches
17(19641) ERROR: relay_reply: cannot alloc reply shmem
17(19641) ERROR: _reply_light: cannot allocate shmem buffer
==========================================
If I do the following:
GW calls SIP proxy : works
However, I'm trying to forward (stateful) a call to a SIP Proxy, but it
seems that it's failing.
This is my scenario:
GW -> SER calls SIP proxy: fails.
This is my ser.cfg
if (uri=~"^sip:123") {
t_relay_to_udp("Proxy_IP", "5060");
break;
};
I thought that it's the same as a GW, but it seems that I'm wrong.
Help is appreciated :)
Hi,
every now and then my SERs (0.9.4-rc3) hang with a load of 12 or so (I
think it's because 12 SER children are running).
I attached with gdb but have no backtrace anymore, however I know it was
the
LOCK_REPLIES( t );
in modules/tm/t_reply.c:860
It seems it can't get the lock and thus loops in get_lock(...) in
fastlock.h:160.
I can't reproduce this and it happens just ones a week or every other
week...
Any ideas?
Any
ser 0.9.4 is the new stable release.
This is a "bug fix" release, it contains no new features, just bug
fixes.
Upgrading from 0.9.3 is very easy: just replace your 0.9.3 ser with the new
version (the 0.9.3 config should work without any changes and the same
goes for sems, serweb and the mysql tables).
0.9.4 uses the same cvs branch as 0.9.3: rel_0_9_0.
The new release can be downloaded from:
ftp://ftp.berlios.de/pub/ser/0.9.4/
(see ftp://ftp.berlios.de/pub/ser/0.9.4/README for more information).
If you use debian you can user the apt.sip-router.org ser debian
repository by adding the following lines:
deb http://apt.sip-router.org/debian stable main contrib non-free
deb http://apt.sip-router.org/debian testing main contrib non-free
deb http://apt.sip-router.org/debian unstable main contrib non-free
to your /etc/apt/sources.list and then
apt-get install ser ser-cpl-module ser-jabber-module ser-mysq-module
ser-pa-module ser-postgres-module ser-radius-modules
to install all the ser packages.
Changes:
general:
- gcc 4.0 support
- mutlicast options are set for all the sockets
- mediaproxy: memory leak, unchecked memory allocations
- postgress: some bugs and cleanups (compiles cleanly now)
- tm: shm cloned lumps (SER-55)
- tm: t_fifo: 64-bit fix
- tm: dst_uri clone fix
- tm: t_newtran/t_restransmit* races (!)
- usloc: memory leak
solaris:
- serctl, better ISA detection, signals
*bsd:
- multicast options are properly set
openbsd:
- tcp 64 bit fix
Andrei
Hello ser users,
You needn't to reply to my ser configuration problems.
I solve them myself .
Kinds regards
Harry
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com
Him
Thanks, I think and I found that I don't have uac.to module in my
/usr/lib/ser/modules at all, how can I add a new module to my installed ser
package?
thanks
pavol
> -----Original Message-----
> From: Steve Blair [mailto:blairs@isc.upenn.edu]
> Sent: Tuesday, September 13, 2005 2:30 PM
> To: Pavol Segeč
> Subject: Re: [Serusers] UAC module
>
>
> Look at or around line 641 for the offending command. You can
> check the source modules directory to make sure that command
> and it's load module are actually loaded. The other thing to
> check is punctuation. Sometimes a missing ")" or ";" will
> through off the command parser and give error messages for
> lines where and error doesn't exist.
>
> _Steve
>
> Pavol Segeč wrote:
>
> >Hi,
> >
> >I'd like use uac_replace_from("sip:batman@gotham.org")
> function of the
> >UAC module. UAS needs loaded tm.so, I have it, but ser -c is
> reporting error:
> >
> > (11552) parse error (641,21-22): unknown command,
> missing loadmodule?
> >
> >Some advice?
> >
> >Thanks,
> >
> >pavol
> >
> >_______________________________________________
> >Serusers mailing list
> >serusers(a)lists.iptel.org
> >http://lists.iptel.org/mailman/listinfo/serusers
> >
> >
>
> --
>
> ISC Network Engineering
> The University of Pennsylvania
> 3401 Walnut Street, Suite 221A
> Philadelphia, PA 19104
>
>
> voice: 215-573-8396
>
> 215-746-8001
>
> fax: 215-898-9348
>
> sip:blairs@upenn.edu
>
Hi,
I'd like use uac_replace_from("sip:batman@gotham.org") function of the UAC
module. UAS needs loaded tm.so, I have it, but ser -c is reporting error:
(11552) parse error (641,21-22): unknown command, missing
loadmodule?
Some advice?
Thanks,
pavol
Hi All
I've search the whole world over and I can't seem to find a good resource
for the ser scripting language that explains the syntax, operators and
structure of ser commands. I found lots on the modules but not on the main
ser.cfg. Can anyone give me a specific link to a doc? Thanks
Rick