On Tue, 2007-02-27 at 20:07 +0530, Thirumal Margabandhu wrote: > Hello friends.. > > I went and anlyazed one customer SIP based application using ethereal, > there i can find the initial packet went to port 5070. Is it port related > to SIP protocol or it is used for some other protocol. > Could you please explain me, at what conidtion this port could be used for > SIP application.
SIP can be run on any port, so long as the address resolution works to find the correct one. It happens that port 5070 is the default port for the sipX registry/redirect service, but that would not normally be visible to a user agent (all messages to it go through the proxy running on 5060). _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
