|
Table Of Contents
gateway address (ccn subsystem sip)
gateway port (ccn subsystem sip)
G
gateway address (ccn subsystem sip)
gateway port (ccn subsystem sip)
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
Defaults
IP address 0.0.0.0
Command Modes
Cisco Unity Express SIP configuration
Command History
Examples
The following example configures a SIP proxy server address of 10.2.34.1:
se-10-0-0-0> enable
se-10-0-0-0# config t
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
se-10-0-0-0(config)#
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
Defaults
Port 5060
Command Modes
Cisco Unity Express SIP configuration
Command History
Examples
The following example configures the SIP proxy server port to 23:
se-10-0-0-0> enable
se-10-0-0-0# config t
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
se-10-0-0-0(config)#
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
Command Modes
Cisco Unity Express EXEC
Cisco Unity Express configurationCommand History
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> enable
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 t
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
Posted: Fri Jan 13 04:01:36 PST 2006
All contents are Copyright © 1992--2006 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.