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:
|
|
Related Topics |
|
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:
|
|
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.
|
|
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* |