QM Voice/Screen Upload

Hi All,
I have installed system CM7.1.3b+UCCX7.0.1SR5+QM2.7(2) and configuration QM for endpoint recording.
I've configured upload setting and QM workflow(I don't create archive workflow) and testing during off-peak hour but not the end of day in workflow.
but voice/screen don't upload to server.
Did I miss somthing in configuration?

Hi
If you look in this folder (may be sqm, not qm, can't remember... but definitely in common files) on the client PC:
C:\program files\cisco\common files\qm\recordings\daily
You should see three (two audio and one screen) recording for each call. If you don't then it's not recording.
If you do, then you should also see an XML file.
In that XML file is a date/time after which the recording will be uploaded - this is normally set to the end of your peak period for today. So if your peak ends at 8pm, nothing from today will upload until then. Recordings that don't upload after 8pm (i.e. because the PC was off, or there were too many to upload) will upload at a reduced rate during peak times.
Recordings from tomorrow will upload from 8pm tomorrow, and so on.
The exception to this is if you have Archiving enabled - if you try to play a call from today through that, the audio part ONLY is pulled from the client PC immediately for playback, bypassing the upload schedule.
Regards
Aaron
Please rate helpful posts...

Similar Messages

  • Voice Message Upload/Playback Error

    Hi,
    I purchased two numbers resently and tried to record a voice message with out any luck. The messages that I get are "Voice Message Upload Error" and  "Voice Message Playback Error".
    I've seen this posted again (problem in recording a voice message) while a solution was provided by "reseting to defaults greeting" and then trying to record the voice message again. I tried that but it didn't work for me. Any other ideas on how to fix this problem?
    My skype version is 7.6.0.103 and I am using Windows 7 32-bit.
    Regards,
    George

    Hello, For the past week I've received errors when trying to change my voicemail message.  I get voice message playback error and recording error.  And, when I get a voicemail. it won't allow playback immediately - it may be an hour before I can actually listen to it. From what I see, this is happening to others as well but I can find no solution.  Please help.

  • "Voice Message Upload Error" - creating a personal...

    HI Again!
    Just a note to ask if anyone at Skype can help with a tech issues. Just set up my shiny new number ( which isn't working yet!!) and then tried to set up Voicemail. Sometime I can record a VM but not play it back or save it and I'm getting messages like;
    "Voice Message Upload Error" and "Voice Message Playback Error"
    Seems Skype and I have got off on a bad start!!!!!!! Help appreciated and I've been trying this for an hour and no luck at all!
    Thanks
    Sarah

    I had the exact same problem, and I was looking for help, but couldn't find any.
    It was very frustrating not being able to record a personalized voicemail greeting because the default greeting sounds very unfriendly. (A stern sounding woman declares: "The party you are trying to reach is NOT available!") It doesn't even tell callers what number they reached so they might be left wondering if they reached the right number.
    Anyway...I hit on an idea and tried it out, and it worked!
    One of the buttons has two sets of arrows going round and round. That's the button to reset the voicemail to the default greeting. You wouldn't think to click that to record a personalized greeting, but I went ahead and clicked that button, and it asked me if I was sure I wanted to reset it to the default greeting. On a hunch, I selected the option for yes. After I did that, suddenly I was able to record a voicemail greeting! (Press the red circle to record, press it again to stop the recording, and press the green arrow to play it back and see how it sounds.)
    I hope this helps someone out there.

  • How to make full screen upload to youtube

    I shoot in 16:9 on the canon t3i, however when I upload my videos to YouTube there is a black bar on the left and right. The canon team said there should be a setting in premiere to make my videos full screen. please help! than

    If your sequence matches your footage  eg  16:9 HD and you export using the Youtube preset H264... it should be full screen in all displays.
    Please select scale to fill option in the source scaling option in Export window.
    Maybe... but I am not sure if thats a solution for a Sequence mismatch or not.
    Best to set up correctly first and then see.

  • Screen Uploading Help Required

    Hi,
    I have downloaded a screen from ECC 5 version and i am uploding it to ECC 6.0 and it is giving an error that ur file doesnot contain screen.
    I have downloaded a screen from ECC6 and uploaded it again to same server but it lets me do it. Can anyone please help out what changes i have to do to upload the screen.
    Thanks,

    Hi,
    select-options:so_matnr type mara-matnr .
    initialization.
    clear: so_matnr[],so_matnr.
    so_matnr-low = 'ABC'.
    so_matnr-high = 'EFG'.
    append so_matnr.

  • Audio  / voice files sped up

    I record interviews on a digital voice recorder, upload to mac, over to GB but they come out sounding like chipmunks on speed? when trying to create mp3 in itunes I get the error code -39 from core audio driver. normally when I import from itunes to GB it loads the file then converts. Now it's not converting. What do I do?
    Thanks

    the motoworld wrote:
    they come out sounding like chipmunks on speed?
    http://www.bulletsandbones.com/GB/GBFAQ.html#toofast
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    when trying to create mp3 in itunes I get the error code -39
    the file is damaged, and not something you can repair, i'm afraid

  • Upload / download gui-status/dynpro when function group

    Hi All,
    I'm coding a program where I can download and upload reports and module pools but I tried to do the same with function groups and I found It is different to upload dynpro and gui staus when the objet to generate is a function group.
    Could anyone help me a little in order to complete and finish this issue?
    Below is shown the routines I coding in order to achive that:
    For gui-status uploading I use:
    CALL FUNCTION 'RS_CUA_INTERNAL_WRITE'
        EXPORTING
          program   = prog
          language  = sy-langu
          tr_key    = tr_key
          adm       = adm4
        TABLES
          sta       = sta4
          fun       = fun4
          men       = men4
          mtx       = mtx4
          act       = act4
          but       = but4
          pfk       = pfk4
          set       = set4
          doc       = doc4
          tit       = tit4
          biv       = biv46c
        EXCEPTIONS
          not_found = 1
          OTHERS    = 2.
    For screen uploading I use:
    GENERATE DYNPRO gs_d020s gt_d021s gt_d022s gt_d023s  ID dynp_id
                          MESSAGE mess  LINE line   WORD    word.
        IF sy-subrc = 0.
          EXPORT DYNPRO gs_d020s gt_d021s gt_d022s gt_d023s  ID dynp_id.
        ENDIF.
    But both options don't work when uploading function groups
    Regards...
    Edited by: Rob Burbank on Jun 1, 2011 11:58 AM
    Edited by: Kenneth Castañeda on Jun 2, 2011 7:31 PM
    Edited by: Kenneth Castañeda on Jun 2, 2011 7:34 PM

    Hi Kenneth,
    sorry, it is really not obvious that [there is a link behind zsaplink|http://code.google.com/p/saplink/].
    From the link:
    "SAPlink is an open source project that aims to make it easier to share ABAP developments between programmers. It provides the ability to easily distribute and package custom objects."
    This software allows you to up- and download all kinds of SAP objects. It is distributed under the GNU General Public License.
    I think this is exactly what you are looking for - or I did not understand your question.
    Regards,
    Clemens

  • Record user voice, inform if they are in tune

    Hi,
    I am not a Flash professional by any means. In fact, I have
    very little experience. I have a client that would like to design
    software that would allow the user to sing into their computer
    microphone and tell them if they are in tune or not (and what note
    they are singing).
    I have been browsing for a couple of hours and have found a
    few snippets on recording voice and uploading, but I have not been
    able to find anything of this kind.
    1) Is this even possible? It needs to operate from the web
    and be very fast and responsive.
    2) Where do I start as far as resources go?
    Thanks!
    Alex

    ok, after chattting with LIVE SUPPORT i've discovered {module_isloggedin}
    now i just need to integrate it into my Online Store modules!

  • Encounter Problem when upload Data for T-Code CJ92

    Dear All,
    I want to upload Standard WBS element through transaction code CJ92.  I am encountering a problem when I want to upload more than 13 Standard WBS for a project using recording (SHDB). 
    I have also tried to upload data through BAPI u201CBAPI_BUS2054_CREATE_MULTIu201D but this BAPI didnu2019t work for standard WBS.
    Please provide me a solution to upload Standard WBS (CJ92).

    Thanks Shyam,
    But this BAPI "BAPI_PROJECT_MAINTAIN" works only for operative WBS and I want to upload Standard WBS.  The T-Code to create Standard WBS is CJ92. The screen upload can't be possible due to screen limitations.
    Please provide me any solution to upload Standard WBS.
    regards,
    Saif

  • Linksys WRP400 Voice Configuration

    Hi.
    I've just purchased a Linksys WRP400 Wireless-G Broadband Router with 2 phone ports (to replace a Billion voip wireless router which has ceased to function). I'm having trouble trying to work out how to set up the voip connection to my voip provider. Firstly, I can't login into the voice screens. On first attempt at configuring the router I could see the voice screens, but couldn't see anywhere to enter the sip web address - I saw the user password box and keyed one in thinking I needed to change it from the default to unlock some additional screens. Now, when I try to view the voice screens I just get prompted for a user name and password where I've entered "admin" and the password I entered previously - which are rejected. I've since reset the device to the factory defaults but I still get prompted for the user name and password. I enter "admin"/"admin" but it still fails to get any further. I've looked in the online user guide hoping it might tell me how to reset this password but couldn't find anything. The user guide talks about entering a voice user name and password supplied by my service provider? I'm confused by this - is it talking about my broadband internet provider? My internet provider is not my voip provider. My voip provider has given me an account, user id and password, but how is the device going to confirm these details without being told the sip details? I thought the Billion config was complicated and I was hoping this device might be much simpler - but not so far. Any help would be greatly appreciated!!!!
    AllanK

    Clearly this is too late to help you, but since this is showing up on Google and there are about a thousand views, this answer might be helpful to another.
    Once you access the Voice Admin menu and provision your device for your VoIP provider, access to the Voice menu is subsequently "Locked". 
    Your VoiP provider's system has set a new unique password for the Voice menu once the provisioned device has synced with your providers system.
    You should be able to get that password from the control panel on you VoIP account profile under "equipment" or a call to support or an e-mail request should garner the password.
    The Login will be "admin" and the password provided will get you back into Voice menu system.
    You will also need this password if you want to reset the Voice features back to factory defaults.  Because of this system it appears that a WRP400 cannot be unlocked by merely using the reset button. 

  • Own voice app does not work when using Maps-N8

    I've recorded my own voice and uploaded it in Nokia Maps. Own Voice is found in the list of available languages but still after choosing it, all I get is a female chinese voice. I want to hear my own beautiful voice but how??

    Have you tried deleting the voice catalogue file from the Maps folder?
    Go to the File manager and browse your memory card to cities\diskcache\voices -folder, and delete voice_catalog file.
    After that turn Maps application "Online" and check the voice catalogue again from Settings > Navigation.
    Happy to have helped forum with a Support Ratio = 42.5

  • Error creating voice message greeting

    I tested my Skype number by calling myself and it only rang and rang. I just verified my settings which have voice messaging enabled. I haven't recorded a greeting and when I try I get "error creating voice message greeting" pop up. 
    Is the lack of a recorded greeting what is keeping voice messaging from working? 
    How do I fix the error to record my greeting? 
    I'm using Windows 8 and Chrome browser. 
    Thanks. 

    djloum wrote:
    Since the last "update", (screw-up?), I get "voice message upload error" and "voice message playback error" incessantly.  ONCE it allowed a custom message upload, but, for a 10-sec greeting it loaded a 3 MINUTE silence.  Returning to the "default" greeting causes the same errors.  Yes, I checked all my drivers and YES, I "tried turning it off and on again".
    Please, run the DirectX diagnostics tool (32-bit). Run dxdiag.exe (Start - Run or Win key +R) then press enter or click "OK". Once the diagnostics completes, "Save All information..." to a text file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.
    (i.e. compress DxDiag.txt ---> DxDiag.zip)
    Even it the log says everything is "OK" it will still help me determine any possible solutions.

  • Error on viewing an uploaded Xdo file of a converted XML report

    1. Report converted from XML to BI publisher following the steps mentioned in the Oracle® Business Intelligence New Features Guide
    Release 10.1.3.4.1
    2. Uploaded the generated xdo file from the BI publisher screen "Upload a Report" option
    3. The upload is successful. But when the report is clicked for viewing, it displays the error
    "The report cannot be rendered because of an error, please contact the administrator"
    "oracle.apps.xdo.dataengine.Parameter.getParameterDataType()I"
    4. I set the debug level in the System Maintenance -> Server Configuration-> debug level option of the Admin Tab and bounced the OC4J
    5. The following error displayed in the OC4J start screen
    [030310_033043195][][STATEMENT] Setting JDBC Connections..
    [030310_033043632][][EXCEPTION] java.lang.NoSuchMethodError: oracle.apps.xdo.dat
    aengine.Parameter.getParameterDataType()I
    Could someone help me out?
    Thanks
    Subu

    Hello Tim / Experts,
    Running EBS report in BI publisher
    Followed the steps mentioned in the Standard Oracle docs/guides:
    1.     Change the output format of the report in concurrent program definition to produce XML output
    2.     Create the Data Definition by registering the concurrent program shortname in the Data definition of BI publisher
    3.     Create RTF template
    4.     Upload RTF template into the template manager of BI publisher to display the output from the concurrent request.
    The step3 to create the RTF template has not been given much coverage in any of the oracle docs/guides
    The requirement is for the RTF to have the same layout as the original rdf so that it displays the output in the same fashion. In order to produce the rtf file followed the steps below:
    Converting Reports from Oracle Reports to Oracle BI Publisher
    1.     Saved the 6i RDF report in 10g report builder
    2.     From the Tools menu and File conversion sub-menu, converted the report in XML format
    3.     Ran the conversion script, with the input file as the XML file saved above
    java.exe -classpath ……………………\xdocore.jar; ……………………\collections.jar; ……………………\aolj.jar; ……………………\xmlparserv2-904.jar oracle.apps.xdo.rdfparser.BIPBatchConversion -source ……………………\input -target ……………………\output -debug
    4.     The conversion script above produced the following outputs:
    •     Report definition file REPORT.xdo
    •     DataTemplate REPORT_template.xml
    •     PL/SQL package specification REPORTS.pls
    •     PL/SQL package REPORTB.pls
    •     RTF Layout Template REPORT.rtf
    •     Log file REPORT.log
    5.     The RTF Layout Template REPORT.rtf had field orientation changed from horizontal to vertical i.e. the fields in the original report were in one straight horizontal line, whereas the converted report output rtf had all these fields arranged in a vertical fashion
    6.     Compiled the packages into database
    7.     Uploaded the REPORT.rtf of steps 5 into the template manager of BI publisher
    8.     Ran the concurrent request
    The report failed with warnings, not surprising since the layout was disoriented
    Queries:
    1)     Which is the easiest method of producing the RTF template (that has an identical layout of the rdf report) ? Any document which explains all this ?
    2)     Steps to create the RTF template
    3)     To attach format triggers and other things which are not supported by conversion tool ?
    Thanks
    Anupam

  • Playback

    Hi all, firs time user. I have a problem i need solving and hope that somone can help me. i am using fcp 7 working with multiple layers and composite modes. The problem is  when i play a layerd  clip on the canvas the playback is much lighter then when when it is on "pause". It's the same way although clip is rendered or if its in safe and unlimited RT, and although i pull qualaty back. Is there a solution?
    Kind regards.

    Download QuickTime 7, in the preferences, way at the bottom, click "enable FCS color compatibility"...
    As to this solving anything, neither are 100% accurate in showing what your video will look like on a TV, say if meant to be broadcast... If you will be uploading to the web, and want to see what it looks like on YOUR screen, upload it. But everyone's screen is different... A good way to get an idea if your footage is actually accurate is to learn how to read the Vector Scopes in FCP. They are not 100% accurate either, but better than nothing.
    As to how to post a screen shot:

  • What's differences between camera roll and photostream?

    what's differences between camera roll and photostream files?

    Camera Roll is all photos & videos taken directly with the device, including screenshots, and also any images saved from a text message, email or website.
    Photostream is a service that, after you've taken such a photo, after you close out the Camera app (or switch to a different app or your home screen), uploads a copy of that photo via wi-fi to your iCloud Photostream account. 
    Camera Roll photos are saved until you delete them.
    Photostream photos will remain in Photostream for 30 days minimum.  After that, they will be automatically purged from the system.  If there are photos in your Photostream that you would like to save permanently, copy them to your iPhone's Camera Roll, or download them to your computer using the iCloud Control Panel.

Maybe you are looking for

  • ICloud drive Photo Library not showing in finder

    Although I can see my various folders (Keynote, Pages etc) in iCloud Drive in the finder in my Macbook, I can't see my Photo Library, it's there because I can see it in a browser and my iPhone. Very frustrating. (Yosemite and iOS 8.1)

  • My iPad was stolen any one know how I can trace it using PC?

    I found an App on the site, but it's not compatible with PC.  I have an iCloud account

  • SAP ISU Schedule Records creation

    Hi Experts, We are now approaching a phase in our project where we need to create NEW Schedule Records for coming years. SAP Default setting restricts upper limit for Schedule record creation as seven years but I know that we can over-ride that also.

  • Not able to decode barcode in adobe livecycle ES2

    Hi, I have configured a Live cycle barcode form service to decode a barcode from TIFF file. It will decode the result in TEXT file.The Version used is Adobe LiveCycle 9.0. I am getting some Tiff files through fax channel. But my barcode decoder servi

  • Oracle lite examples on symbian phone

    As i have some guide from Oracle,I want Oracle lite examples on symbian phone.Presently i am using as IDE -Carbide c++ and SDK 3rd MR edition But As oracle supports VC++ Or VC.net .I require some examples code , from which i can understand. Regards C