Re: [SR-Users] Failover - how does it work?

2022-12-13 Thread Jawaid Bazyar
Hi Alex, That is working, however, on subsequent messages in the dialog (e.g., ACK, INFO, BYE) the proxy tries the failed destination for each message. Eventually it gets to the right place, but, is there a way to delete the failed destination from the XAVP so this doesn't happen? Or just to

Re: [SR-Users] Failover - how does it work?

2022-12-13 Thread Alex Balashov
Hi, The documentation for the `enum` module says: "Finally, enum_query associates a q value with each new URI based on the of the corresponding NAPTR record." Then just read this whole section of the TM module docs. :-)

[SR-Users] Failover - how does it work?

2022-12-13 Thread Jawaid Bazyar
I have the following basic script: request_route{ record_route(); $var(enumres) = enum_query(); switch( $var(enumres) ) { case -1: xlog("enum_query lookup failure - To URI $tU");