Acme Packet (MOSC)

MOSC Banner

Recursion using LRTs

edited Jan 28, 2014 7:58AM in Acme Packet (MOSC) 2 commentsAnswered

Hello!

 

I'm working on an scenario with multiple next hops to be tested (they must answer SIP, it doesn't matter if it sends back an error response), so LRT should get the job done.

 

Lookign at one of the bcp examples:

 

 

<!-- This route tries a second next-hop if the first fails -->
<!-- For example, 18007778888 and 18009 will first be sent to sip:tollfree@nexthop.com -->
<!-- if that fails, it will be sent to sip:tollfree@secondhop.com -->
<route>
<user type="E164">1800</user>
<next type="regex">!^.*$!sip:tollfree@nexthop.com!</next>
<next type="regex">!^.*$!sip:tollfree@secondhop.com!</next>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center