Hello
I'm using SER with the LCR module and i'm having some "memory leak" problems. I have followed the "Problem Reporting" link in the iptel.org site to send you a report. My question is : In the page you mention that i need to use memlog=2 and debug=3. Is this ok? or i need to run SER with more debug to see the problem and report it?
Second. How do i know if i'm using the last stable, bug free (in theory) version of SER?.
SER -V :
version: ser 0.9.6 (i386/linux)
flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535
@(#) $Id: main.c,v 1.197.2.1 2005/07/25 16:56:24 andrei Exp $
main.c compiled on 07:54:57 Feb 29 2008 with gcc 4.1.2
i have download this version from the FTP site.
I hope someone can help me here.
Thanks in advance.
Regards,
Ricardo Martinez.-
Hello all,
I´ve searched around forums and openser and openxcap documentation but I
haven´t found any consistent information about the use of openxcap with
openser 1.2 and with postgresql.
Is it possible to use the 3 of them alltogether? I can overcome any problem
with openser 1.2 by installing a newer version, but any mysql restriction
is going to be a real problem since I´m using Voip4all architecture, which
is built over postgresql.
I would really appreciate any information about this.
Regards, Marcelo R. Leite
Hey All
I am trying to setup TLS to use on my openser server this setup allows
me to sign in
/* uncomment the following lines to enable TLS support (default off) */
#disable_tls = yes
disable_tls = no
listen = tls:xx.xx.xx.xx:443
tls_verify_server = 1
tls_verify_client = 1
tls_require_client_certificate = 0
tls_method = TLSv1
tls_certificate = "/usr/local/etc/openser/tls/user/user-cert.pem"
tls_private_key = "/usr/local/etc/openser/tls/user/user-privkey.pem"
tls_ca_list = "/usr/local/etc/openser/tls/user/user-calist.pem"
/* uncomment and configure the following line if you want openser to
bind on a specific interface/port/proto (default bind on all
available) */
listen=udp:xx.xx.xx.xx:5060
However removing listen=udp:xx.xx.xx.xx:5060 blocks me from signing in
at all.
I have checked with the first configuration that I sign in to port 443,
however even if I am able to sign in using port 443 I can make calls I
always get time out errors from my openser server. It works fine if I
disable tls and only use UDP.
Any hints ?
Thx
Hello all,
I have an issue with my OpenSER setup. I am struggling to fix it and to
find further information.
I am working with the debian package 1.3.0-tls
Registration (with and without authentication works fine), however, when
a client sends an INVITE, it seems to be looping back the request until
the max-forward is reached and hence returning the error.
The log throws out an insane amount of *repeated* requests.
My configuration file is the standard one, I have only added a few xlogs
to see if the uri matched my alias, which strangely seems to do as "URI
is not mine" is never output.
alias=sipserver
[....]
if(uri!=myself) {
xlog("L_NOTICE","URI is not mine\n");
route(1);
exit;
}
[...]
route[1] {
# send it out now; use stateful forwarding as it works reliably
# even for UDP2TCP
if (!t_relay()) {
sl_reply_error();
};
exit;
}
Eloi
epecharroman(a)aptx.com
Hello,
seems that you authenticate the MESSAGEs sent by msilo -- filter out
these ones, the source IP should be localhost.
Cheers,
Daniel
On 03/18/08 11:49, Devesh wrote:
> Hi Daniel,
> Thanks for your reply.
> I am not able to grep any message because this utility is not on my machine.
> I am sending you MSILO log.(attached)
> Please guide me where I am wrong.
>
>
> Thanks & Regards
> Devesh Bissa
> persistent system ltd.
>
>
>
> -----Original Message-----
> From: Daniel-Constantin Mierla [mailto:miconda@gmail.com]
> Sent: Tuesday, March 18, 2008 2:30 PM
> To: Deveshb
> Cc: users(a)lists.openser.org
> Subject: Re: [OpenSER-Users] openser msilo problem
>
> Hello,
>
> On 03/14/08 16:17, Deveshb wrote:
>
>> Hi,
>> I have install openser with msilo module . Offline messages stored
>>
> there
>
>> but it's not deliver to client( I am using X-Lite).
>> it gives me following error
>> DBG:maxfwd:is_maxfwd_present: max_forwards header not found!
>> DBG:uri:has_totag: no totag
>> DBG:tm:t_lookup_request: start searching: hash=3841, isACK=0
>> DBG:tm:matching_3261: RFC3261 transaction matching failed
>> DBG:tm:t_lookup_request: no transaction found
>>
>>
> these are not errors, are debug messages.
>
> Grab the SIP traffic for this case and and send here, that will show
> where the message is delivered. Sample command:
>
> ngrep -d any -qt -W byline port 5060
>
> Cheers,
> Daniel
>
>
>
>
>> Could you please help me .
>>
>> Thank you
>> Devesh
>>
>>
>
> DISCLAIMER
> ==========
> This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
>
Hi,
The architecture looks like this:
PSTN <-> AS5300 <-> openser(non_tls) <-> IP-PBX's (asterisk)
^ ^
^ billing^ (radius)
i want to interconnect with another operator trough sip.
i think about two methods:
-using AS5300
-directly to openser.
what method do you recommend for me?
and how do you think it's resonable to instal another openser with tls wich will function like session
border controller for interconnections with operators through sip.
The goal is to not change the architecture of billing and existing SIP proxy.
i've read something on the sipforum but i am interested if someone has some experience in such cases,
taking into consideration that fact that operators use different equipment that supports sip.
i mean that i want in result something like this:
|
|
PSTN <-|-> AS5300 <->
| ^ openser(non_tls) <-> IP-PBX's (asterisk)
SIP <-|-> openser<-> ^
| ^ ^
| ^ billing^ (radius)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
is there a way to access two or more P-Asserted-Identity header field
directly with PVs? The only way I found to do is via
$(hdr(P-Asserted-Identity)[N]). I ask because of performance ...
regards
helmut
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFH3rA+4tZeNddg3dwRAl6xAJ4p4Tv+ih+m46yWB6GRUZuU1wS/8wCaAlOY
DtCykNG42Im8cyhVQ1jn2RE=
=tKfw
-----END PGP SIGNATURE-----
Hi,
I have install openser with msilo module . Offline messages stored there
but it's not deliver to client( I am using X-Lite).
it gives me following error
DBG:maxfwd:is_maxfwd_present: max_forwards header not found!
DBG:uri:has_totag: no totag
DBG:tm:t_lookup_request: start searching: hash=3841, isACK=0
DBG:tm:matching_3261: RFC3261 transaction matching failed
DBG:tm:t_lookup_request: no transaction found
Could you please help me .
Thank you
Devesh
--
View this message in context: http://www.nabble.com/openser-msilo-problem-tp16048145p16048145.html
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.
Untitled DocumentHi.
I´m using a server with OpenSER + MySql FreeRadius + + MediaProxy, and it´s working well, but whenever I get this error:
/ Usr / local / sbin / openser [2610]: ERROR: auth_radius: radius_authorize_sterman: rc_auth failed
All customers are authenticated and holding calls.
What can that be?
Alcindo Schleder.
Hi,
I'm trying to use SER 2.0 (daily snapshot) with a PostgreSQL backend, and
have a few problems. What is the status of PostgreSQL support in SER?
I created the schema with the ser_postgres script. That didn't populate the
version table, so I had to do that manually. Now I need to add a domain
with ser_ctl, but get this:
ERROR: argument of AND must be type boolean, not type integer
STATEMENT: SELECT did FROM domain WHERE 1 AND (NOT ((flags & 128)!='0'))
AND (did='example.org') LIMIT 1
Is there another way to create domain entries, or should I switch to MySQL?
Regards,
Marcus Better