User`s manual
Dynamix DW-01Plus/S Gateway User Manual
- 20 -
2.1.4.3 Application mode-Proxy/Peer-to-Peer Mode
After setting IP address, user must assign Dynamix DW-01Plus/S to work under Proxy
mode or Peer-to-Peer mode. If there is no Proxy, please set your Dynamix
DW-01Plus/S as Peer-to-Peer Mode.
2.1.4.3.1 Proxy mode
Proxy mode means that there will be an intermediate Proxy Server between
Dynamix DW-01Plus/S Gateway and the remote entity. While operating at this mode,
Dynamix DW-01Plus/S Gateway will first register to the Proxy Server located at the ISP
side. For the following operation, it sends the INVITE message to the Proxy Server
once you initiate a session. Then the Proxy server will forward the INVITE message to
the right place. And the Response message from the remote entity will be forwarded
back to you via Proxy server.
Step 1. Set Proxy Mode, using “sip” command
usr/config$ sip –mode 1
Mode 0 is for Peer-To-Peer mode, while mode 1 is for Proxy mode.
Step 2. You must specify Proxy address obtained from your service provider. And the
Proxy address can be IPv4 address as well as DNS name.
Several important SIP parameters are listed below when setting proxy
mode:“–px”, ”–line1”.
For example:
usr/config$ sip –px 210.68.222.33 -line1 12345
In this case is to set proxy IP address as “210.68.222.23”, line number as
“12345”.
Step 3. You must configure the accounts using “security” command.
An example is demonstrated below:
usr/config$ security –line 1 –name 12345 –password 12345
This is to set username (userid) as “12345”, password as “12345” into line1,
which means line1 can accept incoming calls after successfully registered to
Proxy server.