Open
Conversation
added 4 commits
June 16, 2016 16:53
We can now enter every domain we want instead of picking a domain in a list
Member
|
Hi @c-paradis , let me review it shortly and come back with feedback. Thanks for the contributions, Bogdan |
Author
|
Hi @bogdan-iancu , i've added another option to the blacklist manager. It works for the globalblacklist and the userblacklist as well |
Member
|
Hi @c-paradis , the patch looks good, but before merging, please place the Copyright and License text in all the new files . See the example from the existing file, simply copy and replace the Copyright line with your name/business/etc. |
Member
|
Thank you @c-paradis , I will shortly review. |
Closed
liviuchircu
added a commit
that referenced
this pull request
May 12, 2020
* be compatible with any SQL mode. This fixes: SELECT DISTINCT callid FROM sip_trace WHERE status='' AND direction='in' ORDER BY id DESC; ERROR 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column 'opensips.sip_trace.id' which is not in SELECT list; this is incompatible with DISTINCT * be consistent across different backends (e.g. don't sort the results differently with MySQL vs. Postgres) Fixes #83
liviuchircu
added a commit
that referenced
this pull request
May 12, 2020
* be compatible with any SQL mode. This fixes: SELECT DISTINCT callid FROM sip_trace WHERE status='' AND direction='in' ORDER BY id DESC; ERROR 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column 'opensips.sip_trace.id' which is not in SELECT list; this is incompatible with DISTINCT * be consistent across different backends (e.g. don't sort the results differently with MySQL vs. Postgres) Fixes #83 (cherry picked from commit e2c4246)
liviuchircu
added a commit
that referenced
this pull request
May 12, 2020
* be compatible with any SQL mode. This fixes: SELECT DISTINCT callid FROM sip_trace WHERE status='' AND direction='in' ORDER BY id DESC; ERROR 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column 'opensips.sip_trace.id' which is not in SELECT list; this is incompatible with DISTINCT * be consistent across different backends (e.g. don't sort the results differently with MySQL vs. Postgres) Fixes #83 (cherry picked from commit e2c4246)
liviuchircu
added a commit
that referenced
this pull request
Aug 24, 2020
liviuchircu
added a commit
that referenced
this pull request
Aug 24, 2020
liviuchircu
added a commit
that referenced
this pull request
Aug 24, 2020
(cherry picked from commit 5806150)
liviuchircu
added a commit
that referenced
this pull request
Aug 24, 2020
(cherry picked from commit 5396b54)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
I've added a new module to Opensips-cp.
This blacklist manager allows you to read, insert and edit entries in the database.
It checks if the admin has read-only or read-write permissions to allow him to add / edit entries.
With this tool you can also reload the global blacklist cache with an "apply changes" button.