Connection Attributes
Connection Attributes
View content for :
Platform:

Connection Attributes

The profile section requires:
  • An IP address in the sip_remhost field to target the appropriate PBX.
  • A user ID (sip_userid) and password (sip_pass) to identify the client to the PBX.
The sip_userid and sip_userpass provide access to the PBX as shown in the following example:
<Profile> ... <profile_type>
Asterisk
</profile_type> <display>true</display> <profname>
Asterisk
</profname> <prof_password></prof_password> <sip_userid>2808</sip_userid> <sip_userpass>123456</sip_userpass> <prof_description>Test-2808</prof_description> <sip_mac></sip_mac> <sip_remhost>10.80.212.44</sip_remhost> ... </Profile>