Re: [OpenSIPS-Users] New module: registrant

2011-03-10 Thread Andrew Pogrebennyk
Ovidiu, great news! This is exactly what I've been looking for. But I'm not sure, does timer_interval affect the distribution of registration load in time or it affects only re-register? In what units if the hash_size given, do you have any examples e.g. how big hash_size we need to distribute

Re: [OpenSIPS-Users] Cannot connect to OpenSIPS Server via Management Interface (127.0.0.1/8000)

2011-03-10 Thread vip killa
thanks, that worked. I had tried this: modparam("mi_fifo", "fifo_group", "www-data") but when i restarted opensips, it didn't create the file. is having the file writeable by world secure? On Thu, Mar 10, 2011 at 10:12 AM, Max Mühlbronner wrote: > > If it is in a different path or named differe

Re: [OpenSIPS-Users] Cannot connect to OpenSIPS Server via Management Interface (127.0.0.1/8000)

2011-03-10 Thread Max Mühlbronner
If it is in a different path or named differently, you need to adjust it. Are the mi_fifo modparams set in opensips.cfg? # - mi_fifo params - modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo") modparam("mi_fifo", "fifo_mode", 0666) Am 10.03.2011 16:03, schrieb vip killa: i made

Re: [OpenSIPS-Users] Cannot connect to OpenSIPS Server via Management Interface (127.0.0.1/8000)

2011-03-10 Thread vip killa
i made the change, now i'm getting: Array ( [0] => sorry -- cannot open write fifo [1] => sorry -- cannot open write fifo ) On Thu, Mar 10, 2011 at 9:59 AM, Max Mühlbronner wrote: > Uh, typo... > > > change $boxes[$box_id]['mi']['conn']="127.0.0.1:8000"; to > $boxes[$box_id]['mi']['conn']

Re: [OpenSIPS-Users] Cannot connect to OpenSIPS Server via Management Interface (127.0.0.1/8000)

2011-03-10 Thread Max Mühlbronner
Uh, typo... change $boxes[$box_id]['mi']['conn']="127.0.0.1:8000"; to $boxes[$box_id]['mi']['conn']="/tmp/opensips_fifo"; Sorry :) Max M. Am 10.03.2011 15:58, schrieb Max Mühlbronner: Hi, it´s simple, if you are runnin both opensips and opensips-cp on the same server you need to confi

Re: [OpenSIPS-Users] Cannot connect to OpenSIPS Server via Management Interface (127.0.0.1/8000)

2011-03-10 Thread Max Mühlbronner
Hi, it´s simple, if you are runnin both opensips and opensips-cp on the same server you need to configure: /config/boxes.global.inc.php $boxes[$box_id]['mi']['conn']="/tmp/opensips_fifo"; change it to: $boxes[$box_id]['mi']['conn']="127.0.0.1:8000"; but if they are running on the same serv

[OpenSIPS-Users] Cannot connect to OpenSIPS Server via Management Interface (127.0.0.1/8000)

2011-03-10 Thread vip killa
I've installed opensips-1.6.4-2-notls with opensips-cp but in opensips cp i'm getting this error: Cannot connect to OpenSIPS Server via Management Interface (127.0.0.1/8000) i believe this error is related to the opensips_fifo, but im not sure and im new to opensips. Everything else works in opensi

[OpenSIPS-Users] Outcome of IRC meeting, 9th of MArch 2011

2011-03-10 Thread Bogdan-Andrei Iancu
Topics, Conclusions, Logs can be found here: http://www.opensips.org/Resources/IRCmeeting20110309 Regards, Bogdan -- Bogdan-Andrei Iancu OpenSIPS eBootcamp - 28th February 2011 OpenSIPS solutions and "know-how" ___ Users mailing list Users@lists.ope

Re: [OpenSIPS-Users] opensips.pid on Red Hat

2011-03-10 Thread Sven Schulz
For opensip-cp install on centos 5, here are the packages I installed (using yum): php php-mysql php-xmlrpc php-pear-MDB2 php-pear-Log php-pear-MDB2-Driver-mysql Sven Schulz Penn State University Telecommunications and Network Services 814.865.6116 sip:s...@psu.edu On 3/10/11 5:12 AM, "Toyima

Re: [OpenSIPS-Users] opensips.pid on Red Hat

2011-03-10 Thread Richard Revels
Simply means it's already there. Should be good to go. Richard On Mar 10, 2011, at 5:12 AM, Toyima Dias wrote: > Just one more thing friends, > When i try to install MDB2, i got following errors > > /#pear install MDB2 > Skipping package "pear/MDB2", already installed as version 2.4.1 > No val

[OpenSIPS-Users] New module: registrant

2011-03-10 Thread Ovidiu Sas
Hello all, There is a new module available for opensips: registrant. This module allows opensips to register itself on a remote registrar server. For more info, check the README file: http://www.opensips.org/html/docs/modules/devel/registrant.html Regards, Ovidiu Sas ___

Re: [OpenSIPS-Users] SIP REGISTER to other servers with OpenSIPS 2.0?

2011-03-10 Thread Ovidiu Sas
On Wed, Mar 9, 2011 at 11:27 PM, Paul Wise wrote: > Great news about the registrant module, unfortunately it isn't as > full-featured as I would have hoped. If you need some ideas about things > to add to it, these are the features I would need: > > Script functions and mi commands to make a conta

[OpenSIPS-Users] t_relay behavior with 477 send failed

2011-03-10 Thread Amit Sharma
I am facing an issue similiar to the one outlined in the thread http://lists.opensips.org/pipermail/users/2010-April/011783.html I am using the latest stable version of opensips (1.6.4) and tried the solution outlined in the thread above. The issue I have observed is that t_relay function doesn

Re: [OpenSIPS-Users] opensips.pid on Red Hat

2011-03-10 Thread Toyima Dias
Just one more thing friends, When i try to install MDB2, i got following errors /#pear install MDB2 Skipping package "pear/MDB2", already installed as version 2.4.1 No valid packages found install failed The same with "pear install MDB2#mysql" and "pear install log" 2011/3/10 Toyima Dias > Tha

Re: [OpenSIPS-Users] SIP REGISTER to other servers with OpenSIPS 2.0?

2011-03-10 Thread Bogdan-Andrei Iancu
Hi PAul, Maybe Ovidiu, the author of this module can comment on your notes ;) Regards, Bogdan Paul Wise wrote: Great news about the registrant module, unfortunately it isn't as full-featured as I would have hoped. If you need some ideas about things to add to it, these are the features I would

Re: [OpenSIPS-Users] opensips.pid on Red Hat

2011-03-10 Thread Toyima Dias
Thanks! Now it works. Regards 2011/3/9 John Khvatov > > On 09.03.2011, at 21:34, Ovidiu Sas wrote: > > > Run `opensips -h' and check -P option. > > That should help you out with setting the pid file. > > Yep. > > Toyima, as workaround, add "-P /var/run/opensips.pid" to OPTIONS var in > /etc/sys