VPN Phonebook entry

avatar

Hi David,
the konvertion of the phonebook entry didn't work.
every user uses the same phonebook entry in our company, so we had specified a phonebook entry but you forget the XML-Tag: <PhoneBookType>FileSpecific</PhoneBookType>
and can you explain me how "embedded phone book" work?
We need no bugfix, i wrote my self, but probably some other useres with many different vpn connection and a specified phone book

All Comments (4)

avatar

Hi,
I'm not sure I understand what's the problem with the xml missing? I tried and it works fine for me, can you give me more details?

The embedded phonebook embed the content of the file in the xml and deploy it when it's needed.

David Hervieux

avatar

before:

after the updat from 6.0.1

attention to the selcted "default phone book"

avatar

I understand now, the application haven't done right the migration. Sorry about that.

David Hervieux

avatar

was no problem for me, i used a small sql script to correct this setting - but propably some other need a correction?
UPDATE RemoteDesktopManager.dbo.Connections
SET DATA = CONVERT(Text, REPLACE(CONVERT(varchar(MAX), DATA), '<Phonebook>', '<PhoneBookType>FileSpecific</PhoneBookType>
<Phonebook>'))
edited by Xanacas on 6/12/2011