Cisco Unity Express 2.0 Command Reference
G

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.

gateway address ip-address

Syntax Description

ip-address

IP address of the SIP proxy server. The default value is 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.


Usage Guidelines

Use this command to configure the IP address of the SIP proxy server.

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

Command
Description

show ccn subsystem sip

Displays details for the SIP subsystem.


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.

gateway port port-number

Syntax Description

port-number

UDP or TCP port on the SIP proxy server. The default value is 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.


Usage Guidelines

Use this command to configure the UDP or TCP port on the SIP proxy server.

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

Command
Description

show ccn subsystem sip

Displays details for the SIP subsystem.


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 phonenumber | phonenumberE164 full-number | privilege]}

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 username

(Optional) Specifies the user who owns this group.

phonenumber phonenumber

(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

(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.


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.

Examples

The following example creates the group Sales with two members and one owner:

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)# exit

Related Commands

Command
Description

show group detail groupname

Displays the configuration details for a specific group.

show groups

Displays a list of configured group names.

show users

Displays a list of configured user names.

username

Configures a Cisco Unity Express user.