Re: How to send SIP message peer to peer to UA
"Vishal K. Singh" <[email protected]> Thu, 11 Jan 2007 16:40:27 -0500
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
Hi Jeroen, If i don't set the property - I get the Peer Unavailable Exception. Can you point me to the correct Router.java or HotImpl.java - router implementation which will take care of my situation. Thanks a lot. Regards, Vishal On 1/7/07, Jeroen van Bemmel <[email protected]> wrote: > Vishal, > You can either not set the proxy property, or implement a custom Router class (see examples) > > Regards, > Jeroen > > -----Oorspronkelijk bericht ----- > Van: "Vishal K. Singh" <[email protected]> > Aan: [email protected] > Verzonden: 6-1-07 21:19 > Onderwerp: [nist-sip] How to send SIP message peer to peer to UA > > Hello, > > I was wondering if there is a way to send a message directly to some > some UA e.g, sip:abc@host1. > > The problem that I am facing is as follows: > > I set the javax.sip.OUTBOUND_PROXY to some proxy server using the > following call properties.setProperty("javax.sip.OUTBOUND_PROXY",proxy); > > So, the SipStack which is created everytimes sends the request to the > proxy even when the request URI contains the user@hostname. > > If I want to send SIP messages directly to end points - how can I do that ? > > Thanks a lot for your help. > > Regards, > Vishal > _______________________________________________ > nist-sip mailing list > [email protected] > http://www-x.antd.nist.gov/mailman/listinfo/nist-sip > >