Can WHRE I find the history of calls on the CV

Hello

The event log and cab ve read through the Web page call history. But how can I download the complete event log file and call history frim the VCS via SFTP (WinSCP)?

Please specify the location.

Kind regards

Fird

Hi Firdaush,

I tried your method. It's work.

I heard not this way.

Thank you

BR Oleksandr

Tags: Cisco Support

Similar Questions

  • Why can't I find the display on the Control Panel icon.

    original title: vista Control Panel

    Why can't I find the display on the Control Panel icon.

    Why can't I find the display on the Control Panel icon.

    Control Panel has no icon

    Start button > in the search box, type services > press Enter ket > scrollsoftware licensing...
    topic status, it must be said... Has begun
    under Startup Type, it must be said... Automatic
    If this isn't what you see, look in the left column, click Start (or restart)

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • I can't really find the password option in my update iPhone 4S

    Locking by code option is not in general, privacy settings, is not according to the option of automatic locking,

    I can't really find

    version 9.3.2 (last update available)

    Help, please!

    Settings > Touch ID & password.

  • Why can't I find the pages I visited yesterday in Firefox 9.0.1?

    Why can I not see the sites I opened yesterday in the history section?
    'Today' show only.
    The browser is version 9.0.1
    OS is XP

    Make sure that you do not use to clear the history to clear the browsing history when you close Firefox.

    • Tools > Options > Privacy: history: [X] clear history of Firefox closing > settings

    If you use a software like CCleaner cleaning then check the settings in the Firefox application.

  • How can I manually find the updates that needs tobe on my system, but the system did not detect that I need them?

    I can't myCD/DVD-rom to play on my computer, so I ran a test on my driver scan drivers, he says that everything is up to date, so I ran a different program to check and told me that I need for my, Standard 101/102 keys or the microsoft natural keyboard PS12 updated installed is 5.1.2600.2180. update to 6.5.1.2. and so on. I don't know how to find these other updates to correct this problem. If anyone can help, I would surely appreciate it. Thanks for your time. Susie

    Hi Susie.

    If you're talking about driver updates for devices and other materials in or connected to your computer (as opposed to regular updates of Windows or MSE updates or other updates of the program), then what you need to do is to contact the manufacturer of the computer and check the media on your brand and model (and the serial number if they allow you to get specific) for the most recent updates day for your devices, account required to your Windows operating system.

    If you can't get what you need from the manufacturer of the computer, and then try the manufacturer of the individual devices (each has a manufacturer, the brand and the model) and do the same thing with regard to obtaining updates (usually in the section support and downloads from their website).  Remember, sometimes it is not only the drivers but also firmware and software-so make sure that you get everything that there is to this device.

    If you don't know about the devices you have and cannot find the information in the Device Manager or get assistance from the manufacturer of the computer or looking at manuals or devices, then try Belarc Advisor to see if this helps: http://www.belarc.com/free_download.html.

    I hope this helps.

    Good luck!

  • Why can't I find the album art folder

    Why can't find the record of album art in windows media player?

    Hello!

    Windows media player stores album art in a folder as folder.jpg.

    This reading can be useful and explaining: http://www.howtogeek.com/howto/15693/update-metadata-and-cover-art-in-windows-media-player-12/

    Hope that helps!

    See you soon
    Julia

  • Why can't I find the answer to anywhere?

    Hi, please help a beginner...

    I am trying to build an online catalog with PHP and MySQL, using Dreamweaver.

    I have a problem with filters... here it is:

    I have a few variables... take 1 e.g. $manuf in which I want to store the manufacturer (for the table of books, as "acer", "alienware" etc.).

    I thought I'll make filters in 2 ways:

    1. via the dropdown list/menu and I populated the list with values 'acer' 'alienware' etc.

    and in the case of "OnChange" of the list/menu I want to assign the value selected from the list/menu to the $manuf variable.

    HOW do I? I can't find something as a list1.selected for example property simply write <? php list1.selected $manuf = ? >

    where list1. must match the name of the list/menu (right?...)

    or


    2 it looks better with a SpryMenu.

    So I have a Spry Menu as "manufacturer", etc.

    And as the submenus "Acer", "Alienware" etc.

    now... when I click on the submenu labeled "Acer" I can just do the php $prod = "acer" BUT HOW I can also change the menu caption to say "Manufacturer - Acer" instead of simply "manufacturer"? (because I want people to see what the filter is applied). Still, I can't find any good like sprymenu1.caption or something like that.

    P. S.

    regarding the list/menu... I can fill it dynamically from the database with the values in the $manuf field. BUT they repeat, because there is more than 1 'acer' e.g. in the catalog (database). HOW can I dynamically populate the list from the database, without repeating any value?

    For now I think I'm going to start with a few 1 problem because I think that I'm going through explaining this to you, the answer to #2 will become clearer.

    JavaScript is like Actionscript (Flash) and can be executed in run mode, which means that if you run javascript on a page you can see the results immediately.  PHP, on the other hand, is a preprocessor which means that the code is run before loading a page and cannot be executed in run mode as Javascript can.  The mix of both for this instance is really not necessary unless you want the form to act dynamically.  For this reason, there are 2 ways to deal with the situation:

    1. If you want to stick with PHP, when you submit the form, the values of the stored will be stored in the global variables ( http://php.net/manual/en/reserved.variables.php ).  Based on the method of your form will depend on how to extract the data.  For example, if your form method is "POST" and the drop-down list field named 'Fab' has a value of 'Dell', then when you submit the form, the variable $_POST ['manuf.no'] will be equal to "Dell".

    With this example, the form must be submitted because the Javascript cannot send commands to PHP once the page has loaded, because the PHP has already been run.

    2. this way is a lot more complicated if I will not go into the details.  But, the Spry data set functions are for the update of live data without having to submit a form to force a refresh of the page for the PHP to run.  What happens with the Spry data set, is that you store all the information in mySQL and then Spry data set that will convert to XML for you. PHP will be used to run the original query in your database, and depending on the size of your database can be used to filter the data so that you don't end up with an extremely large XML file, slowing down your page load time.  I have a basic example I have awhile back located here ( http://www.exitplaystation.com/warhawk/trophies.php ).  Who uses a static XML document at the time.  I have a more dynamic example.  It was made for the work, but I might be able to change with false information and upload to show you a dynamic version.  In the meantime, if you want to see a professional example in action:

    http://MSN.FOXSports.com/NFL/draft-tracker#round=1&team=all&school=all&position=all

    FoxSports use Spry data sorting features and additional code for their live draft NFL system.  Refreshes automatically and sort the menu drop-down above.  So as you can see all of their data is responsible for their connection to the base and updated in real time.  This is a very complex example and requires changes to the Spry code, but it shows the power of what can make Spry.

    Let me know how you prefer to go with that.  Personally I would recommend #1 for beginners, until you go and feel more comfortable with PHP and Javascript.  Also if you give more than a little more in detail about your code I could help you implement if you find it difficult to understand.

  • How can Hi I find the AppleID locked on one phone. I have reset it and not my ID's work. Where I ask Apple to tell me the ID using the IMEI number?

    Find the help IMEI AppleID

    You are the original owner or is this an already used phone?

  • Why can I not find the Spot Healing Brush?

    Cannot find the 'Spot Healing Brush"on my PS CS5.

    I fell in with CS2 then do it.  Have spinning you on the wheel?

  • Can you still find the 'theatre' on a song?

    I remember back when iTunes was relatively young (around 2006) allowing you to be able to read how 'theatre', a song in your iTunes library and you may even sort the pieces by the amount of plays. In addition to the playlist 'Top 25 most played' (which still does not specify how many times each song has), there is no indication I can find to match this feature. There are still hidden away somewhere? Y at - it another way? Thanks in advance.

    When in mode of song list, right-click on any column heading, and then select time to add this column. You can drag it anywhere and you can use it to sort.

    Method ALT: iTunes > View menu > options > check box all of the columns you want to see.

  • I clicked on a HD video on facebook and I know that it has been saved in my cache. I find SD videos in my cache but why can't I find the HD video?

    I can't find and HD video, which should be in my cache. I know, it should be there because I saw it on Facebook. Most are large files stored somewhere else, outside the cache of Mozilla profile?
    When I'm looking for something in my cache as many files there. Is there a way I can change that puts in cache so I did not click on a hundred different folders each with a single image?

    You can do a search on the topic: the cache for this file page.

  • Why can't I find the songs I "love"; I spent hours to love songs with the intent to add them to a playlist. If I could, how can I add all my songs loved to a playlist?

    I have difficulties to find a playlist of my "beloved" songs I use music to Apple app on my Droid 2 for Verizon Wireless Turbo. Also, I find it such a playlist in the ITunes app on my MacBook Pro 2012. I'm outside an Apple music family Plan if it makes a difference.

    Thank you

    Rexopath

    You can create smart playlist with setting 'Likes' to 'yes '. But in any case, you must add the song loved to your collection to make it appear in the smart playlist.

  • Why can't I find the same theme of mouse cursor that I used it since the beginning of the 1990s on each upgrade of computers I've had since then with the exception of Windows 7?

    Hi, I have used the same system of slider for years and had no problems to find on the Net, or put in my computer over the years, except for this new.  It is the set of mouse cursors when the sliders are all the mice for different functions.  There are other sets in the package, including a dance theme and a theme of Rameau, but I do not remember the others included.  If anyone can help find something similar, I would be very grateful that I HATE the "stuff" regular, ordinary! Thank you

    Hello

    The only thing I can suggest would be to keep looking for a compatible version of Windows 7 that will meet your needs. Compatibility with Windows 7 is the responsibility of the software developer.

    There are tons of these cursor there plans.

    Edit: More information.

    It seems that the standard cursor file ( .cur ) w will work under Windows 7. How to install these may be different from previous versions of Windows. Here are some links with precision.

    How to install & customise cursors in Windows 7 | Windows Club:
    http://www.thewindowsclub.com/how-to-install-customize-Windows-7-cursors

    Top 10 of the best mouse for Windows systems. 7 tutorials:
    http://www.7tutorials.com/top-10-best-mouse-cursor-schemes-Windows

    Eye of ox mouse - homepage:
    http://archive.msdn.Microsoft.com/Bullseye

    Search for Windows 7 cursor plans:

    http://www.bing.com/search?q=%28Windows+7+and+cursor+schemes%29&QS=n&SK=&form=QBRE

    Concerning

  • Why can I not find the oracle.dbtools package

    Hello
    Im trying to develop an extension for sql developer. To complete my post, I need oracle.dbtools in the application. Everywhere I have look on the internet shows a few people who use it and for some reason any my JDeveloper find not what so ever. Where can I find this or what can I do to solve my problem.

    Thank you
    David

    David,

    Have you tried to look inside the following jar file in both

    1. a JDeveloper Studio 11.1.1.4 installation:...\jdeveloper\sqldeveloper\lib\oracle.sqldeveloper.utils.jar
    2. a SQL Developer 3.1 installation:...\sqldeveloper\sqldeveloper\lib\oracle.sqldeveloper.utils.jar

    Both contain an oracle\dbtools\raptor\newscriptrunner\CommandRegistry.class

    I reference 11.1.1.4 since, as you probably know, the scope of the SQL Developer extension uses is based on this version of JDeveloper.

    -Gary

  • CAN´t to find the TOCStrings.ini file

    Hello everyone, I need to locate the menu table of contents, but I can do not to find TOCStrings.ini in the folder of my instalation Captivate 5.5, Win 7, 64 bit. Please, can someone help me?

    Thank you very much

    Yarik

    Hello

    I never found such a string, not even in previous versions, there is not by default, but you can create your own ini file. Check this blog:

    http://blogs.Adobe.com/Captivate/2009/02/changing_default_captions_in_t.html

    This type of location should be really easy. If you have the time, fill a feature request

    Lilybiri

Maybe you are looking for

  • Could not find 'My documents' in the profile

    I hope, I contact the correct support community, but I tried everything without success.  I'm trying to "Stop emails from ASC", iTunes Mac.  I read the thread #1 (shortcut) search and he ordered me to go to my profile > 'MyStuff' > manage e-mail noti

  • Does not begin with satellite U840-110 - Windows 7 - loop start-up

    Hello I have been using a Satellite U840 - 110 portable since dec 2012 on a Windows 7 Home Premium operating system. Recently, the laptop was left in standby for a few days. When I tried to start the computer, it froze at the start. So I forced reboo

  • VI connects to the file but empty the file when collapsed

    I have a VI that creates colum headdings and then updates the rows with data every second, if I open the file during the execution VI all my data is there but if I stop the VI then open the file only my headdings colum are there. I guess that is not

  • LASERJET P3005DN: P3005DN WITH ERROR 52.00

    I have a P3005DN with a persistent 52.00 error. I followed the steps listed in the Service Manual: 1. make sure that the connector of the engine scannerand the water of the shield arefirmly on the laser/scannerAssembly. 2. check that the connector of

  • Unable to set new conection

    How to configure a connection new starter home... Thank you