Re: [OpenSIPS-Users] Dialog Module - topology_hiding

2012-04-02 Thread Peter King
Thanks Vlad. I'm using Dialog's CDR auto generation: modparam("acc", "cdr_flag", 3) The local_route acc_db_request insert 2 lines into DB - one for "downstream" and another for "upstream" , however the dialog specific AVPs usually inserted into the DB is lacking, and more importantly, the durati

Re: [OpenSIPS-Users] Dialog Module - topology_hiding

2012-04-02 Thread Vlad Paiu
Hello, If you want in-dialog pinging or BYE timeout to be used with topology_hiding(), you can easily just create the dialog before, and then apply topology_hiding() on top of the existing dialog, something like : if (is_method("INVITE")) { create_dialog("PpB");

[OpenSIPS-Users] Dialog Module - topology_hiding

2012-04-01 Thread Peter King
A quick question for the group: In reading Dialog module's topology_hiding feature the following is mentioned: "The great advantage of using the topology hiding functionality built inside dialog module is that you can use all the dialog modules functionalities: profiles, dialog variables, dialog t