Hello Everyone,

I'm trying to figure out proper method for implementing sip-domain routing
policy, while using port number different than default 5060.

Suppose,
SIP Domain name: *mydomain.org <http://mydomain.org>*
SIP Port: *8060*

SIP Client configured with domain name with port number *mydomain.org:8060
<http://mydomain.org:8060>*

Request-URI for REGISTER as follows
*REGISTER sip:mydomain.org:8060 <http://mydomain.org:8060> SIP/2.0*

Requirement is,
SIP Proxy Server need to match the domain name and port number,
to route to specific destination.

Question is,
If Req-URI received without port number on SIP server listening port 8060
as follows,

*REGISTER sip:mydomain.org <http://mydomain.org> SIP/2.0*

a) Can domain name without port number, should be allowed for the same 8060
port routing ?
and
should be manipulated based on received(socket) port number ?

or

b) it should be considered as default 5060 and shouldn't be processed for
8060 port routing ?


Thanks & Regards,
Varadhan
_______________________________________________
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to