Hi Alberto,

Do you have any logs to show the crash ? also, do you get a corefile (see http://www.opensips.org/Documentation/TroubleShooting-Crash).

Regards,

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

On 01/20/2017 12:14 PM, Alberto Gonzales wrote:
I forgot to mention that doing this resulted in opensips crashing after 20 minutes :)

On Fri, Jan 20, 2017 at 9:56 AM, Alberto Gonzales <[email protected] <mailto:[email protected]>> wrote:

    Hello grupo,

    We have configured topology hiding in opensips 2.2 this way :

    please confirm to us this is the only thing we need to do or is
    there anything else that needs to be added.

    route {
    ....
    ....
            if (has_totag()) {
    # sequential request withing a dialog should
    # take the path determined by record-routing
    #### remplazar : if (loose_route()) {
    if (topology_hiding_match()) {

    ...
    ...
    *## esconder topologia antes de pasar la llamada*
    topology_hiding("UC");
           route(RELAY);
    }


    also what could be a quick test to see if this hiding is working
    or not.

    thanks in advance.

    Alberto




_______________________________________________
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