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

[reSIProcate-users] Sening a SIP MESSAGE (in the context of a dialog)


Hi,

 

I have a situation. Here is the scenario...

 

1. Remote client establishes a dialog with the server, which is running Resiprocate 1.4 through a proxy (Openser). So INVITE, 180, 200, Ack flow through the proxy.

2. Server has to send a SIP MESSAGE to the remote end in the context of a dialog (by calling message() in InviteSession.cxx). And that gets sent to the proxy, which throws it away with a 481 response.

 

Now is there a way I can tell Resiprocate server to send SIP MESSAGEs (only) directly to the remote end, instead of proxy. (Request Line in the SIP MESSAGE points to the remote client).

 

Thanks,

Vasanthi