< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] SRV behavior


On Fri, 2006-02-17 at 12:54 -0800, Matt Porter wrote:
> Ok, I see. In my case though, there is no proxy involved. These are both
> endpoints implemented using dum, talking directly. 
> 
> Any idea how this would be implemented using dum?
> Looks to me like I want to adorn a response message with a Record-Route,
> but the dum seems to only allow adorning requests via onReadyToSend
> method.

I don't see what the problem is.  The BYE is an in-dialog request, so it
will be sent to the Contact that was provided by the other UA during the
INVITE transaction.  And the Contact is (should be) a URI that routes
specifically to the host participating in the dialog, not the AOR that
was used to start the dialog.

Dale