Configuring Multiple PBX Types
Configuring Multiple PBX Types
View content for :
Platform:

Configuring Multiple PBX Types

Set the configuration parameters for additional PBX types using the GUI or XML.
When configuring multiple PBXs, ensure the server IP address and credentials point to the correct PBX call server as indicated by the profile type. For example, the profile must be configured with the IP address and credentials of a
WebEx
call manager.
In the GUI, PBXs are referred to as PBX Type, while in the XML, they are tagged as <profile_type>.
  1. Go to
    Settings
    .
  2. Touch
    Connection Parameters
    .
  3. Touch
    PBX#2 Configuration
    .
  4. Touch
    PBX#2 Type
    .
  5. Select the PBX type that is the same as the target PBX call server.
  6. Enter the configuration information.
    Refer to the Getting Started chapter of the Zebra Voice Client Administrator Guide for the desired PBX type.
  7. Touch the
    Back
    button to return to the Connection Parameters screen.
  8. Repeat steps 5 through 7 for up to two more PBX types (optional).
  9. Touch the
    Back
    button to return to the Zebra Voice home screen.
XML example of configuring multiple PBX types.
<WFConnect> <Profile> <profile_type>Licensed PBX One</profile_type> <sip_userid>1001</sip_userid> <sip_userpass>1234</sip_userpass> <sip_localport>5060</sip_localport> <sip_remhost>10.5.97.99</sip_remhost> <sip_remport>5060</sip_remport> <sip_transport>UDP</sip_transport> <sip_realm>10.16.2.111</sip_realm> <profile2_type>Licensed PBX Two </profile2_type> <sip2_userid>1002</sip2_userid> <sip2_userpass>1234</sip2_userpass> <sip2_device_type>8865</sip2_device_type> <sip2_mac>00-11-22-33-44-55</sip2_mac> <sip2_localport>5060</sip2_localport> <sip2_remhost>10.5.97.99</sip2_remhost> <sip2_remport>5060</sip2_remport> <sip2_transport>UDP</sip2_transport> <sip2_realm>10.16.2.111</sip2_realm> </Profile> ... </WFConnect>