- Joined
- May 4, 2009
- Messages
- 362
- Reaction score
- 7
Is there a way to get the provisioning email to use my 3cx install's HOSTNAME instead? I have the hostname configured instead of the IP just about everywhere it will let me and still, the provisioning URL ALWAYS includes http://ip
ort instead of http://hostname
ort or just http://hostname.
IDEALLY, I'd prefer to be able to use my dns domain let the 3cx phone or assistant pull the SRV record, find the pbx and then find the provisioning information from there... but not everyone is playing with Direct SIP - so hey - I'm a reasonable guy... - at the very least, I'd like to see it use the hostname in the provisioning template.
I have put the hostname in these places:
Network -> STUN Server -> Public IP to specify in Contact and SDP (with stun turned off because nat not being done - has valid IP external IP bound to nic)
Network -> Public IP -> Static Public IP Address
IN ADDITION - Regardless of what I set, in the provisioning file itself - it ALWAYS provides an IP address for the 3cx box on the local address - and I see no way to change that. I would really like to use the HOSTNAME WHEREVER POSSIBLE. IP addresses change. I can setup a hostname like sip.whatever.com and have my box accessible inside and out by the same hostname.
Currently Generated: (with the words pbx.ip.address.here substituted for my IP - since it is a valid public IP on my box)
Thoughts?
IDEALLY, I'd prefer to be able to use my dns domain let the 3cx phone or assistant pull the SRV record, find the pbx and then find the provisioning information from there... but not everyone is playing with Direct SIP - so hey - I'm a reasonable guy... - at the very least, I'd like to see it use the hostname in the provisioning template.
I have put the hostname in these places:
Network -> STUN Server -> Public IP to specify in Contact and SDP (with stun turned off because nat not being done - has valid IP external IP bound to nic)
Network -> Public IP -> Static Public IP Address
IN ADDITION - Regardless of what I set, in the provisioning file itself - it ALWAYS provides an IP address for the 3cx box on the local address - and I see no way to change that. I would really like to use the HOSTNAME WHEREVER POSSIBLE. IP addresses change. I can setup a hostname like sip.whatever.com and have my box accessible inside and out by the same hostname.
Currently Generated: (with the words pbx.ip.address.here substituted for my IP - since it is a valid public IP on my box)
Code:
<PBXLocalAddr>pbx.ip.address.here</PBXLocalAddr>
<PBXPublicAddr>sip.whatever.com</PBXPublicAddr>
Thoughts?