Z41 Pro / Lite / COM
http://www.zennio.com
Tecnical Support:
http://support.zennio.com
40
2.12.2.2.2
USB
It is possible to define the contact list
in a “
contacts.json
” file for later import. The
“
contacts.json
” file should contain the following information:
{
"type"
:
"internal_call_contacts_cfg"
,
"version"
:
1
,
"contacts"
:
[
{
"code"
:
"001"
,
"displayName"
:
"David Adams"
,
"sipId"
:
"MY_ID_1"
,
"ipAddress"
:
"192.168.1.100"
,
"differentNetwork"
:
false
},
{
"code"
:
"002"
,
"displayName"
:
"Alice Jackson"
,
"sipId"
:
"MY_ID_2"
,
"ipAddress"
:
"192.168.1.101"
,
"differentNetwork"
:
false
}
]
}
Figure 29
Two contacts example
“
contacts.json
”
file format.
The fields that must be modified for each contact are:
“code”:
numeric code associated with the contact. This field is used to call the
contact using the numeric keypad.
Note: if two contacts have the same numeric code, the first contact in the
imported file will be called.
“displayName”:
name that will appear in contact list and call dialogs.
“sipId”:
identifier required to carry out the communication. The corresponding
screen must have this id configured in “My ID” field (see section 3.2.13.2). It must
not contain spaces.
“ipAddress”:
IP address of the contact. The corresponding screen must have
this IP Address configured in “IP Address” field (see section 3.2.13).
“bDifferentNetwork”:
indicates whether or the contact is on different network.