Page 616 / 998 Scroll up to view Page 611 - 615
VoIP SIP
VoIP SIP User command reference
iMG/RG Software Reference Manual (Voice Service)
6-52
Note:
If a user name is longer than 32 chars, the name is shown in a short format (only the initial part of the
name is displayed). To show the full name use the VOIP SIP USER SHOW command, specifying the
user ID instead of user name.
Example
--> voip sip user list
ID
| Name
| Global Address
| Pseudonym
-----|------------|-------------------------------|------------------
1 | MrBrown
| 12345
| Charlie
2 | Puck
| +6422221112
| RobinGoodfellow
3 | Topolino
| 54321
|
---------------------------------------------------------------------
See also
VOIP SIP USER ADD
VOIP SIP USER CREATE
VOIP SIP USER DELETE
VOIP SIP USER LIST
VOIP SIP USER REMOVE
VOIP SIP USER SHOW
6.2.8.1.5 VOIP SIP USER REMOVE
Syntax
VOIP SIP USER REMOVE <username> PORT <portname>
Description
This command removes a single user from the port where it was added with the VOIP
SIP USER ADD command.
Removing a user from a port results in an un-registration request to the location server.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> voip sip user remove MrBrown port fxs0
See also
VOIP SIP USER ADD
VOIP SIP USER CREATE
VOIP SIP USER DELETE
VOIP SIP USER LIST
VOIP SIP USER REMOVE
VOIP SIP USER SHOW
Option
Description
Default Value
username
An existing user (it can also be the ID value associated
with the user name). To display the existing users, use the
VOIP SIP USER LIST command.
N/A
portname
An existing port. To know the ports where the user is
added, use the VOIP SIP USER SHOW command.
N/A
Page 617 / 998
VoIP SIP User command reference
VoIP SIP
6-53
iMG/RG Software Reference Manual (Voice Service)
6.2.8.1.6 VOIP SIP USER SHOW
Syntax
VOIP SIP USER SHOW <username>
Description
This command displays the following information about a named user:
Country code
Area Code
Address
Pseudonym
Business-group ID
Domain
Authetication (login:password)
Transport
SIP registration state
Attached ports
Call forwarding settings
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> voip sip user show MrBrown
Gateway user: MrBrown
--------------------------------------------------------------------
Country Code:
Area Code:
Address:
12345
Pseudonym:
Charlie
Business group ID:
Domain:
192.168.102.3
Authentication:
charlie:123charlie
Transport:
State:
registered (expire time: 2864 Sec.)
Option
Description
Default Value
username
An existing user. To display the existing users, use the
VOIP SIP USER LIST command.
N/A
Page 618 / 998
VoIP SIP
VoIP SIP FDB command reference
iMG/RG Software Reference Manual (Voice Service)
6-54
Attached ports:
port0
Call Forwarding:
on all calls:
not active
on busy:
not active
on not answer:
not active
not answer time-out:
30 Sec.
See also
VOIP SIP USER ADD
VOIP SIP USER CREATE
VOIP SIP USER DELETE
VOIP SIP USER LIST
VOIP SIP USER REMOVE
VOIP SIP USER SHOW
VOIP SIP USER SET
6.2.9
VoIP SIP FDB command reference
This section describes the commands available on the iMG intelligent Multiservice Gateway to configure and
manage the FDB module.
6.2.9.1 VoIP SIP FDB CLI commands
The table below lists the
VoIP SIP FDB
commands provided by the CLI:
TABLE 6-9
VoIP SIP SDB CLI Commands
6.2.9.1.1 VOIP SIP FDB CREATE
Syntax
VOIP SIP FDB CREATE <name> ADDRESS <digit-map> CONTACT <con-
tact-host:port/transport;proxy> [DOMAIN <host>] [FWADDRESS
<tel-number>]
Description
This command creates a new entry in the forwarding database (FDB).
Commands
Fiber
A
Fiber
B
Fiber
C
Fiber
D
Fiber
E
Modular
ADSL
A
ADSL
B
ADSL
C
VOIP SIP FDB CREATE
X
X
X
X
X
X
X
X
X
VOIP SIP FDB DELETE
X
X
X
X
X
X
X
X
X
VOIP SIP FDB LIST
X
X
X
X
X
X
X
X
X
VOIP SIP FDB SHOW
X
X
X
X
X
X
X
X
X
Page 619 / 998
VoIP SIP FDB command reference
VoIP SIP
6-55
iMG/RG Software Reference Manual (Voice Service)
ADDRESS is the called address expected for receiving by the calling end-point in order to
forward the call to the CONTACT.
CONTACT is the host reference where the call is forwarded. The contact-host part is
the default to form the URL domain (Request-URI, From and To fields).
The flag proxy modifies the rule to make the Request-URI: if it is present then the
Request-URI domain gets the value from the contact-host part of CONTACT parameter
otherwise the current call domain will be used.
The DOMAIN assigns the call domain and it is used to format the "To" and "From" head-
ers. It is optional and the contact host part is used if it is not set.
The FWADDRESS replaces the destination address of the call. It is optional and it is used
to make a short selection rule (e.g. dialled number 01 corresponds to 00390224141121)
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Option
Description
Default Value
name
An arbitrary name that identifies this specific FDB rule. The
name must not be present already. The FDB name can be at
most 16 characters long.
N/A
digit-map
The called user address (i.e. phone number) expected to be
received. It can be a digit map expression as described in
section 0.The digit-map can be at most 32 chars long.
N/A
contact-host
The hostname or IPv4 address of the remote end-point
where call must be routed. Contact-host can be at most
256 chars long (when using hostname format).
N/A
port
The UDP/TCP port on the contact host to which signalling
messages are sent.
5060
transport
The protocol used to transport the signalling messages to
the contact host. Possible values are:
udp
tcp
udp
proxy
If proxy is specified, the contact host is considered to be a
proxy server, otherwise the contact-host is considered to
be another SIP end-point (e.g. another iMG unit)
none
host
The domain assigned to the redirected call. It can be a host-
name or IPv4 address.
Host
can be at most 256 chars long
(when using hostname format).
N/A
Page 620 / 998
VoIP SIP
VoIP SIP FDB command reference
iMG/RG Software Reference Manual (Voice Service)
6-56
Example
--> voip sip fdb create default address 9x. contact 192.168.1.10 domain voip.atkk.com
See also
VOIP SIP FDB LIST
VOIP SIP FDB SHOW
6.2.9.1.2 VOIP SIP FDB DELETE
Syntax
VOIP SIP FDB DELETE <name>
Description
This command deletes a single FDB entry created using the VOIP SIP FDB CREATE com-
mand. To show the list of existing FDB entries, use the VOIP SIP FDB LIST command.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> voip sip fdb delete default
See also
VOIP SIP FDB CREATE
VOIP SIP FDB LIST
6.2.9.1.3 VOIP SIP FDB LIST
Syntax
VOIP SIP FDB LIST
Description
This command lists information about FDB entries added using the VOIP SIP FDB CRE-
ATE command.
The following information is displayed:
FDB entry ID numbers
FDB entry names
FDB entry Address
Note:
If an FDB name is longer than 32 chars, the name is shown in a short format (only the initial part of the
name is displayed). To show the full name use the VOIP SIP FDB SHOW command, specifying the user
ID instead of user name.
Example
--> voip sip fdb list
Gateway Forwarding DataBase:
ID
|
Name
|
Address
tel-number
It is the new number to which the call is redirected.
N/A
Option
Description
Default Value
name
A name (or the ID value) that identifies an existing user in
the forwarding database. To display the existing FDB
entries, use the VOIP SIP FDB LIST command.
N/A

Rate

4 / 5 based on 3 votes.

Popular Allied-Telesis Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top