[OpenSIPS-Devel] [opensips] Feature Request - Automatic polling of Uac_registrant + events (#168)

2014-02-17 Thread hydrosine
Hi, I'm looking for a way to have the uac registrant check periodically for new records in it's database. Now i'm running a crontab with opensipsctl fifo reg_reload. But during this all registers go into not_registered_state for a while. Also i would like uac_registrant to return an event in wh

[OpenSIPS-Devel] [opensips] Feature Request - Uac_registrant Load balancing/Failover (#169)

2014-02-17 Thread hydrosine
Hi, I'm looking for a way to have two UAC_Registrants next to eachother on the same database. They have to be aware of which records they are registering for, and for me the ultimate scenario would be that they are able to detect that the other Registrant is gone and takeover all the records th

Re: [OpenSIPS-Devel] [opensips] Feature Request - Automatic polling of Uac_registrant + events (#168)

2014-02-19 Thread hydrosine
That's good to know, what about the other points? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/168#issuecomment-35593792___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bi

[OpenSIPS-Devel] [opensips] DRouting module, dr_reload does not pick up on state column. (#275)

2014-07-22 Thread hydrosine
The MI dr_reload command does not pick up on any DB changes relating to the state column. how to replicate: Opensips 1.11 from apt. Fill dr_gateways with at least 2 destinations, set both states to 0. Start opensips, dr_gw_status should show both as enabled. Change one state in DB to 1. do the MI

[OpenSIPS-Devel] [opensips] DB_MYSQL - modparam ping_interval does nothing - No pings sent ever (#320)

2014-09-03 Thread hydrosine
Tried on 1.10 and 1.11. No ping packets are being sent to keep the connection alive. I traced all mysql traffic for half an hour, and no ping was sent. Tried it with modparam set to 300, 30 and with no modparam at all which would mean 300 sec. What we can see in the code is that the modparam is

[OpenSIPS-Devel] [opensips] UAC_Registrant - Call-id in registers change on fifo reg_reload (#333)

2014-09-11 Thread hydrosine
Hi, I'm having a particular issue with reloading of records in the registrant. Some software PBX's end all calls when the Call-ID in the registers change. When i reload the uac_registrant with opensipsctl fifo reg_reload, I see that the Call-id, that the Registers use change. I would like uac_r

[OpenSIPS-Devel] [opensips] Dispatcher strange balancing (#387)

2014-11-24 Thread hydrosine
Hi, I have a dispatcher group with 30 destinations. When all are active the spreading of load is good. When I disable one of these destinations through opensipsctl fifo ds_set_state. One seemingly random destination gets double the load that is normally handled by one destination, instead of th

[OpenSIPS-Devel] [opensips] opensipsctl scripts ignores start options (#393)

2014-12-11 Thread hydrosine
I start opensips through opensipsctl start. This does not include any memory settings i have done through /etc/default/opensips. I looked into the opensipsctl script and it does have a variable named $STARTOPTIONS. Only problem is that this variable contains no values ever as far as i can see. T

Re: [OpenSIPS-Devel] [opensips] opensipsctl scripts ignores start options (#393)

2014-12-11 Thread hydrosine
Oops! You are right, lets close this ticket quick ;) --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/393#issuecomment-66598333___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi

[OpenSIPS-Devel] [opensips] Make MyISAM a choice (#399)

2014-12-30 Thread hydrosine
The opensipsdbctl with MySQL currently uses MyISAM by default, Which is strange as MySQL moved away from MyISAM in version 5.5 I suggest to let the choice be made by the MySQL server. Or make it an explicit option. --- Reply to this email directly or view it on GitHub: https://github.com/Open

Re: [OpenSIPS-Devel] [opensips] Dispatcher strange balancing (#387)

2015-03-06 Thread hydrosine
woops completely missed it. I'll be back with results soon. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/387#issuecomment-77557664___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.

Re: [OpenSIPS-Devel] [opensips] Dispatcher strange balancing (#387)

2015-03-12 Thread hydrosine
I can't figure out how to apply the patch on my opensips, I'm at 1.10.3 git revision: 13a3a4c I could also upgrade to 1.11 --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/387#issuecomment-78450084___ De

[OpenSIPS-Devel] [opensips] disable Dispatcher restart persistency (#430)

2015-03-17 Thread hydrosine
I always work with a view for the dispatcher. Since 1.11 i have these errors ERROR:dispatcher:ds_flusher_routine: DB update failed CRITICAL:db_mysql:wrapper_single_mysql_real_query: driver error (1348): Column 'state' is not updatable I would like to disable this behaviour. Maybe a mod