Table Of Contents
G
gateway address (ccn subsystem sip)
gateway port (ccn subsystem sip)
groupname
G
gateway address (ccn subsystem sip)
gateway port (ccn subsystem sip)
groupname
gateway address (ccn subsystem sip)
To configure the IP address of the SIP proxy server, use the gateway address command in Cisco Unity Express SIP configuration mode. To remove the address, use the no form of this command.
gateway address ip-address
no gateway address
Syntax Description
ip-address
|
IP address of the SIP proxy server. The default value is 0.0.0.0.
|
Defaults
IP address 0.0.0.0
Command Modes
Cisco Unity Express SIP configuration
Command History
Cisco Unity Express Release
|
Modification
|
1.0
|
This command was introduced on the Cisco Unity Express network module and in Cisco CallManager Express 3.0.
|
1.1
|
This command was implemented on the advanced integration module (AIM) and in Cisco CallManager 3.3(3).
|
1.1.2
|
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
|
Examples
The following example configures a SIP proxy server address of 10.2.34.1:
se-10-0-0-0(config)# ccn subsystem sip
se-10-0-0-0(config-sip)# gateway address 10.2.34.1
se-10-0-0-0(config-sip)# end
Related Commands
gateway port (ccn subsystem sip)
To configure the UDP or TCP port on the SIP proxy server, use the gateway port command in Cisco Unity Express SIP configuration mode. To remove the port, use the no form of this command.
gateway port port-number
no gateway port
Syntax Description
port-number
|
UDP or TCP port on the SIP proxy server. The default value is 5060.
|
Defaults
Port 5060
Command Modes
Cisco Unity Express SIP configuration
Command History
Cisco Unity Express Release
|
Modification
|
1.0
|
This command was introduced on the Cisco Unity Express network module and in Cisco CallManager Express 3.0.
|
1.1
|
This command was implemented on the advanced integration module (AIM) and in Cisco CallManager 3.3(3).
|
1.1.2
|
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
|
Examples
The following example configures the SIP proxy server port to 23:
se-10-0-0-0(config)# ccn subsystem sip
se-10-0-0-0(config-sip)# gateway port 23
se-10-0-0-0(config-sip)# end
Related Commands
groupname
To configure a Cisco Unity Express group, use the groupname command in either Cisco Unity Express EXEC mode or configuration mode.
EXEC Mode
groupname name [create | delete | description "description" | fullname display "full-name"]
Configuration Mode
groupname name [create | member username | owner ownername | phonenumber phone-number
| phonenumberE164 full-number | privilege privilege-name]
Syntax Description
name
|
The name of the group.
|
create
|
(Optional) Creates a group with no other information.
|
delete
|
(Optional) Deletes the group.
|
description "description"
|
(Optional) Specifies a description of the group. The description must be enclosed in double quotes ("").
|
fullname display "full-name"
|
(Optional) Specifies a long name of the group as it should appear on other telephone displays. The name must be entered in double quotes ("").
|
member username
|
(Optional) Associates an existing user as a member of this group. If the username value does not exist, this command will create it with no other information.
|
owner ownername
|
(Optional) Specifies the user who owns this group.
|
phonenumber phone-number
|
(Optional) Associates an extension or number with this group.
|
phonenumberE164 full-number
|
(Optional) Associates a full telephone number and area code with this group.
|
privilege privilege-name
|
(Optional) Assigns a privilege to the group.
|
Command Modes
Cisco Unity Express EXEC
Cisco Unity Express configuration
Command History
Cisco Unity Express Release
|
Modification
|
1.0
|
This command was introduced on the Cisco Unity Express network module and in Cisco CallManager Express 3.0.
|
1.1
|
This command was implemented on the advanced integration module (AIM) and in Cisco CallManager 3.3(3).
|
1.1.2
|
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
|
2.1
|
Additional privileges were made available: broadcast, ViewPrivateList, and ManagePublicList.
|
Usage Guidelines
The EXEC version of the command stores the permitted information in Cisco Unity Express flash memory. If a problem with the disk occurs, this information is available so that the group members may access the group's voice mailbox.
The configuration version of the command is stored in the Cisco Unity Express system configuration file. If a power outage or a system shutdown occurs, the group information can be retrieved.
Several privileges are available:
•
Superuser—An administrator, also called a superuser, has the capability, or privilege, of accessing all the configuration and maintenance functions, including the Administration via Telephone (AvT).
•
ManagePrompts—The prompt management user has access to the AvT but not to any other administrative functions.
•
Broadcast—The broadcast privilege permits the user to send broadcast messages across the network.
•
ManagePublicList—The ManagePublicList privilege permits the user to create and modify public distribution lists.
•
ViewPrivateList—The ViewPrivateList privilege allows the user to view another user's private distribution lists. The ViewPrivateList user can not modify or delete the private lists.
These privilege levels are assigned to a group, and any member of the group is granted the privilege rights. The software initialization process created an Administrator group from the imported users designated as administrators. Other groups can be created with these privileges. Assign users to an existing group using the CLI commands or the GUI option Configuration > Users.
To display the current list of privileges, use the show privileges command in Cisco Unity Express EXEC mode. Use the show groups privileges command to display the privileges assigned to each group.
Examples
The following example creates the group Sales with two members, one owner, and two privileges:
se-10-0-0-0# groupname sales fullname display "Sales New York"
se-10-0-0-0# groupname sales description "Sales group in New York branch"
se-10-0-0-0(config)# groupname sales phonenumber 50120
se-10-0-0-0(config)# groupname sales phonenumberE164 12225550120
se-10-0-0-0(config)# groupname sales member user4
se-10-0-0-0(config)# groupname sales member user5
se-10-0-0-0(config)# groupname sales owner user6
se-10-0-0-0(config)# groupname sales privilege broadcast
se-10-0-0-0(config)# groupname sales privilege ManagePublicList
se-10-0-0-0(config)# exit
Related Commands