Pause SLA Clock in CRM_DNO_MONITOR

Dear Experts
Is there any way to pause the SLA Clock while the Status of Support Message in CRM_DNO_MONITOR will be changed to Customer Action ?? The SLA Clock will be resumed after changing the User Status from Customer Action to other Status. Please help
Regards
Soumya Dasgupta

Hi,
if you are with solman 7.0 spxx then this could be done only by BADI enhancements.
this is the one of the thread we reffered, and we done also in our landscape
Stop SLA TIme
Please check
Thanks
Jansi

Similar Messages

  • Incident Management in CRM 7.0 - Stopping the SLA clock

    Hi Gurus
    We're implementing IT Service Desk on CRM 7.0.
    In our process for logging Incidents, some of our Service Teams are not connected to the CRM system and we've decided to exclude them from the SLA processing.
    Therefore when we assign the call to this Service Team, we want to stop the SLA clock for the current incident.
    Is this possible and if so how do we make it work.
    Many Thanks in advance
    Regards
    Panduranga

    Hi Gurus
    We're implementing IT Service Desk on CRM 7.0.
    In our process for logging Incidents, some of our Service Teams are not connected to the CRM system and we've decided to exclude them from the SLA processing.
    Therefore when we assign the call to this Service Team, we want to stop the SLA clock for the current incident.
    Is this possible and if so how do we make it work.
    Many Thanks in advance
    Regards
    Panduranga

  • Start the SLA clock for Service Requests Only After all Review Activities are Completed

    Hi all,
    I have a client who is looking for this functionality. At this stage I cannot think of a solution, certainly not a supported one.
    Does anyone have any suggestions?
    TIA,
    Joe.

    Hi,
    you can define from Which date the SAL shoukd be calculated, see this Post for more Informations:
    http://blogs.technet.com/b/servicemanager/archive/2012/02/07/notifying-before-sla-breaches.aspx
    So, you can add a custom Field, which will be filled with a SCO Runbbok, after all RA Activity are closed.
    Seidl Michael | http://www.techguy.at | twitter.com/techguyat |
    facebook.com/techguyat |
    youtube.com/techguyat

  • How to handling the SLA in Solution Manager

    Hi Experts,
    I am Workfiow consultant. Presently working on solution manager SLA .Timings for SLA is already maintained in CRMD_SERV_SLA for response and resolution times based on priority.  Now the requirement is to  notify the users when the SLA is breached and SLA clock should be stopped for some of the statuses like SEND TO SAP , Customer Action Etc.
    But by coding / workflow it seems be difficult to handle the this requirement. So is there any configuration apart from CRMD_SERV_SLA that can notify the users when the SLA breached and for stopping the SLA clock on specified status.
    Any good document on Solution manager SLA configuration is  appreciated. I searched in SDN but images in links not displaying properly.
    Waiting for the valuable suggestion.
    Thanks,
    Ramu

    Hi Ramu,
    Please refer SLA Configuration in Solution Manager .
    regards,
    Nibu Antony

  • About System.currentTimeMillis()

    I m tring to make the sortings in different methods. measure the time it takes to do many sortings (using a loop) and then use the average.
    BUT THE AVERAGE IS TOO SMALL THAT I ALWAYS GET
    O so how to find the average

    ah 2 hell with it, here is my sweeet UAL classes, I've found them REALY useful for games, and anything that needs seperate (animation/game cycle) update speeds.
    package chaddock.midp.ual;
    // this class loops continually
    // either rendering a frame, or updating the environment
    // this class should be subclassed and environment update code
    // placed into the executeCycle() method
    // THIS CLASS IS NOW SOLID AS A ROCK - and MIDP compatible ;-)
    public abstract class UAL implements Runnable
    // the object to render
    private Renderer c = null;
    //status of the UAL
         private boolean running = false;
    private boolean cycleNotPainted = false;
    private Thread me = null;
    //time keeping class
         private Clock clock = null;
    private int paints = 0;
    public static final String version = "MIDP UAL V1.10";
    /* if Clock.DEBUG is set, FPS will be sent to the Renderer */
    * Renderer may be null, but has to be set before UAL will start
    * i is the frequency at which executeCycle will be called (in ms)
         public UAL(Renderer r, long i)
    c = r;
    clock = new Clock(i);
    /* setRenderer will accept null, but only while stopped
    attempts to assign null while running will be ignored
         public void setRenderer(Renderer newRenderer)
    if(newRenderer!=null || !running) c = newRenderer;
    /* returns the current renderer */
         public Renderer getRenderer()
    return c;
    //sets running state, if chcanging from stopped to running, this method will start everything 4u
         public void setRunning(boolean running)
    if(c!=null && this.running!=running)
                   if(this.running=running)
    clock.reset();
                        me = new Thread(this);
                        me.start();
         else
              try
                             me.join();
         if(Clock.DEBUG) System.out.println(version + " - Finished");
    catch(Exception e)
    if(Clock.DEBUG) System.err.println(version + " - Join Failed");
    public boolean getRunning()
    return running;
    public boolean toggleRunning()
    if(c!=null && (running=!running))//WARNING, assignment in 'if'
         clock.reset();
                   me = new Thread(this);
                   me.start();
    return running;
    /* pauses/unpauses the environment updates
         * may not pause instantly - if the environment
    * is lagging behind, it will catch up first
    public void setPause(boolean pause)
    clock.setEnabled(!pause);
         * as for setPause(boolean), this method only pauses the clock
    * the game will continue to run until it has caught up withthe clock
         public boolean togglePause()
    return !clock.toggleEnabled();
    /* method called by start, can only be called by
    * the thread owned by this UAL
         * if called directly, nothing will happen
         public void run()
    if(Thread.currentThread() == me)
         if(Clock.DEBUG) System.out.println(version +" - Started");
                   while(running)
         // FIXED GAME SPEED CODE
         //               if(clock.cycleNeeded() && !cycleNotPainted)
              if(clock.nextCycle())
                             executeCycle();
         cycleNotPainted = true;
                        if(cycleNotPainted)
         cycleNotPainted = false;
                             c.render();
         if(Clock.DEBUG)
                                  paints++;
         if(clock.nextSecond())
              c.setFPS(paints);
              paints = 0;
         else //if a frame doesn't need rendering, we might as well yield
         me.yield();
    public void dispose()
    setRunning(false);
    public abstract void executeCycle();

  • Ipod Touch 3G no longer plays clock alarm sounds and just pauses and shows alarm messages.

    All of a sudden, I am no longer able to hear clock alarm sounds like I used to.  Until recently, I was able to just play a music file, set the clock alarm with any sound from the selection while being able to preview the sound before I saved it, and then have it play at the time I set the alarm.  Now, whatever music I'm playing just pauses while the alarm goes off and the alarm messages are visble on screen. I went to settings--->general-->sounds and everything is on.  What happened here?

    Yes, I did. All I needed to do was raise the volume from zero to above using the *actual buttons on the side* of the device instead of just the touch screen volume control. If you try to adjust the volume using *only* the touchscreen volume control, the sound of your music and videos will be affected directly as you desire, BUT if the volume control from the *actual buttons on the side* is completely down, the alarm clock will not sound.
    I hope this helps. It may not make sense right off the bat but do give it a try.

  • How to 'Stop the Clock' for SLA when in customer action?

    Hi
    Does anyone know if the functionality exists so that when a support message goes into 'customer action' or 'solution proposed' status the SLA stops counting down until the message is put back into 'in process'?
    The SLA is out of your control when it is waiting for an action from the user so it should be possible for the clock to stop on the SLA automatically when this is the case and the SLA should re-start and re-calculate the new 'completion by' date.
    I know that this is standard in many other types of Helpdesk software but can't find the way to do this with Service Desk.  Can anyone help?
    We are on SM7 SP22. 
    Thanks very much for your help.
    Regards
    Ashley

    Hello Ashley,
    Have you seen this document [Advanced Quick Guide for VARs Service Desk (Jan 2010)|https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000722612&_OBJECT=011000358700000122472008E]   ?
    You might want to reference section 5. Service Level Agreements.
    Regards,
    Paul

  • SLA and traffic light in CRM_DNO_MONITOR

    Dear Service Desk gurus.
    1)In CRM_DNO_MONITOR where are traffic light and corresponding column "Valid to". How does the traffic color and "Valid to" date are calculated?
    Is it customizable and connect to message Priority?
    2) When SLA is configured for support desk, Are there any reports  or light/alerts for message, that were not processed according to SLA rules?
    Regards
    Vladimir

    Hi,
    Field in the transaction monitor for traffic light function at transaction level. Calculation is based on the corresponding time stamp. The traffic light function is determined via the date type SRV_CUST_END for the transaction header.
    Thx,
    Waseem.

  • Clock where i need a pause in it

    I have created a vi with 2 clocks in it. I need a pause function in this clock. When i press pause it should wait for the start butten to run the rest of the time.
    When i press reset the clock stops totaly. When i press start then the Clock starts to run from the first clock.
    How to fix this???
    I'm using Labview 6.1 and Fieldpoint hardware.
    Tia William
    Running with Labview 6.1
    Fieldpoint hardware
    Attachments:
    clock_with_pause.vi ‏49 KB

    Hello Shea,
    I need for the part Endurance a pause function.
    I'm using this VI to control a endurance sequence for High Pressure Cleaners.
    This means it runs for a time with control over the Liquid flow and Pressure.
    If the Pressure is to high or to low / if the flow is to high or to low the endurance sequence should be paused. When i have checked the HPC on failure and somthing is broken (example: the high pressure hose) is replace that part, and press then pause on the screen and the system runs again. But when the HPC is broken the in reset the clock to 0 with the reset button.
    i have also changed the vi with the clock in it. Placed in the VI: Flow and Pressure control.
    I didn't try the breakpoint function yet, because i'm still le
    arning with Labview. i'll try it later on today when i get the time for it.
    Thanks, William Strijks
    Service Engineer
    Kinzo tooling - Holland
    Running with Labview 6.1
    Fieldpoint hardware
    Attachments:
    TOHR_timer.vi ‏27 KB
    clock_with_pause.vi ‏205 KB

  • CRM Enhanced SLA(Service Level Agreement) not Pausing

    I am Using CRM 2015 and Make 3 SLA of type Enhanced and using SLA KPI
    Resolve by KPI Instance
    CRM built-in Configuration of this Instance is as
    1SLA:    If Priority High 2 Hours
    2 SLA:   If Priority Nomral 4 Hours
    3 SLA :  If Priorty Low 6 Hours
    Problem if i want to pause any SLA Where I Pause the timer...
    in Status of Case there is not Status of Paused..
    Muhammad Sohail

    Hi Sohail,
    Have you selected the "On Hold Status" for which the SLA for the cases are to be paused in service configuration settings.
    Regards, Abhishek Bakshi If you find this post helpful then please Vote as Helpful and Mark As Answer. Check my blog on https://mydynamicscrmblog.wordpress.com/

  • Service desk SLA

    Hi all,
    I have implemented basic service desk.
    Now i want to implement SLA for the same.
    Currently i have config the mailing action depending upon Status change. But now the req is to to trigger the mails depending upon timeline.Which can be done via SLA.
    I have gone thru the Service desk additional guide which is available on service.sap but not that much helpful.
    Can anyone please explain me how to implement the same.
    Points will be rewarded for sure.

    Dear Prakhar,
    If you want to work with SLAs a service product and contracts have to be
    used. The relevant dates then are not on header level of a service desk
    message but on item level. The actions concerning the SLA have to be
    defined on item level.
    The processing of the service desk messages is done with the transaction
    CRM_DNO_MONITOR. In this transaction monitor fields to the header of a
    message as well as to the item of a message are available and can be
    displayed.
    CRM transaction type SLFN actually is NOT configured for the use with
    contracts, SLAs,... . If you want to use these functionalities CRM
    transaction type SLF1 or an own defined transaction type should be used.
    Availability and Response Times can be maintained with transaction
    CRMD_SERV_SLA.
    Detailed information about the use and the customizing of Service
    Contracts and Service Level Agreements can be found
    - in the online documentation to Service Level Agreements
    - in the CRM IMG documentation, e.g.:
      - Customer Relationship Management
        - Transactions
          - Settings for Service Processes
            - SLA Escalation Management      <-
            - in the additional informations to the service desk that are to
    find in the SAP Service Marketplace under the quicklink
    'Solutionmanager'
      - Media Library
        - Technical Papers
          -> Service Desk: Additional Information
    Hope this helps explain things.
    Regards
    Amit

  • Custom report for SLA - service desk

    Hello,
    Untill now we are using solar_eval as our report tool for the SLA functionality in service desk management. But this report does not give all the information we want to have. So do we also like te have the average response times. Does anybody have a custom ABAP-report which we can use ??
    Regards,
    Gert-Jan van Holland

    Thankyou for your reply, but i cannot see any differences in CRM_DNO_MONITOR transaction and that should be shown the product right and i still got my "first respons time and date , completion time and date blank. ? i already activate the action. Please guide me what should i do next, after i activate the action.
    Many thanks
    dinie.

  • Utility or option to pause music by default (Pause Timer)

    Is there no way to make the iPod touch 4 gen automatically pause or stop playing music by default?
    It is odd that after all these years, there is still no way to hit the play button and know it will pause/stop playing after a preset number of minutes.
    YES I know the iPod Clock app has a "once" timer. Set it to 20 minutes and it can put the iPod to sleep. I'm not looking to sleep the iPod, I'm wanting to pause the music after 20 min. And I want it to do this each time I hit the play button. if I am using an application such as a bed sleeping monitor, sleeping the iPod defeats that application, and others.
    I want an automatic function that the pause button of the music player is hit or activated after ~20 min. And I want this repetitive, or persistent or the default option of the player. Not something I have to keep resetting.
    I have bought numerous apps to help with this, none of which function to make the music play button pause/stop after 20 min. So that if I wake, and hit the music play button again it will again stop in 20 min. every time, unless the option is switched off.
    The apps available are sleep timers, not pause timers and either require resetting each time, or set to a clocked stop time, and/or loading particular song or songs to play (without the usual music player controls).
    The most promising application of all, AutoSleep, does not work for me. And even if it did, it cannot run in the background supposedly because of limitations with the accelerometer.
    If however, you know how to get AutoSleep to work, and want to help me with this, I'm interested.
    If you know a way to accomplish the automatic pausing of the music player after 20 min., each time it is played, I am TOTALLY interested.
    I imagine there is no way to alter a function of Apple's music application or clock. (adding a pause instead of sleep to the timer of the clock). Do you know the facts on this last sentence?
    If you know of an alternate music player which can run in the background, have access to the library same as Apple's music player, and can be set to a timed "pause" (not sleep) by default (persistently), tell me about it.
    If you even know how to help me develop an application (utility - or script) to do this, I have XCode installed and am painfully slowly trying to learn how. I read where others are interested, particularly audiobook listeners, so maybe there's a market for you.
    Thanks,
    Message was edited by: Harmz

    I know that this probably isn't too helpful of an answer, but I know that there's an app for it. I have no idea if it's possible with the default apps, but I bought one off of the app store.

  • Repeatedly: mpd/ncmpcpp pauses for about a second or two, then plays

    Hello,
    I'm having trouble with mpd.  About every thirty seconds it will pauses for a second them resume playing from where it paused.  It's annoying and makes music unenjoyable.  Does anyone have any idea what could be wrong?
    I appreciate any help. Please let me know if you need any additional information.
    Thanks!
    music_directory "/home/reid/music"
    playlist_directory "/home/reid/.mpd/playlists"
    db_file "/home/reid/.mpd/mpd.db"
    log_file "/home/reid/.mpd/log"
    pid_file "/home/reid/.mpd/mpd.pid"
    state_file "/home/reid/.mpd/mpdstate"
    #sticker_file "~/.mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "reid"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    #group "nogroup"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    #bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    #port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # Setting "restore_paused" to "yes" puts MPD into pause mode instead
    # of starting playback after startup.
    #restore_paused "no"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # music_directory are changed.
    auto_update "no"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    #auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    ## device "hw:0,0" # optional
    ## format "44100:16:2" # optional
    mixer_type "hardware" # optional
    ## mixer_device "default" # optional
    ## mixer_control "PCM" # optional
    ## mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## url "http://example.com" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    # bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album" or "track". See <http://www.replaygain.org>
    # for more details. This setting is off by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Client TCP keep alive #######################################################
    # For clients connected by TCP on supported platforms.
    # Allows detection of dangling connections due to clients disappearing from
    # the network without closing their connections.
    # This is not usually necessary but can be useful in cases such as wifi connectected
    # clients that go in and out of network range or turn off wifi without closing their
    # connections. Combined with low max_connections this can soon cause clients to not
    # be able to connect.
    # Enable tcp keepalive on new client connections (default is "no")
    #tcp_keep_alive "no"
    # Time in seconds since the last communication on the connection and before
    # the keepalive probing is started. (default is 7200 seconds)
    #tcp_keep_alive_idle "7200"
    # Interval in seconds between keepalive probes, once a probe started.
    # (default is 75 seconds)
    #tcp_keep_alive_interval "75"
    # Number of failed probes before the connection is pronounced dead and
    # the connection is closed. (default is 9 times)
    #tcp_keep_alive_count "9"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"

    Hello,
    Thanks for the reply.  I have a quad core processor and 8 gigs of ram.
    I've thought that maybe udev isn't loading the best audio driver for my system.
    lshw:
    vizio
    description: All In One
    product: CA24 (CA24-A2)
    vendor: VIZIO
    serial: VIZAS127EH0706Q
    width: 64 bits
    capabilities: smbios-2.7 dmi-2.7 vsyscall32
    configuration: boot=normal chassis=all-in-one sku=CA24-A2 uuid=84D9DA22-F2CE-E111-B141-0F02CCF30E00
    *-core
    description: Motherboard
    product: XV1
    vendor: Quanta
    physical id: 0
    serial: QTCXV130H22800231
    *-firmware
    description: BIOS
    vendor: AMI
    physical id: 0
    version: 1.02
    date: 05/21/2012
    size: 64KiB
    capacity: 2496KiB
    capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
    *-cache:0
    description: L2 cache
    physical id: 11
    slot: CPU Internal L2
    size: 1MiB
    capacity: 1MiB
    capabilities: internal write-through unified
    *-cache:1
    description: L1 cache
    physical id: 12
    slot: CPU Internal L1
    size: 256KiB
    capacity: 256KiB
    capabilities: internal write-through data
    *-cache:2
    description: L3 cache
    physical id: 13
    slot: CPU Internal L3
    size: 6MiB
    capacity: 6MiB
    capabilities: internal write-back unified
    *-memory
    description: System Memory
    physical id: 14
    slot: System board or motherboard
    size: 8GiB
    *-bank:0
    description: SODIMM DDR3 Synchronous 1333 MHz (0.8 ns)
    product: AD73I1C1674EV
    vendor: ADATA
    physical id: 0
    serial: 00000E9D
    slot: ChannelA-DIMM0
    size: 4GiB
    width: 64 bits
    clock: 1333MHz (0.8ns)
    *-bank:1
    description: DIMM [empty]
    product: [Empty]
    vendor: [Empty]
    physical id: 1
    serial: [Empty]
    slot: ChannelA-DIMM1
    *-bank:2
    description: SODIMM DDR3 Synchronous 1333 MHz (0.8 ns)
    product: AD73I1C1674EV
    vendor: ADATA
    physical id: 2
    serial: 00000EA6
    slot: ChannelB-DIMM0
    size: 4GiB
    width: 64 bits
    clock: 1333MHz (0.8ns)
    *-bank:3
    description: DIMM [empty]
    product: [Empty]
    vendor: [Empty]
    physical id: 3
    serial: [Empty]
    slot: ChannelB-DIMM1
    *-cpu
    description: CPU
    product: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
    vendor: Intel Corp.
    physical id: 15
    bus info: cpu@0
    version: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
    slot: SOCKET 0
    size: 1200MHz
    capacity: 3800MHz
    width: 64 bits
    clock: 100MHz
    capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms cpufreq
    configuration: cores=4 enabledcores=4 threads=8
    *-pci
    description: Host bridge
    product: 3rd Gen Core processor DRAM Controller
    vendor: Intel Corporation
    physical id: 100
    bus info: pci@0000:00:00.0
    version: 09
    width: 32 bits
    clock: 33MHz
    configuration: driver=agpgart-intel
    resources: irq:0
    *-pci:0
    description: PCI bridge
    product: Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
    vendor: Intel Corporation
    physical id: 1
    bus info: pci@0000:00:01.0
    version: 09
    width: 32 bits
    clock: 33MHz
    capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:40 ioport:e000(size=4096) memory:f6000000-f70fffff ioport:e0000000(size=301989888)
    *-display UNCLAIMED
    description: VGA compatible controller
    product: NVIDIA Corporation
    vendor: NVIDIA Corporation
    physical id: 0
    bus info: pci@0000:01:00.0
    version: a1
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress vga_controller cap_list
    configuration: latency=0
    resources: memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:f7000000-f707ffff
    *-display
    description: VGA compatible controller
    product: 3rd Gen Core processor Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 09
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:45 memory:f7400000-f77fffff memory:d0000000-dfffffff ioport:f000(size=64)
    *-usb:0
    description: USB controller
    product: 7 Series/C210 Series Chipset Family USB xHCI Host Controller
    vendor: Intel Corporation
    physical id: 14
    bus info: pci@0000:00:14.0
    version: 04
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi xhci bus_master cap_list
    configuration: driver=xhci_hcd latency=0
    resources: irq:46 memory:f7900000-f790ffff
    *-communication
    description: Communication controller
    product: 7 Series/C210 Series Chipset Family MEI Controller #1
    vendor: Intel Corporation
    physical id: 16
    bus info: pci@0000:00:16.0
    version: 04
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi bus_master cap_list
    configuration: driver=mei latency=0
    resources: irq:43 memory:f791b000-f791b00f
    *-usb:1
    description: USB controller
    product: 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2
    vendor: Intel Corporation
    physical id: 1a
    bus info: pci@0000:00:1a.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci bus_master cap_list
    configuration: driver=ehci_hcd latency=0
    resources: irq:16 memory:f7918000-f79183ff
    *-multimedia
    description: Audio device
    product: 7 Series/C210 Series Chipset Family High Definition Audio Controller
    vendor: Intel Corporation
    physical id: 1b
    bus info: pci@0000:00:1b.0
    version: 04
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list
    configuration: driver=snd_hda_intel latency=0
    resources: irq:41 memory:f7910000-f7913fff
    *-pci:1
    description: PCI bridge
    product: 7 Series/C210 Series Chipset Family PCI Express Root Port 1
    vendor: Intel Corporation
    physical id: 1c
    bus info: pci@0000:00:1c.0
    version: c4
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:16
    *-pci:2
    description: PCI bridge
    product: 7 Series/C210 Series Chipset Family PCI Express Root Port 3
    vendor: Intel Corporation
    physical id: 1c.2
    bus info: pci@0000:00:1c.2
    version: c4
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:18 ioport:d000(size=4096) ioport:f2100000(size=1048576)
    *-network
    description: Ethernet interface
    product: RTL8111/8168B PCI Express Gigabit Ethernet controller
    vendor: Realtek Semiconductor Co., Ltd.
    physical id: 0
    bus info: pci@0000:03:00.0
    logical name: eth0
    version: 07
    serial: 00:6b:9e:03:62:f4
    size: 10Mbit/s
    capacity: 1Gbit/s
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
    resources: irq:44 ioport:d000(size=256) memory:f2104000-f2104fff memory:f2100000-f2103fff
    *-pci:3
    description: PCI bridge
    product: 7 Series/C210 Series Chipset Family PCI Express Root Port 6
    vendor: Intel Corporation
    physical id: 1c.5
    bus info: pci@0000:00:1c.5
    version: c4
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:17 memory:f7800000-f78fffff
    *-network
    description: Wireless interface
    product: AR9462 Wireless Network Adapter
    vendor: Atheros Communications Inc.
    physical id: 0
    bus info: pci@0000:04:00.0
    logical name: wlan0
    version: 01
    serial: 00:6b:9e:00:ab:6f
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
    configuration: broadcast=yes driver=ath9k driverversion=3.5.4-1-ARCH firmware=N/A ip=192.168.1.139 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
    resources: irq:17 memory:f7800000-f787ffff memory:f7880000-f788ffff
    *-usb:2
    description: USB controller
    product: 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1
    vendor: Intel Corporation
    physical id: 1d
    bus info: pci@0000:00:1d.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci bus_master cap_list
    configuration: driver=ehci_hcd latency=0
    resources: irq:23 memory:f7917000-f79173ff
    *-isa
    description: ISA bridge
    product: HM77 Express Chipset LPC Controller
    vendor: Intel Corporation
    physical id: 1f
    bus info: pci@0000:00:1f.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: isa bus_master cap_list
    configuration: driver=lpc_ich latency=0
    resources: irq:0
    *-storage
    description: RAID bus controller
    product: 82801 Mobile SATA Controller [RAID mode]
    vendor: Intel Corporation
    physical id: 1f.2
    bus info: pci@0000:00:1f.2
    version: 04
    width: 32 bits
    clock: 66MHz
    capabilities: storage msi pm bus_master cap_list
    configuration: driver=ahci latency=0
    resources: irq:42 ioport:f0b0(size=8) ioport:f0a0(size=4) ioport:f090(size=8) ioport:f080(size=4) ioport:f060(size=32) memory:f7916000-f79167ff
    *-serial UNCLAIMED
    description: SMBus
    product: 7 Series/C210 Series Chipset Family SMBus Controller
    vendor: Intel Corporation
    physical id: 1f.3
    bus info: pci@0000:00:1f.3
    version: 04
    width: 64 bits
    clock: 33MHz
    configuration: latency=0
    resources: memory:f7915000-f79150ff ioport:f040(size=32)
    *-scsi:0
    physical id: 1
    logical name: scsi0
    capabilities: emulated
    *-disk
    description: ATA Disk
    product: ST1000LM024 HN-M
    vendor: Seagate
    physical id: 0.0.0
    bus info: scsi@0:0.0.0
    logical name: /dev/sda
    version: 2AR1
    serial: S2R8J9CC612158
    size: 931GiB (1TB)
    capabilities: partitioned partitioned:dos
    configuration: ansiversion=5 sectorsize=4096 signature=0002dcaf
    *-volume:0
    description: EXT4 volume
    vendor: Linux
    physical id: 1
    bus info: scsi@0:0.0.0,1
    logical name: /dev/sda1
    logical name: /home
    version: 1.0
    serial: 86f08c55-b73d-4c19-a427-04c076aa2956
    size: 928GiB
    capacity: 928GiB
    capabilities: primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
    configuration: created=2012-09-29 11:54:11 filesystem=ext4 lastmountpoint=/home modified=2012-10-04 09:08:33 mount.fstype=ext4 mount.options=rw,relatime,data=ordered mounted=2012-10-04 09:08:33 state=mounted
    *-volume:1
    description: Linux swap volume
    physical id: 2
    bus info: scsi@0:0.0.0,2
    logical name: /dev/sda2
    version: 1
    serial: 839f0cea-c59f-4e7b-90e5-c28d3e2fcca4
    size: 3053MiB
    capacity: 3053MiB
    capabilities: primary nofs swap initialized
    configuration: filesystem=swap pagesize=4096
    *-scsi:1
    physical id: 2
    logical name: scsi1
    capabilities: emulated
    *-disk
    description: ATA Disk
    product: Toshiba THNSNW03
    vendor: Toshiba
    physical id: 0.0.0
    bus info: scsi@1:0.0.0
    logical name: /dev/sdb
    version: L041
    serial: 23RJ613KAFSK
    size: 29GiB (32GB)
    capabilities: partitioned partitioned:dos
    configuration: ansiversion=5 sectorsize=512 signature=00051de3
    *-volume
    description: Linux filesystem partition
    vendor: Linux
    physical id: 1
    bus info: scsi@1:0.0.0,1
    logical name: /dev/sdb1
    logical name: /
    version: 1.0
    serial: a9ba0f2f-aba4-47ae-b3bc-78ced3fb41d5
    size: 29GiB
    capacity: 29GiB
    capabilities: primary bootable extended_attributes large_files ext2 initialized
    configuration: filesystem=ext2 lastmountpoint=/ modified=2012-10-05 11:51:10 mount.fstype=ext2 mount.options=rw,relatime mounted=2012-10-04 09:08:33 state=mounted
    *-scsi:2
    physical id: 3
    bus info: usb@1:3
    logical name: scsi6
    capabilities: emulated scsi-host
    configuration: driver=usb-storage
    *-disk
    description: SCSI Disk
    physical id: 0.0.0
    bus info: scsi@6:0.0.0
    logical name: /dev/sdc
    size: 465GiB (500GB)
    capabilities: partitioned partitioned:dos
    configuration: sectorsize=512 signature=9c3c778f
    *-volume
    description: EXT3 volume
    vendor: Linux
    physical id: 1
    bus info: scsi@6:0.0.0,1
    logical name: /dev/sdc1
    logical name: /data
    version: 1.0
    serial: 334c8b3e-ab70-4702-81f1-0bd0ce6af1e9
    size: 465GiB
    capacity: 465GiB
    capabilities: primary bootable journaled extended_attributes large_files recover ext3 ext2 initialized
    configuration: created=2012-01-26 18:25:12 filesystem=ext3 lastmountpoint=/data modified=2012-10-04 10:24:08 mount.fstype=ext3 mount.options=rw,relatime,data=ordered mounted=2012-10-04 10:24:08 state=mounted
    lsmod
    Module Size Used by
    sg 25423 0
    udf 79515 1
    crc_itu_t 1363 1 udf
    loop 18160 2
    bbswitch 5042 0
    joydev 9991 0
    btusb 11892 0
    bluetooth 193532 2 btusb
    ums_realtek 7391 0
    snd_hda_codec_cirrus 17229 1
    uvcvideo 72339 0
    videobuf2_vmalloc 2468 1 uvcvideo
    videobuf2_memops 2246 1 videobuf2_vmalloc
    videobuf2_core 20575 1 uvcvideo
    videodev 100564 2 uvcvideo,videobuf2_core
    media 10405 2 uvcvideo,videodev
    microcode 12377 0
    aesni_intel 42907 2
    iTCO_wdt 5989 0
    aes_x86_64 7508 1 aesni_intel
    aes_generic 26138 2 aesni_intel,aes_x86_64
    ghash_clmulni_intel 4237 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    cryptd 8741 2 ghash_clmulni_intel,aesni_intel
    arc4 1410 2
    usb_storage 44760 2 ums_realtek
    mxm_wmi 1425 0
    uas 8823 0
    ath9k 93564 0
    ath9k_common 2096 1 ath9k
    snd_hda_intel 25700 4
    ath9k_hw 341950 2 ath9k_common,ath9k
    snd_hda_codec 97432 2 snd_hda_intel,snd_hda_codec_cirrus
    i915 473038 2
    snd_hwdep 6300 1 snd_hda_codec
    ath 15393 3 ath9k_common,ath9k,ath9k_hw
    kvm 363714 0
    mac80211 416391 1 ath9k
    i2c_algo_bit 5391 1 i915
    snd_pcm 74926 3 snd_hda_codec,snd_hda_intel
    coretemp 6006 0
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    drm_kms_helper 32749 1 i915
    snd_timer 18966 2 snd_pcm
    crc32c_intel 1987 0
    evdev 10266 12
    cfg80211 173210 3 ath,ath9k,mac80211
    snd 60021 12 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,snd_hda_codec_cirrus
    drm 220804 3 i915,drm_kms_helper
    r8169 51909 0
    rfkill 15604 3 cfg80211,bluetooth
    soundcore 5442 1 snd
    pcspkr 1899 0
    mei 32583 0
    intel_agp 11096 1 i915
    i2c_i801 8212 0
    lpc_ich 10545 0
    intel_gtt 14478 3 i915,intel_agp
    mfd_core 2833 1 lpc_ich
    i2c_core 20508 6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev
    mii 4123 1 r8169
    acpi_cpufreq 5933 0
    thermal 7959 0
    mperf 1267 1 acpi_cpufreq
    processor 27015 9 acpi_cpufreq
    wmi 8475 1 mxm_wmi
    video 11308 1 i915
    button 4502 1 i915
    vboxdrv 1823501 0
    ext4 438999 3
    crc16 1359 2 ext4,bluetooth
    jbd2 78720 1 ext4
    mbcache 5977 1 ext4
    sd_mod 29271 7
    hid_generic 1113 0
    usbhid 36812 0
    hid 85608 2 hid_generic,usbhid
    ehci_hcd 41058 0
    ahci 20549 3
    libahci 20023 1 ahci
    libata 167675 2 ahci,libahci
    scsi_mod 133152 5 sg,uas,usb_storage,libata,sd_mod
    xhci_hcd 84338 0
    usbcore 147434 8 uas,btusb,uvcvideo,ums_realtek,usb_storage,ehci_hcd,usbhid,xhci_hcd
    usb_common 954 1 usbcore

  • Different time in show clock and show calendar

    Hi all,
    I am having problem with figuring out how to adjust time between show calendar and show clock.
    Basically time difference between this commands is roughly 40 minutes.
    Please look on the screenshot:
    Also my router configurations is:
    ! No configuration change since last restart
    ! NVRAM config last updated at 05:26:42 GMT Mon Dec 8 2014
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname RtrPod1
    boot-start-marker
    boot system usbflash0:c2800nm-advipservicesk9-mz.124-24.T1.bin
    boot-end-marker
    logging message-counter syslog
    enable secret 5 $1$kABI$oyiPktODUDz4Ahdz7pCma0
    no aaa new-model
    clock timezone GMT 13
    clock summer-time GMT recurring
    clock calendar-valid
    no network-clock-participate wic 1
    network-clock-participate wic 2
    dot11 syslog
    ip source-route
    ip cef
    no ip dhcp use vrf connected
    ip dhcp excluded-address 10.110.0.1 10.110.0.10
    ip dhcp excluded-address 10.115.0.1 10.115.0.10
    ip dhcp pool Data
       network 10.110.0.0 255.255.255.0
       default-router 10.110.0.1
    ip dhcp pool Voice
       network 10.115.0.0 255.255.255.0
       default-router 10.115.0.1
       option 150 ip 10.115.0.1
    no ip domain lookup
    no ipv6 cef
    ntp server 192.189.54.33
    multilink bundle-name authenticated
    voice-card 0
    crypto pki trustpoint TP-self-signed-1408351535
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-1408351535
     revocation-check none
     rsakeypair TP-self-signed-1408351535
    crypto pki certificate chain TP-self-signed-1408351535
     certificate self-signed 01
      3082023F 308201A8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 31343038 33353135 3335301E 170D3134 31323037 31363236
      34325A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 34303833
      35313533 3530819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      81009EEF ADD1297E 7CD9BE3E 5BD3798D 10831172 0E025CB9 C7E57188 006DA7E1
      E7B1D9A9 73EC5C53 841413DE E3E4AECD BC80C3D1 CC6BA113 B91CC736 16AF1576
      F37F8437 C9577F4A 0AE72460 1E524E06 74E8DD39 E6952E1F 85547E71 1AD3DE5A
      6DCB12E9 BD953716 13B41148 320EC307 9E45B084 80D0591A E49E8AE2 D87C0716
      86430203 010001A3 67306530 0F060355 1D130101 FF040530 030101FF 30120603
      551D1104 0B300982 07527472 506F6431 301F0603 551D2304 18301680 14880D89
      51BCB633 B6F32385 71C9A39E 72149EAF 99301D06 03551D0E 04160414 880D8951
      BCB633B6 F3238571 C9A39E72 149EAF99 300D0609 2A864886 F70D0101 04050003
      8181001C 63A1BE6C BC96B738 05446ABC ACE19FBF 0054F6B5 100BA758 9A48FAF8
      34B65325 3A374B08 2D8919BF 09ED604F 2F1B7A33 C25CFC7E 6DD55DA6 02CD7E78
      4272ADF7 15158EDE 4A1115A9 06BBDA02 E65E5AC8 559103C4 98EF7371 20568663
      ADF16711 60F8C5E0 ECDB5321 B3ABB8D5 2F42F19E 07D65ADF BABCDE63 50B43773 87AD10
          quit
    username student privilege 15 secret 5 $1$o8qC$cxUuwRjEtfvasjtjfNZAv/
    archive
     log config
      hidekeys
    controller E1 0/1/0
    interface GigabitEthernet0/0
     no ip address
     duplex auto
     speed auto
    interface GigabitEthernet0/0.110
     description Data VLAN
     encapsulation dot1Q 110
     ip address 10.110.0.1 255.255.255.0
    interface GigabitEthernet0/0.111
     description Management VLAN
     encapsulation dot1Q 111
     ip address 10.111.0.1 255.255.255.0
    interface GigabitEthernet0/0.115
     description Voice VLAN
     encapsulation dot1Q 115
     ip address 10.115.0.1 255.255.255.0
    interface GigabitEthernet0/1
     ip address dhcp
     duplex auto
     speed auto
    interface Serial0/0/0
     no ip address
     shutdown
     clock rate 2000000
    interface BRI0/2/0
     no ip address
    interface BRI0/2/1
     no ip address
    interface Service-Engine1/0
     no ip address
     shutdown
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 192.168.15.1
    ip http server
    ip http authentication local
    ip http secure-server
    ip http path usbflash0:/gui
    tftp-server usbflash0:phone/7942-7962/apps42.8-4-1-23.sbn alias apps42.8-4-1-23.sbn
    tftp-server usbflash0:phone/7942-7962/cvm42sccp.8-4-1-23.sbn alias cvm42sccp.8-4-1-23.sbn
    tftp-server usbflash0:phone/7942-7962/jar42sccp.8-4-1-23.sbn alias jar42sccp.8-4-1-23.sbn
    tftp-server usbflash0:phone/7942-7962/cnu42.8-4-1-23.sbn alias cnu42.8-4-1-23.sbn
    tftp-server usbflash0:phone/7942-7962/dsp42.8-4-1-23.sbn alias dsp42.8-4-1-23.sbn
    tftp-server usbflash0:phone/7942-7962/term42.default.loads alias term42.default.loads
    tftp-server usbflash0:phone/7942-7962/term62.default.loads alias term62.default.loads
    tftp-server usbflash0:phone/7942-7962/SCCP42.8-4-2S.loads alias SCCP42.8-4-2S.loads
    tftp-server usbflash0:Desktops/320x196x4/big.png
    tftp-server usbflash0:Desktops/320x196x4/small.png
    tftp-server usbflash0:Desktops/320x196x4/List.xml
    tftp-server usbflash0:Ringtones/Analog2.raw
    tftp-server usbflash0:Ringtones/AreYouThere.raw
    tftp-server usbflash0:Ringtones/AreYouTheref.raw
    tftp-server usbflash0:Ringtones/Bass.raw
    tftp-server usbflash0:Ringtones/CallBack.raw
    tftp-server usbflash0:Ringtones/Classic1.raw
    tftp-server usbflash0:Ringtones/Classic2.raw
    tftp-server usbflash0:Ringtones/ClockShop.raw
    tftp-server usbflash0:Ringtones/Drums1.raw
    tftp-server usbflash0:Ringtones/Drums2.raw
    tftp-server usbflash0:Ringtones/FilmScore.raw
    tftp-server usbflash0:Ringtones/HarpSynth.raw
    tftp-server usbflash0:Ringtones/Jamaica.raw
    tftp-server usbflash0:Ringtones/KotoEffect.raw
    tftp-server usbflash0:Ringtones/MusicBox.raw
    tftp-server usbflash0:Ringtones/RingList.xml
    tftp-server usbflash0:Ringtones/DistinctiveRingList.xml
    tftp-server usbflash0:Ringtones/Piano1.raw
    tftp-server usbflash0:Ringtones/Piano2.raw
    tftp-server usbflash0:Ringtones/Pop.raw
    tftp-server usbflash0:Ringtones/Pulse1.raw
    tftp-server usbflash0:Ringtones/Ring1.raw
    tftp-server usbflash0:Ringtones/Ring2.raw
    tftp-server usbflash0:Ringtones/Ring3.raw
    tftp-server usbflash0:Ringtones/Ring4.raw
    tftp-server usbflash0:Ringtones/Ring5.raw
    tftp-server usbflash0:Ringtones/Ring6.raw
    tftp-server usbflash0:Ringtones/Ring7.raw
    tftp-server usbflash0:Ringtones/Sax1.raw
    tftp-server usbflash0:Ringtones/Sax2.raw
    tftp-server usbflash0:Ringtones/Chime.raw
    tftp-server usbflash0:Ringtones/Vibe.raw
    control-plane
    voice-port 0/2/0
    voice-port 0/2/1
    voice-port 0/3/0
    voice-port 0/3/1
    voice-port 2/0/0
    voice-port 2/0/1
    voice-port 2/0/2
    voice-port 2/0/3
    voice-port 2/0/4
    voice-port 2/0/5
    voice-port 2/0/6
    voice-port 2/0/7
     shutdown
    mgcp fax t38 ecm
    mgcp behavior g729-variants static-pt
    telephony-service
     max-ephones 5
     max-dn 10
     ip source-address 10.115.0.1 port 2000
     load 7962 SCCP42.8-4-2S
     max-conferences 8 gain -6
     web admin system name webadmin secret 5 $1$MafG$7vShhmB.Tlfy22rnE88BK1
     transfer-system full-consult
     create cnf-files version-stamp 7960 Dec 08 2014 05:26:39
    line con 0
     exec-timeout 120 0
     password cisco
     logging synchronous
     login
    line aux 0
    line 66
     no activation-character
     no exec
     transport preferred none
     transport input all
     transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
    line vty 0 4
     exec-timeout 120 0
     password cisco
     logging synchronous
     login local
     transport input telnet ssh
    line vty 5 15
     exec-timeout 120 0
     password cisco
     logging synchronous
     login local
     transport input telnet ssh
    scheduler allocate 20000 1000
    end
    And my switch configuration is:
    ! No configuration change since last restart
    version 12.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname SwPod1
    boot-start-marker
    boot-end-marker
    enable secret 5 $1$LDXy$1QdQ73kHv.8sQenQNMq19.
    no aaa new-model
    clock timezone GMT 13
    clock summer-time GMT recurring
    system mtu routing 1500
    authentication mac-move permit
    ip subnet-zero
    no ip domain-lookup
    crypto pki trustpoint TP-self-signed-2133227136
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-2133227136
     revocation-check none
     rsakeypair TP-self-signed-2133227136
    crypto pki certificate chain TP-self-signed-2133227136
     certificate self-signed 01
      3082023F 308201A8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 32313333 32323731 3336301E 170D3933 30333031 30303030
      35385A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 31333332
      32373133 3630819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100B71D E6CDD16E D6FEDB25 EC976368 7925A2F8 75EE3EF0 D4C371DA 4B5539BB
      E3A9552F DE35F37B 45A2C5C4 30FEF8D7 C3C5C489 C08C8A90 B415D331 F4653100
      DC1E0ECE D93B2BF5 339C7B3A D170B80A AFEE8DA9 A82263F9 6324F8FA 94BB253E
      7B0B45D6 81E39078 1607DED1 85C69650 AB7D7419 96604F65 D9204BC8 1BC259BB
      6D0B0203 010001A3 67306530 0F060355 1D130101 FF040530 030101FF 30120603
      551D1104 0B300982 07537750 6F64312E 301F0603 551D2304 18301680 14C16878
      2994DA55 82E0FAD0 046CED6D 0EBDA0EE AA301D06 03551D0E 04160414 C1687829
      94DA5582 E0FAD004 6CED6D0E BDA0EEAA 300D0609 2A864886 F70D0101 04050003
      81810090 C6829BAE 9B2A3A31 2A32C1FB AC7946E5 287A43B6 EC9F31D5 13296A2E
      1810E5EB 2503617C C4CCDF9D 421E2372 E94A8BFA D73AB361 46BF80E4 B2C3E828
      6DB62E7F DE5E0F6F B93A885E 3A5E13CA 6D95426C 9494C22D 005E8BC9 C6C012D5
      DF186CFB 194BC416 89566F98 0C21CC79 D477022C A4845D94 EE0FC299 7C7710C5 32F314
      quit
    spanning-tree mode pvst
    spanning-tree etherchannel guard misconfig
    spanning-tree extend system-id
    vlan internal allocation policy ascending
    interface FastEthernet0/1
     switchport trunk encapsulation dot1q
     switchport mode trunk
    interface FastEthernet0/2
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/3
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/4
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/5
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/6
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/7
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/8
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/9
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/10
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/11
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/12
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/13
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/14
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/15
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/16
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/17
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/18
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/19
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/20
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/21
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/22
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface FastEthernet0/23
     switchport trunk encapsulation dot1q
     switchport mode trunk
    interface FastEthernet0/24
     switchport access vlan 110
     switchport mode access
     switchport voice vlan 115
     spanning-tree portfast
    interface GigabitEthernet0/1
    interface GigabitEthernet0/2
    interface Vlan1
     no ip address
     shutdown
    interface Vlan111
     ip address 10.111.0.2 255.255.255.0
    ip default-gateway 10.111.0.1
    ip classless
    ip http server
    ip http secure-server
    ip sla enable reaction-alerts
    line con 0
     exec-timeout 120 0
     password cisco
     logging synchronous
     login
    line vty 0 4
     exec-timeout 120 0
     password cisco
     logging synchronous
     login
    line vty 5 15
     exec-timeout 120 0
     password cisco
     logging synchronous
     login
    ntp clock-period 36028575
    ntp server 10.110.0.1
    end
    Any help will be highly appreciated.

    Have you tried using "ntp update-calendar"?

Maybe you are looking for