Re: [OpenSIPS-Users] accounting of register method

2013-10-14 Thread Bakko
Hello, maybe you can use Homer SIP Capture server. http://www.sipcapture.org/ Regards El 14/10/2013 13:41, Allan Piske / TPA escribió: Would it be possible to account every register request ( and result ) to determine with periods of time in a timespan a subscriber was registered ? Plann

Re: [OpenSIPS-Users] Opensip as transaprent inbound proxy for asterisk

2013-10-14 Thread Bakko
Hello, I'm use this procedure to know original IP (long way): first define a context on opensips trunk configurated on Asterisk., then I use this dialplan block: [opensip] exten => _X.,1,Set(uri=${CHANNEL(uri)}) same => n,Set(uri2=${CHANNEL(from)}) same => n,Set(uri=${CUT(uri,@,2)}) same => n

Re: [OpenSIPS-Users] Dialog Eror

2013-09-19 Thread Bakko
#id293993 ) Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 17.09.2013 03:20, Bakko wrote: Hello, is there a solution for this error? ERROR:dialog:dlg_validate_dialog: failed to validate remote contact: dlg=[sip:VMB_1002@1.2.3.4:5060] , req=[sip:1.2.3.4:5080;lr

[OpenSIPS-Users] Dialog Eror

2013-09-16 Thread Bakko
Hello, is there a solution for this error? ERROR:dialog:dlg_validate_dialog: failed to validate remote contact: dlg=[sip:VMB_1002@1.2.3.4:5060] , req=[sip:1.2.3.4:5080;lr;ftag=51106545;did=b1c.289a4b12;nat=yes] In-Dialog ACK from 1.2.3.4 (callid=ZTNmNGQ2MTg0MGYwNGI1ZDQyN2YzNjU3OWE0OGRmNmY) is

Re: [OpenSIPS-Users] Module presence.xml issue

2013-09-13 Thread bakko
Ok. Thank you Regards ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] Module presence.xml issue

2013-09-12 Thread Bakko
Hello, I'm trying to use presence.xml module on OpenSIPs with residencial script and I have this issue: - OpenSIPs 1.8.2 working fine - OpenSIPs 1.8.3 ERROR:core:set_mod_param_regex: parameter not found in module - OpenSIPs 1.9 ERROR:core:set_mod_param_regex: parameter not found in module

Re: [OpenSIPS-Users] Module presence.xml issue

2013-09-12 Thread Bakko
hello, this means is there a error on residential script? Regards El 12/09/2013 11:44, Saúl Ibarra Corretgé escribió: db_url is no longer a parameter of presence_xml, but of presence. On Sep 12, 2013, at 6:11 PM, Bakko wrote: Hello, I'm trying to use presence.xml module on OpenSIPs

Re: [OpenSIPS-Users] Question about Load Balancer

2013-08-21 Thread Bakko
Hello, this is the normal behavior. You can change it in script route using algorithm option: load_balance(grp,resources[,alg]) algorithm- algorithm used for computing the available load on the system: 0- Absolute value - the effective available load ( maximum_load - current_load) is used in

Re: [OpenSIPS-Users] How to protect OpenSIPS from undesidered requests (DoS attack?)

2013-03-06 Thread Bakko
Hello, I'm using this configuration: if (is_method("REGISTER")) { $var(auth_code) = www_authorize("", "subscriber"); if ( $var(auth_code) == -1 || $var(auth_code) == -2 ) { xlog("L_NOTICE","Auth error for $fU@$fd from $si cause $var(auth_code)"); }

Re: [OpenSIPS-Users] One server with many OpenSips.

2013-02-04 Thread Bakko
Hello, i have two OpenSIPs on the same server. I used two different directory to install them: one on /usr y other on /usr/local. Then create two different services script configured accordantly to your configuration. Regards El 04/02/2013 12:11, Dragomir Haralambiev escribió: Hi, Thank

Re: [OpenSIPS-Users] [RELEASE] OpenSIPS 1.9.0 - a new major release is out

2013-01-29 Thread Bakko
Very good news. Thank you El 29/01/2013 14:11, Bogdan-Andrei Iancu escribió: Hi all, One more major release is out - OpenSIPS 1.9.0 Release Candidate (beta) *OpenSIPS 1.9.0* comes with several major improvements (scripting, dialog support, TCP, Web Sockets, timers), but also with new funct

Re: [OpenSIPS-Users] Limit calls over IP between Opensips Servers

2012-12-12 Thread Bakko
Hello, right :) Regards El 12/12/2012 11:40, Bogdan-Andrei Iancu escribió: If it works, it means it is correct, right ? :) Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 12/12/2012 06:37 PM, Bakko wrote: Hello, the configuration working

Re: [OpenSIPS-Users] Limit calls over IP between Opensips Servers

2012-12-12 Thread Bakko
Hello, the configuration working fine but I don't know if the script syntax is totally correct. Thank you Regards ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Limit calls over IP between Opensips Servers

2012-12-12 Thread Bakko
Hello, maybe I resolved this configuration. My escenario: - load balancing environment - some clients register to opensips with a softphone and IP change. - some clients sending only INVITE to Opensips and Asterisk Servers authenticate the INVITE. Configuration: I created a new table on Open

[OpenSIPS-Users] Limit calls over IP between Opensips Servers

2012-11-28 Thread Bakko
Hello list, I'm trying to limit outbound numbers calls over client IP I'm using Redis Cluster between two opensips servers to share the numbers of calls. All work fine. I can see on Redis server the current calls of each client. The only "problem" is I don't know where put the max numbers of

[OpenSIPS-Users] Load Balancer between two OpenSIPs server. Redis Cluster [HOWTO]

2012-11-10 Thread Bakko
Hello list, I written the first draft about Load Balancer between two Opensips Servers in a Redis Cluster. I'm sorry if the HowTo is in Spanish, but my English is not very good. http://www.voztovoice.org/?q=node/585 Thank you Bogdan for your help and

[OpenSIPS-Users] Load Balance between two OpenSIPs server

2012-11-07 Thread Bakko
Hello, i have a relatively simple question. is it possible share between two OpenSIPs servers the real time situation about load balancer module? Normally, if I want to know the load balancer situation use this command: opensipsctl fifo lb_list is it possible the two Opensips servers share

Re: [OpenSIPS-Users] Two Basic question

2011-09-14 Thread bakko
HI, I'm using a mysql database but the subscriber table is empty. Thank you. Regards ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] Two Basic question

2011-09-13 Thread bakko
vance. - Bakko ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users