2702 CHAPTER 178: SIP CONFIGURATION COMMANDS
View POTS/VoIP entity view
Parameter None
Description Use the
outband sip command to configure the SIP out-of-band transmission.
Use the undo outband sip command to restore the default DTMF transmission
mode.
By default, the inband DTMF transmission mode is adopted.
Example # Configure the out-of-band SIP DTMF transmission for VoIP entity 10.
<Sysname> system-view
[Sysname] voice-setup
[Sysname-voice] dial-program
[Sysname-voice-dial] entity 10 voip
[Sysname-voice-dial-entity10] address sip ip 10.1.1.2
[Sysname-voice-dial-entity10] outband sip
proxy
Syntax proxy ipv4 ip-address [ port port-number ]
undo proxy ipv4
View SIP client view
Parameter ipv4 ip-address: IPv4 address of the proxy server.
port port-number: Port number of the proxy server, in the range of 1 to 65535.
The default port number is 5060.
Description Use the
proxy command to configure proxy server information on the SIP UA.
Use the undo proxy command to remove the proxy server information from the
SIP UA.
By default, no proxy server information is configured on the SIP UA.
Example # Configure the IP address 169.54.5.10 and port number 1120 for the proxy
server.
<Sysname> system-view
[Sysname] voice-setup
[Sysname-voice] sip
[Sysname-voice-sip] proxy ipv4 169.54.5.10 port 1120