Hi Kevin,

The 1.9 (or trunk) is still under development and available only via SVN. You can download it with an SVN client (see http://www.opensips.org/Resources/Downloads#svn): |svn co https://opensips.svn.sourceforge.net/svnroot/opensips/trunk opensips_head|

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com


On 11/29/2012 12:20 PM, Kevin Mathy wrote:
Hi list,

Is there a possibility now to download 1.9 beta version ? I tried with svn links provided on opensips.org <http://opensips.org>, but, I just can get 1.8.2, no more...

Thanks a lot,

*
Bien cordialement,
Best Regards,

**Kevin MATHY*
*HEXANET*
*
--
*
Phone : +33 (0) 3 26 79 30 05
Tech Support : +33 (0) 3 51 08 42 07
Web : www.hexanet.fr <http://www.hexanet.fr>
Twitter : http://twitter.com/Hexanet




2012/11/28 Brett Nemeroff <[email protected] <mailto:[email protected]>>

    On Fri, Nov 2, 2012 at 3:49 PM, Rudy <[email protected]
    <mailto:[email protected]>> wrote:

        Bogdan,

         Its great to hear all these ideas for 1.9 from
        the community. One thing that may also be useful, is some
        enhancements to the rabbit_mq module. It would be great if
        this module could also push/send events to a any rabbitmq
        queue or exchange (maybe based on an avp) . Another thing that
        may be worth exploring is being able to send ACC via a
        rabbitmq event. What do you think?



    I just wanted to throw in my $0.02 here.. And I apologize for
    pandering. Once I got on it, I realized there's a lot around this
    that I'd like to see..

    I think this is a great idea. Both being able to dynamically
    control which rabbit queue to send and to have it native in acc.

    ** What about having native acc callbacks in the routing script?
    that'd make adopting new technologies for accounting really easy.
    Like this:

    on_dialog_complete {
        new_tech_acc_write("$avp(extra_params)");
    }

    on_dialog_established {
        new_tech_notify_new_call("$avp(extra_params)")
    }

    (these new_tech_* funcs are just examples of new modules in the
    future, like couchbase or perhaps a REST query.

    I'm not entirely sure how to go about doing it. But the idea is
    that the custom "acc callback" routes would be called on specific
    acc events that would cause acc records to be written. I recognize
    what I posted above is more of a dialog callback. For my cases
    specifically, I'd use the cdr flag, and I'd like to know when a
    call ends. Then I'd write the acc details to the "new technology"
    backend. So I'm not sure if this is an acc feature or a dialog
    feature (or perhaps some combination of both).

    I'd probably want all the dialog data in a single object (like
    maybe a json object) or something else easily passable and
    parsable. A $dlg_json variable would be really awesome for this
    purpose. I image if cdr_flag was set, it'd have the duration and
    all in there as well (all the normal stuff it'd be writing to the db).

    Bah, Sorry about that, I really went on.

    tl/dr:
    1. new $dlg_json variable that stores all data that would normally
    be written by a acc write (and maybe some additional dialog
    specific data)
    2. new special routes to act as acc module callbacks to be called
    at specific acc events, which should also work with the cdr_flag.

    Thanks!
    -Brett







    _______________________________________________
    Users mailing list
    [email protected] <mailto:[email protected]>
    http://lists.opensips.org/cgi-bin/mailman/listinfo/users



_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to