- Joined
- Sep 8, 2014
- Messages
- 12
- Reaction score
- 3
Hi,
I have what I think is 2 fairly basic questions.
Info: 3cx installed, 1 ip on server that is a WAN ip.(no NAT on server side)
1.
Provision 1 basic Snom 710 phone by "Remote Extention STUN" and copying the provisioning link into the SNOM phone and rebooting the phone.
Phone provisions, but has an error message (Not Registered) even though you can make calls. Worked out if i remove the STUN server from the SNOM phone it works. the stun server value on the SNOM phone that have been automatically set by the default SNOM 710 template is %%PABX IP%% %% SIP PORT %% so mywanip:5060
I tried to query this for STUN and there is no response (used a windows stun client)
If I remove the STUN entry from the phone (via web interface), it works ok, and the error on the phone goes away
Is this something I am doing wrong, does 3CX act as a STUN server, or only client? Why is the Original Template incorrect? if it is?
Default Template for SNOM 710 has this set as STUN:
this does not work for me.
2.
The Displayname on the phone is showing 3CX Phone System, even though it was configured to show the extension name on idle. I was able to fix this by adjusting the template (background logo) field and it now works, but my question begs again why the original template is not doing this? Is it normal to have to customise the template for just about anything, or am I doing something stupid?
this is what i had to adjust it to in the template to make it work.
I would have thought this would have worked as this was part of the original template, but it had no effect.
Thanks Heaps
Duff Man
I have what I think is 2 fairly basic questions.
Info: 3cx installed, 1 ip on server that is a WAN ip.(no NAT on server side)
1.
Provision 1 basic Snom 710 phone by "Remote Extention STUN" and copying the provisioning link into the SNOM phone and rebooting the phone.
Phone provisions, but has an error message (Not Registered) even though you can make calls. Worked out if i remove the STUN server from the SNOM phone it works. the stun server value on the SNOM phone that have been automatically set by the default SNOM 710 template is %%PABX IP%% %% SIP PORT %% so mywanip:5060
I tried to query this for STUN and there is no response (used a windows stun client)
If I remove the STUN entry from the phone (via web interface), it works ok, and the error on the phone goes away
Is this something I am doing wrong, does 3CX act as a STUN server, or only client? Why is the Original Template incorrect? if it is?
Default Template for SNOM 710 has this set as STUN:
Code:
<!--# STUN Server Default Sertting #-->
<stun_server idx="1" perm="">%%pbx_ip%%:%%param::sipport%%</stun_server>
<stun_binding_interval idx="1" perm="">300</stun_binding_interval>
<keepalive_interval idx="1" perm="">15</keepalive_interval>
this does not work for me.
2.
The Displayname on the phone is showing 3CX Phone System, even though it was configured to show the extension name on idle. I was able to fix this by adjusting the template (background logo) field and it now works, but my question begs again why the original template is not doing this? Is it normal to have to customise the template for just about anything, or am I doing something stupid?
Code:
<!--########################################################-->
<!--### Background Logo ###-->
<!--########################################################-->
<user_idle_text idx="1" perm="">%%extension_first_name%% %%extension_last_name%%</user_idle_text>
I would have thought this would have worked as this was part of the original template, but it had no effect.
Code:
<!--# DisplayName for phone in IDLE Staus, default is the Username of the EXT.-->
<user_idle_text idx="1" perm="">%%extension_first_name%% %%extension_last_name%%</user_idle_text>
Thanks Heaps
Duff Man