Re: [OpenSIPS-Users] Rate Limit Module Implementation

2019-11-15 Thread Ben Newlin
As a follow up to this, when I tried to set the limit for the FEEDBACK algorithm to 0 for testing, I received this error: invalid limit for FEEDBACK algorithm (must be between 0 and 100) Per the documentation this algorithm should be tracking CPU Load, but the range being 0 to 100 makes me wond

Re: [OpenSIPS-Users] dbalias

2019-11-15 Thread volga629 via Users
This PgSQL table structure opensips=# \d dbaliases Table "public.dbaliases" Column | Type | Collation | Nullable | Default +---+---+--+---

Re: [OpenSIPS-Users] dbalias

2019-11-15 Thread johan
That's odd : the primary key is on index and there are no foreign keys. Can you check if you have the same in your db ? mysql> describe dbaliases; ++--+--+-+-++ | Field  | Type | Null | Key | Default | Extra   

[OpenSIPS-Users] dbalias

2019-11-15 Thread volga629 via Users
Hello Everyone, I am trying use in multi domain environment dbalias table, but hit limitation where impossible insert more then one user per domain. opensips=# INSERT INTO dbaliases (alias_username, alias_domain, username, domain) VALUES ('4384783197', 'dev-sip.networklab.tld', '452392', 'de

[OpenSIPS-Users] Dual NIC - How to handle media on failure?

2019-11-15 Thread Mark Farmer
Good afternoon I've read the document on bridging interfaces [1], reviewed the redirection part of the residential script & I think I understand the mhomed/manual methods etc but I'm really struggling with this problem. My OpenSIPS server has a NAT'ed public IP and an internal IP on separate inte