DGA0122 VoIP: Difference between revisions
Appearance
Content deleted Content added
m Mention bell capacitor. VoIP has enough ways to fail without adding to the list |
m Get the syntax right |
||
Line 54: | Line 54: | ||
By default the RTP port range is 40000-65000. You may wish to restrict this (for example, to match firewall settings). This can be done by an ssh connection to |
By default the RTP port range is 40000-65000. You may wish to restrict this (for example, to match firewall settings). This can be done by an ssh connection to |
||
the router as the ''engineer'' user and admin password, then issuing the commands e.g. |
the router as the ''engineer'' user and admin password, then issuing the commands e.g. |
||
InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.RTP.LocalPortMin 5000 |
set InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.RTP.LocalPortMin 5000 |
||
InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.RTP.LocalPortMax 5098 |
set InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.RTP.LocalPortMax 5098 |
||