Re: How to send a sip messages using domain name
Andrew T Gin <[email protected]> Mon, 26 Mar 2007 11:39:46 +1200
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Organization | University of Canterbury | Te Whare Wananga o Waitaha |
| Message-ID | <[email protected]> |
What exactly are you trying to do? I thought for this you will need a SIP registrar or a proxy server; the user sends a REGISTER message to the SIP server. Then your user sends an INVITE to the SIP server for the user you want. Depending on how the server works, it will either reply with a REDIRECT message, which will let you know which host the user is bound to (eg [email protected] can be contacted at [email protected]). Or if it works as a proxy server, it will contact the destination host on your behalf. Sunil wrote: > Hi, > > I am able to send sip messages using ip address or machine name but > instead i need to send sip message based on FQDN (Fully Qualified > Domain Name) like [email protected] <mailto:[email protected]> instead of > [email protected] <mailto:[email protected]>. > > I am using nist-sip api to send subscribe sip messages. I really > appreciate if anyone has any thoughts or solution on how to send sip > messages using domain name instead of particular ip address. > > Thanks > Sunil. > ------------------------------------------------------------------------ > > _______________________________________________ > nist-sip mailing list > [email protected] > http://www-x.antd.nist.gov/mailman/listinfo/nist-sip >