not hesitate to provide any feedback, comments, reports or
questions in regards to this new module.
[1]http://www.opensips.org/Documentation/Tutorials-FraudDetection-2-1
[2]http://www.opensips.org/html/docs/modules/2.1.x/fraud_detection.html
Regards,
Andrei Datcu
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips fraud_detection
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/350
-- Commit Summary --
* [fraud_detection] HashMap created
* Added
Try: ds_select_domain("101,100", "1,4", "F")
The flags are per set list and not per set list element.
---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/269#issuecomment-57709293___
Devel mailing list
Devel@l
For me it is working correctly. Please be advised that now flags are specified
as argument of ds_select_* functions and not as modparam. So for the avps to be
populated you'll need to call: ds_select_dst("$var(set_id)", "$var(alg)", "f")
---
Reply to this email directly or view it on GitHub:
htt
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips dr_api
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/338
-- Commit Summary --
* First dr_api draft
* drouting api implementation done
as requested in:
https://github.com/OpenSIPS/opensips/issues/250#issuecomment-50880841
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips usrloc_events
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips
For the E_UL_CONTACT_UPDATE event, the previous received field is the only
parameter that could be added. There is no previous contact-address since we
are talking about the _UPDATE event. If there is another contact-address
registered for the same AOR then it will be considered as a different c
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/298
-- Commit Summary --
* [drouting] dr_number_routing fixed lock and documentation
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips dr_api
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/293
-- Commit Summary --
* [drouting] Testing roules through MI now posssible
-- File
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/287
-- Commit Summary --
* Revert "allow opensipsdbctl to run from a different f
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/286
-- Commit Summary --
* [usrloc]New contact-aware events
-- File Changes --
M
Could you be a little more specific? Besides the aor, the usrloc record
contains only the registered contacts. What we can do is add a different event
that is raised each time a contact is inserted/deleted for a specific aor. This
way, info about contact's address and the call id could be provid
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/285
-- Commit Summary --
* [dispatcher] ds_select_dst domain working corectly now
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/284
-- Commit Summary --
* [Dispatcher] info about version table into documentation
Could you be more specific on what extra information you would like to get from
the event?
---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/250#issuecomment-50858440___
Devel mailing list
Devel@lists.ope
Branch: refs/heads/master
Home: https://github.com/OpenSIPS/opensips
Commit: 5036b1d09a1558769836e43038617a9126d24897
https://github.com/OpenSIPS/opensips/commit/5036b1d09a1558769836e43038617a9126d24897
Author: Andrei Datcu
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths
Branch: refs/heads/master
Home: https://github.com/OpenSIPS/opensips
Commit: abe33891bd1790e9a826707f70e6d8d142307ef9
https://github.com/OpenSIPS/opensips/commit/abe33891bd1790e9a826707f70e6d8d142307ef9
Author: Andrei Datcu
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/279
-- Commit Summary --
* [dispatcher] Fixed two allocs for uri str. No more shm leak
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/277
-- Commit Summary --
* SST module now also works with dialogs loaded from db
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/269
-- Commit Summary --
* Partitions for dispatcher module
* [Dispatcher] fixed
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/254
-- Commit Summary --
* Yet another typo in siptrace's readme
-- File Ch
> @@ -206,17 +206,35 @@ modparam("siptrace", "duplicate_uri",
> "sip:10.1.1.1:5888")
>
> 1.3.8. trace_local_ip (str)
>
> - The address to be used in fromip field for local generated
> - messages. If not set, the module sets it to the address of the
> - socket that will be used to send t
You can merge this Pull Request by running:
git pull https://github.com/andrei-datcu/opensips master
Or you can view, comment on it, or merge it online at:
https://github.com/OpenSIPS/opensips/pull/253
-- Commit Summary --
* Split fromip and toip columns
-- File Changes --
M db
23 matches
Mail list logo