Re: [OpenSER-Users] writing provider info in sip_trace mysql table.

2008-03-31 Thread ram
> > > > Why do you want this information? perhaps there is another way for you... > siptrace information to diagnosis the problem ? what is that another way ? ram ___ Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/li

Re: [OpenSER-Users] unable to find dialog for BYE

2008-03-31 Thread Jayesh Nambiar
Hi, This happens only when the call is disconncted from the called party side. When the call initator disconnects there is no such warning in it. Although the dialog ends properly. w/regards, Jayesh - Original Message From: Ovidiu Sas <[EMAIL PROTECTED]> To: Jayesh Nambiar <[EMAIL PRO

Re: [OpenSER-Users] dialog matching criteria

2008-03-31 Thread Jayesh Nambiar
Hi Bogdan, Thanks for your reply. I tried of acheiving the same as follows: Enabled DB support for dialog module. If the called number is 123456, I first query the dialog table to retreive the count on to_uri and compare it with a certain limit value. If the count is equal to or greater than the

Re: [OpenSER-Users] Effect of use_domain in registrar module

2008-03-31 Thread Iñaki Baz Castillo
El Lunes, 31 de Marzo de 2008, Chahn Kim escribió: > Before we switch to use_domain parameter to 1, We'd like to know any > implicit effect of doing it, as well as some questions answered. > > Q. 1) Does this setting takes "SIP_DOMAIN" env parameter of server itself > or the client ATA must send i

[OpenSER-Users] Effect of use_domain in registrar module

2008-03-31 Thread Chahn Kim
Hi, all Currently we are running Openser 1.1 registering ATAs just with user name only. This works fine however it generates minor problem with our Python based monitoring script. The script was written under assumption of non blank domain list. resulting only showing those sessions where the

Re: [OpenSER-Users] OpenSER and radiusclient-ng [Unknown Attribute]

2008-03-31 Thread Krom
Thanks Flavio for the reply. I have been scrubbing those for hours it seems. /etc/radiusclient-ng/radiusclient.conf --snip-- # dictionary of allowed attributes and values # just like in the normal RADIUS distributions dictionary /etc/radiusclient-ng/dictionary.ser /etc/radiusclient-ng/dicti

[OpenSER-Users] Res: OpenSER and radiusclient-ng [Unknown Attribute]

2008-03-31 Thread Flavio Goncalves
Kyle, Check your radius dictionaries and the order of the includes. You are probably not including OpenSER (SIP) attributes. Regards, Flavio E. Goncalves - Mensagem original De: Krom <[EMAIL PROTECTED]> Para: users@lists.openser.org Enviadas: Segunda-feira, 31 de Março de 2008 16

[OpenSER-Users] OpenSER and radiusclient-ng [Unknown Attribute]

2008-03-31 Thread Krom
Parallel posting this to both CDRTool users and OpenSER users, so apologies to members of both. I have installed the latest version of CDRTool and running it with OpenSER 1.1.1 for the time being. When looking at the tcpdump of the records leaving the OpenSER server via radiusclient-ng I am viewi

[OpenSER-Users] CPL and Postgres problems.

2008-03-31 Thread Ola Karlsson
Hi Users! Have a problem with CPL scripts and postgres. I've tried to make the simplest possible script for debugging which resulted in the following in the 'cpl_xml' column. '\012 \012 \012 \012\012\012' Loading it with openserctl that gets translated to this in the cpl_bin field. '

[OpenSER-Users] Problem activating auth and auth_db modules using openser 1.3.1

2008-03-31 Thread Pascal Maugeri
Hi My 1.3.1 server does not start when I activate the modules auth and auth_db modules with the following configuration: loadmodule "auth.so" loadmodule "auth_db.so" [...] modparam("auth_db", "calculate_ha1", yes) modparam("auth_db", "user_column", "username") modparam("auth_db", "password_column

[OpenSER-Users] openser.init

2008-03-31 Thread Martin.Gruber1
Hi guys, I have configured the openser.init file for my openser. When I start the service, how can I watch my log-Messages? If I make "service openser start" and after it enter "openser" my OpenSER dies and writes "openser dead but subsys locked" You can I get OpenSER running again? Thanks for

[OpenSER-Users] mi_datagram module bind failure

2008-03-31 Thread Sigrid Thijs
Hi, we're setting up OpenSER 1.3.0 on a FreeBSD system, with the mi_datagram module configured, and when we start up openser, we get the following error: /usr/local/sbin/openser[3139]: NOTICE presence:child_init: init_child [1] pid [3139] /usr/local/sbin/openser[3138]: ERROR:mi_datagram:mi_in

Re: [OpenSER-Users] compile Openser 1.3.1 with module carrierroute

2008-03-31 Thread Henning Westerholt
On Monday 31 March 2008, Samael - wrote: > I tried to compile Openser 1.3.1 with module carrierroute on CentOS 5 in a > 64 bits architecture. I compiled the confuse library and when I tried to > compile Openser 1.3.1 with carrierroute module show me this error > > # make prefix=/ include_modules="m

Re: [OpenSER-Users] unable to find dialog for BYE

2008-03-31 Thread Ovidiu Sas
Are you getting this all the time? What kind of matching algorithm are you using? Please post a SIP trace. There are several scenarios that can trigger this warning and it is difficult to debug without providing extra information about your scenario. Regards, Ovidiu Sas On Wed, Mar 26, 2008 at 6

[OpenSER-Users] compile Openser 1.3.1 with module carrierroute

2008-03-31 Thread Samael -
Hi, I tried to compile Openser 1.3.1 with module carrierroute on CentOS 5 in a 64 bits architecture. I compiled the confuse library and when I tried to compile Openser 1.3.1 with carrierroute module show me this error # make prefix=/ include_modules="mysql snmpstats carrierroute" modules ... /u

Re: [OpenSER-Users] [FEATURE REQ] allow does_uri_exist() to test against other variables besides $ru

2008-03-31 Thread Bogdan-Andrei Iancu
Hi Mike, If not already, please upload your request on the tracker - see the "Feature requests" section. Thanks and regards, Bogdan Mike Fedyk wrote: > Hi, > > Is there a better way to test if a call is from a registered user without > authentication than the code below? If not, then let me re

Re: [OpenSER-Users] dialog matching criteria

2008-03-31 Thread Bogdan-Andrei Iancu
Hi Jayesh, Such support is not available, but it is on the roadmap for 1.4. Regards, Bogdan Jayesh Nambiar wrote: > Hi All, > Is there a way in dialog module that I can keep count of active > dialogs based on certain parameters like ruri, to_uri etc. > For example, if i need to do a check of ac

Re: [OpenSER-Users] nat_uac_test("31") not enough to detect with some consumer voip passthrough routers

2008-03-31 Thread Klaus Darilion
Hi Mike! Dealing with SIP ALGs is really PITA. Currently I do not use any NAT tests at all but always do NAT traversal (except I know for sure that the client is asymmetric). Another useful approach is to open another socket on the SIP proxy with non-standard port, as most SIP ALGs trigger on

Re: [OpenSER-Users] Branch/transaction flags not being inherited by BYE?

2008-03-31 Thread Dan-Cristian Bogos
Hey Bogdan, thx for your answer. I was hopping this based on the info related to CANCEL present here in the documentation (obviously I was wrong): http://www.openser.org/dokuwiki/doku.php/utils:flags?s=flags#message_transaction_flags2 Btw, does CANCEL in 1.3 inherit transaction flags? Ta, DanB

Re: [OpenSER-Users] Branch/transaction flags not being inherited by BYE?

2008-03-31 Thread Bogdan-Andrei Iancu
Hi Dan, The flags are per branch/transaction and not per dialog! So, the flags you set for INVITE will not be inherited by any other sequential request (like BYE). Regards, Bogdan Dan-Cristian Bogos wrote: > Hi All, > > I have noticed something strange in the version I am running, cannot > fi

Re: [OpenSER-Users] Implement Lawful intercept between UA's?

2008-03-31 Thread Henning Westerholt
On Thursday 27 March 2008, Raju Abhyankar wrote: > Hi, > > I am using openser-1.1.1-tls and have several UA's > connected and traversing NAT using Mediaproxy. All > works fine. When these UA's make a call to PSTN I use > asterisk and it provides the ability to intercept or > listen in to the call a

Re: [OpenSER-Users] unable to find dialog for BYE

2008-03-31 Thread Iñaki Baz Castillo
El Wednesday 26 March 2008 11:00:38 Jayesh Nambiar escribió: > Hi All, > I have recently upgraded to openser 1.3.1 and I am trying to explore the > Dialog module. I want to maintain the dialog for specific set of calls, so > I have defined a route and I have written setflag(4) in that route so that

Re: [OpenSER-Users] LCR Gateway Priority....

2008-03-31 Thread Henning Westerholt
On Monday 24 March 2008, Douglas Garstang wrote: > Juha, I spent some time trying to understand and get the > carrierroutefunctionality working today, and it looks like it doesn't solve > myproblem either. > > It appears that the default carrier cannot be changed during a call,which > is no good. I

Re: [OpenSER-Users] LCR... Too many entries

2008-03-31 Thread Henning Westerholt
On Tuesday 25 March 2008, Douglas Garstang wrote: > >#define MAX_QUERY_SIZE 512 > > > >you can increase its value, but as i have said, lcr module was not > >designed for the kind of inter-operator application that you have. > > Ok... what about carrierroute? Are there are docs or examples available