Problem in using expr in audio tag - UCCX 8.5

We are using voice browser step in CCX editor to invoke a voice xml file. In the voice xml, if we play back an audio using following script it is working well
<prompt>
        <audio src="Transfer.wav">Please hold while I transfer the call</audio>
</prompt>
Whereas, if we use “expr” in audio, the prompt is not played back and we are not getting any error message. When we are using in expr in audio it is not playing TTS prompt as well.
<block>
            <var name = “TransferAudio”  expr="'Transfer.wav'"/>
<prompt>
           <audio expr="TransferAudio">Please hold while I transfer the call</audio>
</prompt>
</block>
We also looked at voicexml.dtd and this was tested in Version of UCCX : 8.5.1.10000-37 and also in UCCX: 7.01(1)
Kindly help us to resolve this issue.
Thanks!
-Sethu

Has this issue been resolved by anyone?

Similar Messages

  • Has anyone had problems with using IMic USB audio system

    I checked the Griffin Technology page which says this is supported in 10.4 and nothing about 10.5 but it uses Apple's drivers, so no software is needed from Griffin.
    I seems to require a reboot to get it working everytime it quits working.

    There are at least 2 of us here in this other thread with iMic issues:
    http://discussions.apple.com/thread.jspa?threadID=1199722&tstart=0
    I can get mine to come back to life by unplugging it from my USB hub and plugging it back in without rebooting the Mac. Problems started with Leopard and the iMic worked find in Tiger....
    cheers!
    s.

  • Problem in using the f:attribute tag in JSF

    when I am trying to loop the JSF using the JSTL tag <c:foreach> I am getting the value as "Error:form_id0" .cold any one help me please

    Now with Unified EL - JSTL and JSF tags are supposed to work on one page.
    If you want to use Unified EL you need
    1) A container that is built on Servlet 2.5 / JSP 2.1 , and example of such a container is Tomcat 6.x
    2) Probably need to upgrade to JSTL 1.2 , and JSF 1.2
    3) If you're upgrading the container to Servlet 2.5 then web.xml should conform to Servlet 2.5 version.
    4) Use correct taglib URIs for JSTL 1.2 and JSF 1.2
    Read here: Summary of new features in JSP 2.1
    http://java.sun.com/developer/technicalArticles/J2EE/jsp_21/index.html
    JSP 2.1 Technology and JSF 1.2 Technology
    http://java.sun.com/developer/community/chat/JavaLive/2004/jl1207.html
    http://java.sun.com/products/jsp/index.jsp
    Message was edited by:
    appy77

  • Using expressions in jsf tags

    I have a problem with using expressions in jsf tags! I know this
    topic was discussed before but it doesn`t work.
    I want to use the following jsf-code:
    <h:panel_data id="tab" var="vari" modelReference="Bean.varis">
    <h:output_text id="Id" modelReference="vari.id"/>
    <h:command_hyperlink id="hyper" href="next.jsp" label="Detail">
    <f:parameter id="Param1" name="id" value="vari.id"/>
    </h:command_hyperlink>
    </h:panel_data>
    The value of the parameter should have the value of vari.id!! Why doesn`t it work?? I also tried to use value="${vari.id}" and value=<%= vari.id %>.
    I have also changed the jsf_core.tld from
         <rtexprvalue>false</rtexprvalue>
    to
         <rtexprvalue>true</rtexprvalue>
    Does anybody know what to do? Where should the .tld-files be localized when i deploy the webapplication??

    On May 19th, 2003 HydraD == "HD" wrote:
    HD> I have a problem with using expressions in jsf tags! I
    HD> know this
    HD> topic was discussed before but it doesn`t work.
    HD>
    HD> I want to use the following jsf-code:
    HD>
    HD> <h:panel_data id="tab" var="vari" modelReference="Bean.varis">
    HD> <h:output_text id="Id" modelReference="vari.id"/>
    HD> ...
    HD> <h:command_hyperlink id="hyper" href="next.jsp" label="Detail">
    HD> <f:parameter id="Param1" name="id" value="vari.id"/>
    HD> </h:command_hyperlink>
    HD> </h:panel_data>
    HD>
    HD> The value of the parameter should have the value of
    HD> vari.id!! Why doesn`t it work?? I also tried to use
    HD> value="${vari.id}" and value=<%= vari.id %>.
    HD>
    HD> I have also changed the jsf_core.tld from
    HD>      <rtexprvalue>false</rtexprvalue>
    HD> to
    HD>      <rtexprvalue>true</rtexprvalue>
    HD>
    HD> Does anybody know what to do? Where should the
    HD> .tld-files be localized when i deploy the
    HD> webapplication??
    If you want your parameter's value to be pulled from the model, you must
    use modelReference instead of value. Try that and see if it works.
    Ed

  • Play() method not implemented HTML5 audio  tag?

    Hello,
    I am trying to play a sound using the HTML5 audio-tag and Adobe Air SDK 2.5.
    This is part of the HTML5 code:
        <audio preload="auto" id="myTone">
            <source src="test.mp3">
            <source src="test.ogg">
        </audio>
    And from javascript I do:
        a = document.getElementById("myTone");
        a.play();
    Unfortunately, that doesn't work. I get this error message in the console window:
        TypeError: Result of expression 'a.play' [undefined] is not a function.
    However, when I run this code directly in Firefox 3.6.11 on my Windows XP machine, it works.
    Dito in Safari 3.2.1 on my Mac OS 10.5.6 computer.
    So apparantly, not all methods and events of the audio-tag are implemented in the Adobe AIR environment.
    Is this by design? Or is it a bug?
    I know there is another way to play sounds (I read Jeff Swartz' article - http://www.adobe.com/devnet/air/ajax/quickstart/articles/sound_in_html.html). But I think a pure HTML5 solution would be cleaner.
    Who can provide more info about this issue?
    Many thanks.
    Jay

    Hi there,
    same issue here.
    A workaround, far from perfect, is to request the base64 encoded data using an Ajax call
    and set the src attribute of the audio element to 'data:audio/mpeg;base64,' + base64encodedaudio.
    Regards

  • Audio tag problem in latest stable version of firefox (3.6.7 & 3.6.8)

    navigate to this html game using audio tags. With sound on (default you will hear background music) click on logo, on next screen click on a number and a (found) sound will play. click on a non number and a (wrong) sound should play. The wrong sound never plays in firefox v3.6.7 or v3.6.8. Note it is working correctly in firefox 4 beta 1.
    http://homepage.ntlworld.com/infinnerty/attic/index.html
    == URL of affected sites ==
    http://homepage.ntlworld.com/infinnerty/attic/index.html

    I've reverted back to 3.6.6 until they fix the problem. I'm guessing its something to do with the webm stuff as that is in both 3.6.7 and 3.6.8.
    Maybe v4 will solve everything...

  • I updated to OS X Mavericks and now trying to run Logic Pro X on a MacBook Pro mid-2009, using an M-Audio Axiom 49 and an M-Audio Fast Track Pro... Logic keeps telling me that Mac OS X MIDI Services are not available... How do I solve this problem?

    I updated to OS X Mavericks and now trying to run Logic Pro X on a MacBook Pro mid-2009, using an M-Audio Axiom 49 and an M-Audio Fast Track Pro... Logic keeps telling me that Mac OS X MIDI Services are not available... How do I solve this problem?

    I just checked to see if the update to OS X Yosemite 10.10.1 solved any of the issues outlined in my previous post, and to my dismay, nothing has changed -- all of the previous problems persist.
    My iMac (8) -- it's renamed itself eight times since the recent troubleshoot with the Apple tech rep -- shows up as a shared device in Finder on my MacBook Pro, but when I click on it, I cannot establish a connection using "Connect As".  So I've attempted to connect using the menu "Go/Connect to Server...", using both (alternately) the iMac's name and IP address, to no avail.  I get a message which reads: "There was a problem connecting to the server 'Peter's iMac (8)'. This server may not exist or it is unavailable at this time.  Check the server name or IP address, check your network connection, and then try again."
    Here's what I know:
    The server -- Peter's iMac (8) does exist;
    The server -- Peter's iMac (8) is available at this time;
    The server name -- Peter's iMac (8) -- is correct, as specified in the system sharing preferences;
    The server IP address is correct, as specified in the system sharing preferences;
    The network connection is active when I attempt to connect.
    I'm convinced the problems stem directly from the OS X Yosemite update.  None of this was ever remotely an issue in the previous OS X's -- any of them.  This is maddening!  What can be done?  Apple?? Anyone???

  • AUDIO PROBLEM WHILE USING OR ALONG WITH WEBCAM

    Hi friends,
    SUBJECT : AUDIO PROBLEM WHILE USING OR ALONG WITH WEBCAM
    I'm not getting any sound while using web-cam.
    I tried recording my voice , and played.. i can see my video but audio
    Do we have any settings where i need to cross-check to make sure that everything being turned-on ?
    My laptop details:-
    HP Pavilion dv6 laptop
    Operating system Installed - Windows 7
    Can someone help me with this?
    Thanks
    kiran

    Hi,
    not sure if coincidence or the same question, but the same question got asked internally. The seeded option is required to get the OJSP filter installed. Here's the internal response
    ADF View integration with MDS not configured
    In web.xml, you need to have mds-ojsp intg enabled to load jspx base + customizations from MDS. In your web project in Jdev, go to ADFv project properties and select “Seeded customization” property. It would enable mds-jsp engine configuration in web.xml. If you want to use user personalization feature at runtime, you would need to select “User customization” property as well which would enable ADFv change persistence config in web.xml.
    Warning: Some of the metadata under ... is packaged as part of both WAR and MAR. This metadata cannot be accessed from WAR using MDS.
    For these two packages, you are including the files in both WAR & MAR. This warning conveys that since these base files are being put in MAR, at runtime they would be read from mds repository & not from WAR.
    Frank

  • Problem while using h:selectOneMenu tag

    Hello All,
    I am facing a problem while using the <h:selectOneMenu in my JSP.
    My requirement is as below,
    I am having a list of manager in the select box.
    User will select any of the manager and click a command link to assign the manager.
    On click of this command link backerbean method should be invoked.
    My problem is,
    I am able to display the list box without any problem.
    But Once I select any value from the list box the command link is not working.
    That is click on the command link is not invoking the backer bean method.
    My code look as below,
    JSP
    <td>                 
    <h:selectOneMenu value="#pc_EmployeeDetailsView.assignedMgrPositionId}" id="assignedMgrPositionId" style="width: 170px">
    <f:selectItems value="#{pc_EmployeeDetailsView.managerList}" />
    </h:selectOneMenu>
    </td><td>�</td>
    <td><h:commandLink action="#pc_EmployeeDetailsView.assignManager}" onmousedown="setEditAction('assign');">
    <h:outputText value="Assign"></h:outputText>
    </h:commandLink></td>Backer Bean
         SelectItem managerSelectItem =  new SelectItem("0","Select Manager");
         ArrayList managerSelectItemList = new ArrayList(); 
         managerSelectItemList.add(managerSelectItem);
         int managerListSize = managerSearchList.size();
         for (int i=0; i<managerListSize; i++) {
              Employee manager = (Employee) managerSearchList.get(i);
              managerSelectItem =  new SelectItem(StringUtils.isNotEmpty(manager.getOrgInfo().getPositionNumber())?manager.getOrgInfo().getPositionNumber():"",StringUtils.isNotEmpty(manager.getFullDisplayName())?manager.getFullDisplayName():"");
              managerSelectItemList.add(managerSelectItem);
         setManagerList(managerSelectItemList);Please help me on this.
    Thanks In Advance

    I have solved this problem by putting the list in portlet session and allowing the get method to get the SelectItem from the session

  • HTML 5 audio tag not working in FF

    I am developing a website in asp.net and html 5 and trying to add some audio to the site.
    My site is:
    http://www.kevinroseworld.com/music.aspx/
    It is, currently, a very simple set up, just the one song. It works fine in Chrome and Safari, IE does not support the Audio tag and the message appears where it is supposed to, however, Firefox does not display the error message or play the audio file.
    I started using FF 3.6.10 and have now upgraded to FF 4 Beta 6 and neither version works.
    Any advice as to how to fix this?
    I also had a look on other forums and found others with the same problem: http://www.manifestmusicproductions.com/soundsNonflash.php for example, works in Chrome/Safari but not in FF.

    well for anyone else.
    my html was fine. in fact the server nginx was returning the wrong content-type and so i had to add the MIME types into my nginx config file.

  • No volume control for audio tag in Firefox 5

    So this is the problem - after I installed Firefox 5, '''volume control''' for '''audio''' tag stopped showing when I move mouse pointer over the mute control. I have all other controls visible - pause/play and mute, but not the volume control.
    This occurs only when I use audio tag. If I open pure .ogg or .oga file in FF5, everything is fine, but that's not usable for me since I need to have audio embedded in my web page.
    Video tag is working well.
    Is there anything I can do to fix this (without having to code volume control in JavaScript)?

    K? No it's not perfectly normal. The software volume control should be done by the Window/Creative sound drivers BEFORE it is sent to the DDL/DTS encoder driver.
    Today I found that I do now have limited volume control. However the Master/Device/Speakers volume still does not work, nor does the mute. However the individual applications in the win7 volume mixer work fine to control volume, but having to adjust these gets tidious.
    I have no idea if this just suddlenly started working, I just missed it before, or if the webcam with its audio mic driver I just installed did something to it. But at least I do have some way to control volume now within windows. Now if only I can get the master slider to work. Anyone have any ideas? I found one other post on here where someone else was complaining about this very same problem with DDL.

  • I cant play audio only mp4 or mp3 file with audio tag in firefox...how to tackle this?

    In my web application m trying to play audio only mpeg 4 or mp3 files.I m using HTML5 <audio> tag to accomplish this,it smoothly working in chrome but not in firefox.Why this basic support not avail in Firefox??
    Note: I read about some patent issues with mp4 and mp3 but i wonder why chrome browser can play those files.

    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.
    Does this solve the problem? Let us know.

  • Unable to select 'Use Phone for audio calls' on Cisco Jabber Client 9.6 for Windows

    Hi,
    I have recently deployed Cisco Presence Server and integrated with Call Manager 9.1.2. I have successfully deplyed 6700 users on IM & Presence. Some of the users requested for Cisco Jabber with phone control.
    I have added CFS client on the Call Manager and associated it with the same extension numbers from their desk phones. I am currently able to make audio and video calls for these specific users. I am currently using Cisco Jabber Client 9.6 for windows. I have users both daisy chained to their desk phones and who are not. Can you please confirm if it does make any difference.
    Problem Faced -
    I am not able to use to option use phone for audio calls. The phone comes down with a cross sign on it. At the same time Cisco Jabber by default uses the client and it works as expected.
    Can you please let me know if any of you guys have faced a similar issue.
    Please let me know if you need any information regading the configuration used.
    Looking forward for your valuable comments.
    Thank you.
    Regards,
    Joseph Chirayath.

    Hi Will,
    I am attaching the screen shot for the END USER on CUCM 9.X that has been configured on Cisco Jabber.
    Please do let me know if you need any further information.
    Thank you.

  • How do I get my HTML5 audio tag to work in Firefox 7.0.1, currently it doesn't even display the alternate text when the player cannot play.

    This is my implementation of the audio tag.
    <pre><nowiki><div class="music_player" oncontextmenu="return false;">
    <audio autoplay="autoplay" controls="controls" preload="auto">
    <source src="sample.ogg" />
    <source src="sample.mp3" />
    <span id="audio_error">This website has an audio sample, but cannot play using this browser.
    </span>
    </audio>
    </div></nowiki></pre>

    Make sure that the server sends the ogg file with a supported MIME type.
    * https://developer.mozilla.org/En/Media_formats_supported_by_the_audio_and_video_elements
    * https://developer.mozilla.org/en/Configuring_servers_for_Ogg_media

  • Problem running a FW 400 audio interface at same time as FW 800 drives

    I recently installed snow leopard (10.6.2) on a macbook pro 2.4 core duo. I have a couple firewire 800 drives connected. I ran into problems when I hooked up my audio interface to the firewire 400 port. I have the same problem with 2 different audio interfaces - Presonus Firebox and M-Audio Firewire Solo. Basically they refuse to work unless i unplug the firewire 800 drives. I found this information on M-Audio's website:
    "Computers that have both a FireWire 400 and a FireWire 800 port may be sharing the same FireWire bus internally. When using both, the 400 and the 800 port at the same time, you may experience problems like audio drop outs or loss of connection to the M-Audio FireWire interface. There's a variety of possible reasons for this including but not limited to bandwidth limitations, clocking issues (400/800) and bus master problems with the devices connected to both ports. M-Audio recommends using the M-Audio FireWire audio interface on the computers original FireWire port while adding a separate FireWire interface card (with a Texas Instruments chipset) to the system (PCI, PCIe, ExpressCard, or PCMCIA). Connect any third party FireWire 800 devices to the added FireWire interface card. If your computer does not have expansion slots for a separate FireWire interface card there are 2 possible alternatives: If your external hard drive has FW400 connectivity, you can daisy chain the hard drive to the 2nd FireWire port* (if available) on your M-Audio Device. If your external hard drive has USB 2.0 connectivity, you can connect the hard drive to a USB 2.0 port on the computer"
    This is exactly my problem. The audio interfaces work fine when hooked up to FW 400 port as long as no FW 800 devices are connected. It appears that my only solution is to buy a secondary FW interface card. However, I would like to know if there is a fix on the Apple side of this.
    (note: I did not have this issue on my G5 running OS 10.4x, which is what I was on before I switched to this new laptop setup - the laptop is a 2007)
    Anyone else have this issue, or know about a fix for it from Apple?

    Thanks for that info, but that is not the problem. Obviously the first thing I did was check the FW cables and connections and shut down my computer and rebooted. And like I said, the FW 800 drives work fine when no FW 400 device is connected, and the FW 400 audio interface works fine when no FW 800 devices are connected.
    The problem is that when the FW 800 drives are connected AND the FW 400 audio interface is also connected on the same bus (as this is a laptop there is only one bus with both 400 and 800 ports). The drives still seem to work fine, but the audio interface does not work. It's connection lights flash and will not hold a connection or process sound (there is either no sound, or clicks and dropouts). The flashing lights indicated a failed clock sync. M-Audio is aware of this issue as is apparent from my quote on the original post, but the only work around seems to add a secondary FW bus via an adapter card.
    This problems seems to be a MAC issue with FW 400 and 800 and the internal clock sync.

Maybe you are looking for

  • Questions in Lync 2013 - HD Photo

    Hi, We have Lync 2013 Enterprise environment for 4000 users.  We ran the script mentioned in the below article to display the HD photo on Lync 2013 client: http://gallery.technet.microsoft.com/Add-Personal-URL-Photo-in-df0136ea/view/Discussions#conte

  • How do I change the duration of slides?

    I'm using PE11 and am making a picture slide show video. I'm attempting to edit the duration of my slides, but when I slide them manually on the screen (via split track) they all end up different lengths - some a perfect 5 seconds, others 1 second. 

  • Junk characters using form MR_PRINT

    Hi friends, My user generated Invoices using MRRL and generated output using MR90. Spool created for these invoices. But in the print, we are getting some lines with junk characters. It looks like chinese characters. 1. If I see the Spool print previ

  • Curious: How does "Save for Web" reduce the file size?

    I do know HOW TO USE "Save for web" -- no questions there. I'm wanting to understand better what's going on under the hood. When I start with say, an 8x10 JPG at 300 dpi, I understand completely how bringing that down to 72 dpi yields a much smaller

  • Invoice Verification - Excess/Over Invoice

    Hi All, We have a client where most of the bills received are either under or excess of PO Quantity & Price. The difference could be from 10 to 100 value. Not in all cases the user would like to do a invoice reduction. Some time he would and sometime