Hi
I have next scenario:
1. INVITE sip:user1 mycompany.com arrives to SIP proxy
2. Proxy decides to fork this request to two destinations:
sip:user2 mycompany.com sip:user3 external.com 3. Because of
local policy my
proxy MUST send all requests with external domains in
target's Request-URI
to preconfigured next hop proxy.
I may use URI with maddr for external URI, but rfc3261 says:
==8<=====================================================
=====
The maddr field has been used as a simple form of loose
source routing. It
allows a URI to specify a proxy that must be traversed
en-route to the
destination. Continuing to use the maddr parameter this way
is strongly
discouraged (the mechanisms that enable it are deprecated).
Implementations
should instead use the Route mechanism described in this
document,
establishing a pre-existing route set if necessary (see
Section 8.1.1.1).
This provides a full URI to describe the node to be
traversed.
==8<=====================================================
=====
I cannot find the way to specify
"Route-per-target".
What is the right way to implement such behaviour using new
nice design of
Capuchin? Is it possible to write monkey (baboon?) for that?
Thanks
Alex
_______________________________________________
repro-devel mailing list
repro-devel list.sipfoundry.org
https://list.sipfoundry.org/mailman/listinfo/repro-devel
|