[OpenSIPS-Devel] [opensips] Fraud detection (#350)

2014-10-07 Thread 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

Re: [OpenSIPS-Devel] [opensips] Partitions for dispatcher module (#269)

2014-10-02 Thread andrei-datcu
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:

Re: [OpenSIPS-Devel] [opensips] Partitions for dispatcher module (#269)

2014-10-02 Thread andrei-datcu
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

[OpenSIPS-Devel] [opensips] Dr api (#338)

2014-09-23 Thread andrei-datcu
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

[OpenSIPS-Devel] [opensips] [usrloc] Added AOR parameter for E_UL_CONTACT_* events (#336)

2014-09-16 Thread andrei-datcu
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

Re: [OpenSIPS-Devel] [opensips] usrloc: E_UL_AOR_DELETE enhancement (#250)

2014-08-26 Thread andrei-datcu
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

[OpenSIPS-Devel] [opensips] [drouting] dr_number_routing fixed lock and documentation (#298)

2014-08-12 Thread andrei-datcu
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

[OpenSIPS-Devel] [opensips] [drouting] Testing roules through MI now posssible (#293)

2014-08-08 Thread andrei-datcu
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

[OpenSIPS-Devel] [opensips] [dispatcher]Fixed README (#287)

2014-08-05 Thread andrei-datcu
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 quot;allow opensipsdbctl to run from a different

[OpenSIPS-Devel] [opensips] [usrloc]New contact-aware events (#286)

2014-08-04 Thread andrei-datcu
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

Re: [OpenSIPS-Devel] [opensips] usrloc: E_UL_AOR_DELETE enhancement (#250)

2014-08-01 Thread andrei-datcu
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

[OpenSIPS-Devel] [opensips] [Dispatcher] info about version table into documentation (#284)

2014-08-01 Thread andrei-datcu
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

[OpenSIPS-Devel] [opensips] [dispatcher] ds_select_dst domain working corectly now (#285)

2014-08-01 Thread andrei-datcu
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

Re: [OpenSIPS-Devel] [opensips] usrloc: E_UL_AOR_DELETE enhancement (#250)

2014-08-01 Thread andrei-datcu
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

[OpenSIPS-Devel] [OpenSIPS/opensips] abe338: [Siptrace] Added table version check

2014-07-31 Thread Andrei Datcu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: abe33891bd1790e9a826707f70e6d8d142307ef9 https://github.com/OpenSIPS/opensips/commit/abe33891bd1790e9a826707f70e6d8d142307ef9 Author: Andrei Datcu datcuand...@gmail.com Date: 2014-07-24 (Thu, 24 Jul

[OpenSIPS-Devel] [OpenSIPS/opensips] 5036b1: SST module now also works with dialogs loaded from...

2014-07-31 Thread Andrei Datcu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5036b1d09a1558769836e43038617a9126d24897 https://github.com/OpenSIPS/opensips/commit/5036b1d09a1558769836e43038617a9126d24897 Author: Andrei Datcu datcuand...@gmail.com Date: 2014-07-28 (Mon, 28 Jul

[OpenSIPS-Devel] [opensips] [dispatcher] Fixed two allocs for uri str. No more shm leak. (#279)

2014-07-28 Thread andrei-datcu
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

[OpenSIPS-Devel] [opensips] [Dialogs] Module flags (#277)

2014-07-25 Thread andrei-datcu
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

[OpenSIPS-Devel] [opensips] Split fromip and toip columns (#253)

2014-06-19 Thread andrei-datcu
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

Re: [OpenSIPS-Devel] [opensips] Split fromip and toip columns (#253)

2014-06-19 Thread andrei-datcu
@@ -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 the message.

[OpenSIPS-Devel] [opensips] Yet another typo in siptrace's readme (#254)

2014-06-19 Thread andrei-datcu
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#39;s readme -- File Changes