Greetings and regards to Everyone.
I'm running Openser/Mediaproxy with NAT traversal. Opeser initially was running on port 5060. Our client is behind Cisco firewall and at some point they turned on Sip fixup (which is beyond our control ) because they need sip fixup for some other application and as a result nat travesal can't work. Per my conversation with their IT guy they have no problem with our sip proxy running on port 5070. I've reconfigured proxy on port 5070 - everything is working with no problems. Here are my questions:
1. Anything wrong running sip proxy on port 5070 or some other port (if it does not interfere with other services) in general.
2. Would such solution considered as permanent solution?
TIA
Toly
El Sábado, 3 de Mayo de 2008, toly escribió:
- Anything wrong running sip proxy on port 5070 or some other port (if it
does not interfere with other services) in general.
Absolutelly nothing. Also you can use a DNS SRV entry so:
SRV DNS _sip._udp.your_domain.com points to: sip.your_domain.com:5070
Clients implementing SRV just need to use "your_domain.com" and for the other clients the just need to use sip.your_domain.com:5070 in the proxy/registrar address.
- Would such solution considered as permanent solution?
AFAIK there are some SIP provieders not using 5060 but 5070 by default. There is nothing to fix ;)