UserAgent Table

   
 

Description

This table allows you to configure a SIP User Agent.

Guidelines

You can configure up to 24 User Agents per SIP Signaling Group.

Valid settings are as follows:

  • UA - An automatically incremented index number that the software assigns to your User Agent entry.

  • ListenPort - This is the port number for the User Agent to listen on for incoming call requests. The default is 5060 for the first UA. Subsequent UAs should be assigned incremented port numbers, starting with 5062.

  • PrimaryUser - The username assigned by the Primary Registrar Server's administrator for authentication. It is also used by the Proxy to determine where to send a phone call. The default is null.

  • PrimaryPassword - This field is the password assigned by the Primary Registrar Server's administrator for authentication. The default is null.

  • SecondaryUser - The username assigned by the Secondary Registrar Server's administrator for authentication. It is also used by the Proxy to determine where to send a phone call. The default is null.

  • SecondaryPassword - This field is the password assigned by the Secondary Registrar Server's administrator for authentication. The default is null.

  • MWIUserName - This is the phone number/extension or name that identifies the voicemail account. This may be up to 15 characters in length. The default is null.

  • MWIPassword - This is the optional password that may be assigned by your system administrator to gain access to the voicemail account. It is not required in many cases. This may be up to 15 characters in length. The default is null.

  • Contacts - The Contact list provides a way for a Proxy to find a user who might be at either of two possible locations. For Tenor-to-Tenor calls, the Contacts should be normalized numbers of possible Tenor destinations. The default is null.

Related Topics

SIPSignalingGroup-1 (sipsg 1) Prompt Commands

Configuration Manager

Location

VoIP Configuration > SIP Signaling Groups > SIP Signaling Group-n > User Agent tab > Add button

Options

Click the Add button and enter your configuration in the Add User Agent dialog.

Fields to be configured are as follows:

  • UA

  • SIP Listen Port

  • Primary User

  • Primary Password

  • Secondary User

  • Secondary Password

  • Message Waiting Indication Username

  • Message Waiting Indication Password

  • Contacts

Command Line

Cmd Type

Command

Prompt Level

config-SIPSignalingGroup-1#  

Syntax

add lp {ListenPort}pu {PrimaryUser}ppw {PrimaryPassWord}su {SecondaryUser}spw {SecondaryPassWord} mwiun{MessageWaitingIndicationUserName} mwip{MessageWaitingIndicationPassword}c[1 | 2] {Contacts}

change{index}pu {PrimaryUser}ppw {PrimaryPassWord}su {SecondaryUser}spw {SecondaryPassWord} mwiun{MessageWaitingIndicationUserName} mwip{MessageWaitingIndicationPassword}c[1 | 2] {Contacts}

remove{index}

Arguments

See definitions above.

  • UA index

  • ListenPort  

  • PrimaryUser

  • PrimaryPassWord

  • SecondaryUser

  • SecondaryPassWord

  • MWIUserName

  • MWIPassword

  • Contacts

Default

ListenPort - 5060

Examples

To add a new User Agent:

config-SIPSignalingGroup-1# add 2 lp 5062 pu stevep ppw pe845 su maryd spw m3d68 mwiun 2156 mwipw 0A7Uv6 c[1] 8473487700 c[2] 7324609000

  UserAgent Table (90-character wide)

  index UA  ListenPort PrimaryUser      PrimaryPassWord  SecondaryUser SecondaryPassWord MWIUser  MWIPassWord

  ----- --- ---------- ---------------- ---------------- ------------- ----------------- -------- -----------

  1     101 5060       (Not Set)        (Not Set)        (Not Set)        (Not Set)      (Not Set)(Not Set)

            Contacts[1]: (Not Set)                                                          

            Contacts[2]: (Not Set)                                                          

  2     102 5062       stevep           pe845            maryd            m3d68          2156      0A7Uv6

            Contacts[1]: 8473487700                                                         

            Contacts[2]: 7324609000

To change an existing User Agent:

config-SIPSignalingGroup-1# change 1 lp 5061 pu david ppw da231 su walt spw wa948 mwiun 2157 mwipw 3E9Ls4 c[1] 7324609000 c[2] 8473487700

  UserAgent Table (90-character wide)

  index UA  ListenPort PrimaryUser      PrimaryPassWord  SecondaryUser SecondaryPassWord MWIUser MWIPassWord

  ----- --- ---------- ---------------- ---------------- ------------- ----------------- ------- -----------

  1     101 5061       david            da231            walt             wa948          2157    3E9Ls4

            Contacts[1]: 7324609000                                                         

            Contacts[2]: 8473487700                                                         

config-SIPSignalingGroup-1*