Datasys Knowledge Base Document | 
    Knowledge Base index | 
| Updated: | 2000/07/10 | 
| Product: | VoiceChange | 
| Version: | 2.0 | 
| Service pack: | no dependency | 
| Area: | Administration | 
| Category: | INFO | 
| Problem: | How to search for phone numbers in Exchange Address Book in the other properties than "bussines phone" | 
Problem description:
VoiceChange can search phone numbers according to other proberty then only "bussines phone".
Solution:
Row TEL_PROP_0= in common/ini/mail.ini file specify the property, which will be used to search phone numbers. You can change it so VoiceChange will search for phone numbers in different property.
Also you can set VoiceChange to search more than one property at a time. If you want to do it, duplicate the following section in mail.ini:
|TEL_AB_0=Global Address List
|TEL_PREFIX_0=+420 2 61388
|TEL_PROP_0=&H3A08001E
and change _0 with _1, _2 and so on. For example, if you want to search Business2 and Fax phone numbers, this part of mail.ini will look like this:
|TEL_AB_0=Global Address List
|TEL_PREFIX_0=+420 2 61388
|TEL_PROP_0=&H3A08001E
|TEL_AB_1=Global Address List
|TEL_PREFIX_1=+420 2 61388
|TEL_PROP_1=&H3A1B001E
|TEL_AB_2=Global Address List
|TEL_PREFIX_2=+420 2 61388
|TEL_PROP_2=&H3A25001E
IDs of standard properties:
CALLBACK_TELEPHONE_NUMBER       -           &H3A02001E 
BUSINESS_TELEPHONE_NUMBER     -             &H3A08001E 
HOME_TELEPHONE_NUMBER              -        &H3A09001E 
PRIMARY_TELEPHONE_NUMBER           -       &H3A1A001E 
BUSINESS2_TELEPHONE_NUMBER       -          &H3A1B001E 
MOBILE_TELEPHONE_NUMBER          -          &H3A1C001E 
RADIO_TELEPHONE_NUMBER           -          &H3A1D001E 
CAR_TELEPHONE_NUMBER             -          &H3A1E001E 
OTHER_TELEPHONE_NUMBER           -          &H3A1F001E 
PAGER_TELEPHONE_NUMBER           -          &H3A21001E 
PRIMARY_FAX_NUMBER               -          &H3A23001E 
BUSINESS_FAX_NUMBER              -          &H3A24001E 
HOME_FAX_NUMBER                  -          &H3A25001E 
ISDN_NUMBER                       -         &H3A2D001E 
ASSISTANT_TELEPHONE_NUMBER        -         &H3A2E001E 
HOME2_TELEPHONE_NUMBER           -          &H3A2F001E 
Custom properties:
&H802d001e	- custom 1
&H802e001e	- custom 2
&H802f001e	- custom 3
&H8030001e	- custom 4
&H8031001e	- custom 5
&H8032001e	- custom 6
&H8033001e	- custom 7
&H8034001e	- custom 8
&H8035001e	- custom 9
&H8036001e	- custom 10
Further information:
For example:
If you need to search phone numbers in Global Address List in "bussines phone", in custom_0 and in additionin contacts in "bussines phone" (here is used other prefix), the section of mail.ini file can look so:
$Mail.Init=         DEFAULT_RECIP=EX:/o=Org/ou=P2/cn=Recipients/cn=Brouzda
|TEL_AB_0=Global Address List
|TEL_PREFIX_0=+420 2 61388
|TEL_PROP_0=&H3A08001E
|TEL_AB_1=Global Address List
|TEL_PREFIX_1=+420 2 61388
|TEL_PROP_1=&H802d001e
|TEL_AB_2=Contacts
|TEL_PREFIX_2=02 61388
|TEL_PROP_2=&H3A08001E
|LOGON_INIT_PARAM=alfa\010EX:/o=Org/ou=P2/cn=Recipients/cn=VoiceM
Keywords:
VoiceChange,Administration,search phone numbers property bussines phone
If there is something unclear, send us an email to development@datasys.cz.