Jabber client mysteriously importing photos

Thanks for the forums, they've been a helpful resource setting up Jabber.
We deployed the Jabber for Windows client 9.1.2.12936 recently, and have gotten reports that photos are showing up for contacts that people never published in AD or Jabber.  One user reported that a picture was added next to two people's names in her Jabber list, despite that they were not in her contacts nor are they friends on any social media sites.  The photos that showed up are potentially from Facebook and were saved as:
[email protected]_jabber_thumb.png
[email protected]_jabber_profile.png
[email protected]_jabber_phone.png
The Jabber log file on their PC shows a lot of entries similar to this one:
013-03-07 14:55:37,484 DEBUG [0x00001844] [rs/directory/ContactAvatarCache.cpp(125)] [contactAvatarCacheLogger] [GetImage] - Local URI: C:\Users\xxxx\AppData\Local\Cisco\Unified Communications\Jabber\CSF\Photos\xxxx@domain_jabber_thumb.png
But no indiciation where the photo originally came from.
We use UDS for a Directory Server.  Can anyone suggest how we track down why this is happening?  Users are understandably alarmed.  Thank you.

The photos do not appear to be in the local Outlook contacts nor do I see any outbound connections to Facebook when I reproduce the problem. 
Anytime I delete the photos they come back pretty quickly.  I've done packet captures and used Process Monitor to troubleshoot, and think ContactSearchPlugin.dll is responsible for this behavior but can't see exactly why yet because the connection to the Jabber server is encrypted.  No external requests are made but perhaps they were in the past and are cached somewhere other than the Jabber photos directory.
Only one user has reported this problem so far and her machine scans clean for malware and viruses.
PersonManagerForensics.txt has a lot of info but no smoking gun.  Is there any additional debugging I can turn on specific to contact retrieval?

Similar Messages

  • Cisco Jabber client not displaying Contact Photos

    Hi All,
    We have configured an external webserver to store our contact photos. But I couldn't get it working on Jabber windows clients. It works for CUPC8.5. I run the wireshark on webserver and can't see any request from Jabber client. xml file is -
    <?xml version="1.0" encoding="utf-8"?>
    <config version="1.0">
    <Directory>
      <DirectoryServerType>EDI</DirectoryServerType>
       <PhotoUriSubsitutionEnabled>true</PhotoUriSubsitutionEnabled>
      <PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>
      <PhotoUriWithToken>http://webserveraddress/people/sAMAccountName.jpg</PhotoUriWithToken>
    </Directory>
    <CUCM>
      <PhoneService_UseCredentialsFrom>presence</PhoneService_UseCredentialsFrom>
    </CUCM>
    </config>
    Can someone please advise what's the issue.

    Hey  Abhi,
    In the PRT, I see the following:
    2012-05-28 09:02:16,733 DEBUG [0x00001654] [s\feature-libs\config\src\Config.cpp(74)] [csf.unified.config] [Config::getValue] - result [true] key [PhotoUriWithToken] value [http:///people/adack.jpg]
    I understand that you changed the parameter to see if we can even pull a single image for anyone, however, what I see next is:
    2012-05-28 09:02:16,733 DEBUG [0x00001654] [rdsource\ADPersonRecordSourceLog.cpp(50)] [csf.person.adsource] [WriteLogMessage] - Configuration::SetConfigurationParameter - setting configuration parameter [PhotoSource] to [adack] //This needs to be AD Parameter which I see you used earlier
    2012-05-28 09:02:16,733 DEBUG [0x00001654] [rdsource\ADPersonRecordSourceLog.cpp(50)] [csf.person.adsource] [WriteLogMessage] - Configuration::SetConfigurationParameter - setting configuration parameter [PhotoUriWithToken] to [http://pho/people/adack.jpg]
    Do you know where this url is coming from?
    I suggest that based on Jason's input and as well as changing the parameter back to the one we want, lets follow this action plan:
    1) Exit out of Jabber and delete the files from the following location:
    C:\Documents and Settings\\Local Settings\Application Data\Cisco\Unified Communications\Jabber\CSF\Logs
    2 ) Modify the Jabber-Config.xml
    Change the Directory Section of the Jabber-Config.xml to the following
      EDI
      True
      sAMAccountName
      http://sptde.racq.com.au/people/sAMAccountName.jpg
    3) Re-login and then Generate the PRT by Help -> Report Error
    Keep in mind if the jabber-config.xml is uploaded on Call Manager, it'll replace any local modification, so we have to update the file on Call Manager .
    Once we have the new PRT with the Config provided above, I can work on that.
    Regards,
    Jasmeet

  • Jabber client can't control deskphone

    We have CUCM 9.1.2 and Presence 9.1 and Jabber for windows 9.7
    Am facing issue with Jabber client for windows can't control desk phone as well as  LDAP directory search is not happening.
    Configuration part everything seems to be alright and verified.
    CTI controlled device is there on user and phone also user associated with device . DN associated with user. I can login to Jabber client, then directory search is not happening also cant control desktop phone.
    Here i have attached the problem screenshot as well as report file, wireshark report from client PC.

    Hi,
    I had same issue with version 9.7 of Jabber for Windows and CUCM 9.1.2, I use EDI for integrate Presence and LDAP for Jabber for Windows and BDI for Jabber iPhone and iPad, try with this:
    <?xml version="1.0" encoding="utf-8"?>
    <config version="1.0">
    <Presence>
      <PresenceServerAddress>z.z.z.z</PresenceServerAddress>
    </Presence>
    <Directory>
    <DirectoryServerType>EDI</DirectoryServerType>
    <PrimaryServerName>x.x.x.x</PrimaryServerName>
    <ServerPort1>389</ServerPort1>
    <UseWindowsCredentials>0</UseWindowsCredentials>
    <ConnectionUsername>[email protected]</ConnectionUsername>
    <ConnectionPassword>password</ConnectionPassword>
    <BusinessPhone>ipPhone</BusinessPhone>
    <SearchBase1>OU=Users,DC=dominio,DC=com</SearchBase1>
    <PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled>
    <PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>
    <PhotoUriWithToken>http://y.y.y.y/photos/sAMAccountName.jpg</PhotoUriWithToken>
    </Directory>
    <Directory>
       <DirectoryServerType>BDI</DirectoryServerType>
       <BDIPrimaryServerName>x.x.x.x</BDIPrimaryServerName>
       <BDIPresenceDomain>domain.com</BDIPresenceDomain>
       <BDIServerPort1>389</BDIServerPort1>
       <BDIConnectionUsername>[email protected]</BDIConnectionUsername>
       <BDIConnectionPassword>password</BDIConnectionPassword>
       <BDIUserAccountName>sAMAccountName</BDIUserAccountName>
       <BDIBusinessPhone>ipPhone</BDIBusinessPhone>
       <BDISearchBase1>OU=Userss,DC=domain,DC=com</BDISearchBase1>
       <BDIPhotoUriSubstitutionEnabled>true</BDIPhotoUriSubstitutionEnabled>
       <BDIPhotoUriSubstitutionToken>sAMAccountName</BDIPhotoUriSubstitutionToken>
       <BDIPhotoUriWithToken>http://y.y.y.y/photos/sAMAccountName.jpg</BDIPhotoUriWithToken>
    </Directory>
    </config>
    Then erase folder CSF under C:\Users\Example_user\AppData\Roaming\Cisco\Unified Communications\Jabber
    and C:\Users\Example_user\AppData\Local\Cisco\Unified Communications\Jabber
    Restart  machine and setup Jabber for windows again.
    Regards

  • Jabber Client Discrepancies

    Hi Everyone,
    I just finished rolling out Jabber to over 150 users for a Cisco Gold Partner ( internally we wanted to deploy and have "lessons learned" before rolling to customers ).  We are all pretty much "power users" and we rolled it out to users on Mac, PC, iPad, Android Tablet, and Android/iPhones.  Here is my list of "cough" features that are desparite between the varous clients and I would greatly appreciate anyone from the BU or Cisco to chime in on when these clients will be uniform.  I had to open 2 TAC cases already ( # 625139231 and 624998053 ) which were esclated to the Developers and I have had ZERO response. 
    I think it's an awesome product, we are already pitching it to customers with heavy emphasis on Video on Tablets/BYOD.  However, as a CCIE Voice Architect I cannot look a business owner in their face and tell them that MS Lync doesn't have a nicer/feature rich interface and ALL of their features work on all devices. 
    Here is what I have issues with:
    1.  Windows Client 9.1.3 latest rev - Google Calendar integration - once you have authenticated once to google for your calendar you CANNOT remove the calendar and join a differnet calendar.  Come on, this is easy coding to fix!  We are a Google Apps shop, migrated off exchange three years ago.  Right now, if a user wants to use different GMAIL Accounts they cannot.  No one at Cisco TAC can tell me where the settings are cached for this.  I have uninstalled/reinstalled, removed registry entries, deleted the Unified Communications folder under app user, everything to try to fix this.
    2.  Biggest complaint we have right now is MAC doesn't have Video, I know this is coming in the next release, but if there is anything we can do to speed this along it would be greatly appreciated from the field.
    3.  Why is the "screen clipping" tool available on Windows but not MAC?  We have users who LOVE that tool on Windows, no where to be seen on MACs
    4.  Multiple Line support - we have users who had multiple lines configured just fine on CUPC, this should have been included in the Jabber client in my opinion.
    5.  The "Call" button is in two differnet locations on the MAC client vs Windows client, it's very aggrevating to train 100+ people on two differnent locations for the same feature.
    6.  Added Contacts - on the Windows and MAC client, if you add a contact, there is NO way to edit their information.  That needs to be there NOW, we cannot add or edit directory/external phone numbers to contacts we add to the directory.
    7.  No way for Admins to update/delete contacts from users - this is perhaps the most annoying thing.  We as admins can "BAT" 100+ users into the system, but then what?!?!  When a new hire comes on board we have to update all 100 BAT files again.  To make things worse, you can pull up an end users account in CUIP but cannot remove old contacts from their list.  In addition, if you try to BAT over top of an already imported buddy list it creates duplicates.  I would settle for a SQL QUERY I could run via command line "ie run sql update buddy list set..." or something.  This is becoming very frustrating to maintain.
    8.  Jabber does not play very well with Cisco WebEx One Click.  My Windows Jabber client crashes every time and I have to reinstall it.
    If someone from the BU or Dev teams could take a look at this list and respond I would GREATLY appreciate it.  I don't mean to blow this out of proportion but like I said, I have lived this product for the last three weeks and I think it's great, just needs some polish!
    Thanks!
    Alex Hannah
    CCIE Voice #25853
    Senior Collaboration Architect
    ABS Technology Architects
    [email protected]
    804-955-4091

    Hi Alex,
    1.  Windows Client 9.1.3 latest rev - Google Calendar integration
    I have created a document with the information that you are looking for.
    Cisco Jabber for Windows - Google Calendar Integration
    8.  Jabber does not play very well with Cisco WebEx One Click.  My  Windows Jabber client crashes every time and I have to reinstall it.
    This will be fixed in the upcoming 9.2 release (expected in April - no release date available yet)
    Thanks,
    Maqsood

  • Cisco Jabber for Windows User Photos

    CUPS 8.6.3
    Jabber Client for Windows Version 9.0.1 Build 8802
    I noticed that the Cisco Jabber for Windows Client does not automatically update with the photos that updated in Active Directory.
    I had updated a user's photo in AD and noticed that it would not change. I browsed to "C:\Users\<user name>\App Data\Local\Cisco\Unified Communications\Jabber\CSF\Photos" and had to manually delete the user photos in this folder. I exited out of the Jabber Client and restarted the program. When I did this, the Jabber Client crashed, I saved the crash report, and re-opend the Jabber client. This time the client opened properly, and the updated photos were now appearing!
    Seems like Cisco would not have set the photos to Cache to the local computer....
    Any thoughts?

    Yes, Here is a sample .xml script.
    <?xml version="1.0" encoding="utf-8"?>
      http://www.cisco.com/CiscoJabberSetup.msi
              Cisco
              http://www.cisco.com/web/fw/i/logo-open-graph.gif
              http://www.cisco.com
              Cisco Jabber for Windows
              http://server_name.cisco.com/jabber.png
              http://www.cisco.com/en/US/customer/products/ps12511/tsd_products_support_series_home.html
              Cisco Jabber
              http://server_name.cisco.com/jabber.png
              http://www.cisco.com/web/products/voice/jabber.html
      EDI
      1
      YOURDOMAINCONTROLLER
      389
      0
      ldapaccount
      ldapaccountpassword
      dc=XXXXXXX,dc=XXXXXXX,dc=com
      ipPhone
      True
      sAMAccountName
      http://www.yourinternalwebserver.com/User%20Photos/Profile%20Pictures/sAMAccountName.jpg
      true
      true
      .exe;.msi;.rar;.zip;.mp3
      false
      presence
    The bold is how we pulled photos from a directory on a web server
    If you don't have IIS running on a server you can replace
    http://www.yourinternalwebserver.com/User%20Photos/Profile%20Pictures/sAMAccountName.jpg
    with
    \\Your server\c$\PhotoFolder\sAMAccountName.jpg

  • A list of supported Android Phones for Cisco Jabber Client.

    Hi there,
    I opened a discussion before about the Cisco Jabber Client for Android phones.
    This product from Cisco is only official support bij a several mobile Android telephones. (very poor)
    As everyone knows is that the mobile market is continious in development. Since a half year the official support phone list is still the same, but a lot of new Adroid phones are now on the market.
    It's even so worse that some of the Cisco supported phones, are not available anymore in the market.
    - Samsung Galaxy S2 becomes a Samsung Galaxy S3
    - Samsung Galaxy TAB is still there
    - Samsung Galaxy S (are not available anymore) The S1 or S Plus are now becoming the Samsung Galaxy S Advanced.
    At what are the alternatives?
    Still the list on the documentation is out-dated.
    See:
    Samsung Galaxy S International (GT-I9000) with Android operating system (OS) Version 2.2.1 or 2.3
    Samsung Galaxy Tab International (GT-P1000) with Android 2.2.1 or 2.3
    Samsung Galaxy S II (AT&T) with Android 2.3
    To use Cisco Jabber for Android on the Samsung Galaxy S device, it is important that you upgrade your handset OS to Android Version 2.2.1 or 2.3. See the manufacturer/carrier site for more information about how to update the OS on your device. Minor voice quality issues may be experienced depending on the device used.
    So hopefully Cisco is still working on the Cisco Jabber solution, and a lot of mobile Android phones will be supported so the road to success will be open.
    Hopefully someone can help me to list of tested and supported phones (Official bij Cisco)
    Kind regards,
    Edgar

    The official list of tested Android phones is what you've already discovered.  With the next release of Cisco Jabber for Android, I'm sure it will be updated.
    While the official list of what we tested is short, the client will work on many Android devices and TAC will provide support if you run into technical issues; provided the issue is with the Cisco Jabber client itself, and not with the OS of the manufacturer.
    If there is a specific Android phone you are looking to have officially tested by Cisco, PM me with that information and I'll work with you to see what we can do to get it added.

  • How do I add photos to the camera roll that were not taken on my iPad? I imported photos to my iPad from my camera, and now I want to add them to my camera roll which is sync'ed with Dropbox as a back up mechanism.

    How do I add photos to my camera roll that were not taken one my iPad? I have iMported photos from my camera to my iPad. Theses photos are in the imported photo album. I want to move these photos to my camera roll but can't figure out how to this. I want them in my camera roll because that is the album that syncs with Dropbox where I want to backup my photos. Thank you for your help.

    Consider using sshfs to mount your Pi from your Linux boxes.  It's much easier to configure and manage than samba.  It sounds like you already have your Windows machines mounting your Pi so Samba is doing its job in that respect.
    More info on sshfs in the Wiki: https://wiki.archlinux.org/index.php/Sshfs
    To help get you off the dime, here's a modified line from my fstab that I use to mount my Pi with:
    gav@PI:/mnt/backup /mnt/rpi/backup fuse.sshfs rw,relatime,user_id=0,group_id=0,allow_other 0 0
    Subsitute my mount points with yours.
    For a password-less mount:
         ssh-copy-id gav@PI
    after you've set up ssh and generated some keys on your client box.
    Here are some relevant lines from the smb.conf file on my Pi that I use for my one Windows box in the house that might help you with your write permissions:
       security = user
      hosts allow = 192.168.1.0/255.255.255.0
      guest account = gav
    ; And my share setup:
    [rpi]
       comment = Public Stuff
       path = /mnt
       writable = yes
    ;   printable = no
    ;   write list = @krb
    [torrent_dl]
       path = /mnt/video/torrent_dl
       writable = yes
       create mask = 0770
       directory mask = 0770
       guest ok = Yes
       case sensitive = No
       read only = No
    Hope this helps.

  • IPhoto always opens asking to import photos from Touch

    Hello,
    Each time I connect the Touch to my Mac, iPhoto automatically opens, as if a camera is connected to the computer, asking if I want to import photos from the Touch?
    How to disable this feature? What I want to do is export
    Thanks,
    Neil

    tookyfes, I don't get an icon. The window does name my iPod Touch, but there is no option for "No application." Elsewhere in Image Capture preferences, "No application" can be selected for when any camera is connected to the computer. Then iPhoto no longer opens when Touch is connected, but my real camera doesn't open iPhoto like it used to. It's a mystery, considering the Touch is not even a camera (yet).
    Thanks for the reply, but I think this may be a glitch in the software somewhere. iPhoto should not be assuming the Touch is a camera.

  • IPhoto suddenly unable to import photos from iPhone 4

    For some odd reason, my copy of iPhoto 09 has suddenly lost the ability to import photos and videos from my iPhone 04. The import starts, then simply hangs (without iPhoto actually freezing). If I force quit iPhoto, I then receive a message saying saying certain imported photos have not been added to the library and asking if I want to import them now. I click okay, and a just couple of oddly duplicated photos appear. iPhoto also no longer sees my iPhone unless I restart. Some mysterious corruption? Is deleting the iPhoto plist file and/ or cache likely to make a difference?

    http://discussions.apple.com/thread.jspa?messageID=11879893&#11879893
    Regards
    TD

  • After importing photos to iphoto I cannot find them when I want to insert them into documents or facebook.

    When I import photos from my camera memory stick to iphoto and want to insert them afterwarts into Facebook or into documents or emails they do not appear in the 'choose picture' list.
    Example: in a document I click 'insert', then 'photo', 'picture from file'. It is here that I do not find the photos I just uploaded.
    However - and this is a mystery to me - there are some photos that I uploaded at another day and that are actually in the 'choose a picture' file.
    Does anyone have an idea what is going on or what I have to do differently?
    many thanks!

    The following User Tip by Terence Devlin is the best treatise on how to access photos (for use outside of iPhoto):  How to Access Files in iPhoto
    Happy Holidays

  • HT4101 Exclamation point in red when I try to import photos onto iPad from SD card

    I get an exclamation point in a red circle when I try to import photos from my SD card using the CAmera Connector accessory. I have successfully used this method for over a year, but all of a sudden, I'm unable to import. I have installed iOS 6. Please help!

    Hi mpt95,
    I have the same problem with met 3rd gen iPad.
    I tested with 2 camera's and 2 different sd-card. Here are the results:
    Canon Ixus: SDHD class 4: Connection oke, Import just fine
    Canon Ixus: SDHD class 10: Connection oke, Import just fine
    Nikon D3500: : SDHD class 4: Connection oke, no import! Get the red Exclamation point
    Nikon D3500: : SDHD class 10: Connection oke, no import! Get the red Exclamation point
    Problem is not related to the SDcards, but the combination with the Nokon D3200.
    Read on the net that pictures should be in the DCIM folder, and should bet no longer then 8 Characters.
    I checkeg this, and it was correct. The red exclamation mark is a mystery and I cannot find the solution on the net. So far.
    What camera are you using?

  • Cannot import photos from iPhone 3GS

    For some mysterious reason I can no longer import photos or videos from my iPhone 3GS. I have iPhoto'09 (v. 8.0.4) on Mac OS X 10.5.7. Upon launching iPhoto my phone is recognized and the correct number of photos and videos is displayed, albeit without previews. Any attempt to import either photos or videos results in the error "The following file could not be imported. The file is in unrecognized format." (for photos) or "iPhoto cannot import your photos because there was a problem downloading an image." (for video files)
    Of course all photo and video files display just fine on my iPhone. The "Image capture" app is also unable to import anything - it goes through the motions of importing, but in the end nothing gets imported (but it does not display any error message.)
    I restarted both the computer and the phone a few times, no luck. Any help will be greatly appreciated.

    I've managed to fix this.
    After 3 attempts, Image Capture (instead of iPhoto) was finally able to pull my photos/video off my iPhone. There were a few shots missing, I'm guessing those were the "corrupt" ones. No idea how or why I could end up with corrupt images, the only shots on my phone were ones that I'd taken with my phone.
    After that, I opened up Photos on my iPhone, selected every photo and every video and deleted them all.
    Then I took a couple shots with the phone, re-opened iPhoto, and everything seemed to work dandy.
    Still. Lame.

  • Softphone feature for Cisco Jabber Client

    Hello everyone,
    I have a CUCM cluster v.8.6.2 and a CUPS v.8.6.4. I've installed my full CUWL licenses as well as my CUP Licenses AND the Jabber for Everyone COP file. I've managed to install Jabber on Mac and on Windows and have all the features such as Chat, Desktop phone integration and Visual Voicemail with Cisco Unity Connection working as well. The only feature I'm having a huge hassle getting to work is the Softphone feature. I've tried adding a CUPC device with the user (btw everything is integrated and uses LDAP for authentication) as the digest account for it as well as the Owner ID. I've tried adding a CSF device as well (I remember reading it somewhere) but the Jabber client never discovers a Softphone device and all of the options on the client are grayed out for me to put in the device settings. I thought I saw it once looking for a device name CSFACILLI (ACILLI being my username) in the System Diagnostics for the Jabber for Mac client but now it just shows:
       Soft Phone Server
    Server Address:           cucm02.mycompany.net
    Server Port:                     2748
    Server Protocol:           --
    Device:                               --
    Line ID:                               --
    Status:                               Disconnected
    Any help or thoughts on this would be greatly appreciated! Thanks!
    Tony

    Aaron,
    Here's the bit I found interesting from the reporting function:
    -- 2012-07-25 08:31:01.000 DEBUG [0xacab02c0] -  CCUCMClient::downloadConfig -- begin:
    -- 2012-07-25 08:31:01.000 DEBUG [0xacab02c0] -  CCUCMClient::getCnfFile -- begin: , strDeviceName.c_str()=CSFacill, bHttp=FALSE
    -- 2012-07-25 08:31:01.000 DEBUG [0xacab02c0] -  CTFTPClient::Get -- begin: , remotefile=CTLFile.tlv, host=cucm02.mycompany.net, bIsAsyMode=TRUE, port=69
    -- 2012-07-25 08:31:01.000 DEBUG [0xb038d000] -  TFTP_Error Select error
    -- 2012-07-25 08:31:01.000 DEBUG [0xb038d000] -  TFTP_Error Can't get packet, retrycount=3
    -- 2012-07-25 08:31:01.000 DEBUG [0xb038d000] -   CTFTPClient::ContinueGet -- end!
    -- 2012-07-25 08:31:01.000 DEBUG [0xacab02c0] -  CTFTPClient::Get -- end!
    -- 2012-07-25 08:31:01.000 DEBUG [0xb038d000] -  CTFTPClient::ReceiveData -- end!
    -- 2012-07-25 08:31:01.000 DEBUG [0xacab02c0] -  CCUCMClient::getCnfFile -- end!
    -- 2012-07-25 08:31:01.000 DEBUG [0xacab02c0] -  CCUCMClient::downloadConfig -- end!
    -- 2012-07-25 08:31:01.000 DEBUG [0xacab02c0] -  CPhone::setPhoneMode -- end!
    -- 2012-07-25 08:31:01.000 DEBUG [0xb030b000] -  CTFTPClient::ReceiveData -- begin: , nCookie=5, bIsAsyMode=TRUE
    It looks like it's trying to get CTLFile.tlv from my TFTP servers (which are my subscribers). I went under TFTP File Management under OS Administration on the Subscribers and no such file exists. Is this something I have to download from Cisco? It does look like it's trying for the correct device, just can't get the Configuration File it needs... Your thoughts?
    Thanks,
    Tony

  • Jabber Client softphone is "No Connected"

    Hi,
    I am trying to setup a lab for cisco partner testing. I created Collab 10.5 topology with cucm & cups 10.5. I am running out of ideas of what could be wrong. My jabber client for windows works with deskphone but it does not work with it's softphone (CSFXXXXX). Yes, i have CCMCIP profile created, user & device associated but still does not work both within lab network or external network
    I am seeing the error below when I do a show connection status for the softphone - see attachment
    Connection error. Ensure the server information in the Phone Services tab on the Options window is correct.
    I do not have the "Phone Accounts" under options. I even uploaded jabber-config.xml file to tftp server and still no phone accounts tab. I can ping the cti hostname & ip from the pc i am working.
    SOS
    TIA
    Jeya

    Actually, I read it on a thread in this community. I just went thru’ the deployment guide and I saw that section too.   I have uploaded it to the tftp server and no change for the phone tabs. Only the Directory service becomes online after uploading that file but no change on the phone account tabs. Below is the contents of  the jabber-config.xml file that I generated using the file generator tool:
    <?xml version="1.0" encoding="utf-8"?>
    <config version="1.0">
     <Options>
       <StartCallWithVideo>false</StartCallWithVideo>
       <Start_Client_On_Start_OS>true</Start_Client_On_Start_OS>
     </Options>
     <Phone>
       <TftpServer1>hq-cucm-pub.abc.inc</TftpServer1>
       <CtiServer1>hq-cucm-pub.abc.inc</CtiServer1>
       <CcmcipServer1>hq-cucm-pub.abc.inc</CcmcipServer1>
     </Phone>
     <Policies>
       <EnableSIPURIDialling>true</EnableSIPURIDialling>
       <DirectoryURI>mail</DirectoryURI>
       <ServicesDomainSsoEmailPrompt>OFF</ServicesDomainSsoEmailPrompt>
     </Policies>
     <Presence>
       <PresenceServerAddress>hq-cups.abc.inc</PresenceServerAddress>
     </Presence>
     <Directory>
       <ConnectionType>1</ConnectionType>
       <PrimaryServerName>directory.abc.inc</PrimaryServerName>
       <BDIPrimaryServerName>directory.abc.inc</BDIPrimaryServerName>
       <ServerPort1>389</ServerPort1>
       <BDIServerPort1>389</BDIServerPort1>
       <UseWindowsCredentials>0</UseWindowsCredentials>
       <ConnectionUsername>Administrator</ConnectionUsername>
       <BDIConnectionUsername>Administrator</BDIConnectionUsername>
       <ConnectionPassword>1vtG@lw@y</ConnectionPassword>
       <BDIConnectionPassword>1vtG@lw@y</BDIConnectionPassword>
     </Directory>
    </config>
    Thks!
    Jeya

  • IPhoto imports photos with wrong dates even if the dates are fine on the camera

    Hi!
    When I import photos with iPhoto, sometimes it imports them with wrong dates, even the dates are fine on the camera. It puts dates such as 2032. Does anyone know how can I fix that. As far as I know there is no way to change dates of the photos.
    Thanks!

    well that is very confusing since if the date is correct on the camera it will be correct in iPhoto
    and as to
    As far as I know there is no way to change dates of the photos.
    Try looking through your iPhto menus - two commands - adjust time and date and batch change time and date - asjust is used to correct incorrect dates like a comera setting -   Batch change for missing dates like with scans
    LN

Maybe you are looking for

  • Can I switch off my computer while my nano is saying "Do not disconnect"?

    Please help me. This morning I couldn't switch my nano off - only on the docking speakers so I looked at the online help, tried resetting and then decided to try the update and or restore. When I plugged the iPod in, iTunes asked me if I wanted to up

  • Hard drive and RAM upgrade

    Hi I would like to know what are the maximum upgrades I can have on my laptop in RAM, hard drive and if possible processor. It is a HP pavilion dv8219ea with a Hewlett-Packard 30A6 56.24 board. Can you let me know the size and speed of both the RAM

  • Auto charger for iPod Nano (3G)

    Can anyone recommend an auto charger for Nano (3G)?

  • Someone else buying songs

    I was signed into my ipad and I got an email saying that someone else was on my account from a different computer and buying songs on itunes. They bought at least 12 songs without my permission. I have no idea who is doing this. I finally got it to s

  • Template - Multiple Designers

    Hello!  So I work with multiple designers for a large organization. We work out of Dreamweaver and use templates for most sections of our web site.  Because we all update the site, we use a checkout method for pages.  (In other words if one person ha