Nikolay Kondratyev wrote: > Hi, all. > > > > I noticed that when I import users csv file created on the same machine > – all is ok. > > And when I import users csv file created on another machine – I get the > following error: > > "2009-04-30T08:30:57.795000Z":10:JAVA:WARNING:sipx4.lab.nstel.ru:background:00000000:CsvRowInserter:"Unable > to imp > > ort Voicemail PIN: PIN has been reset." > > The phones and soft-clients are registering and calls are ok. The only > thing is that users can not login to the user portal (until their pin is > not corrected from the ui). > > Is in intended behavior? >
Yes. It's not a question of different machines: it's a question of different security realms. sipXconfig does not know the user PIN, so if the destination system realm is different it's just going to reset the user PIN. You can control the reset value by adding line to sipxconfig.properties csvRowInserter.resetPin=1234 D. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
