Script to play an announcement..

Dear All,
I need a simple TCL Script to play an announcement message and it will be played only after the working hours.. so it's just an announcement and the script doesn't have to do any digit collection or translation or any thing but the announcement.. any help is appreciated..
My equipment is Cisco 2650XM and Cisco 3745
Regards,
Tamer

I don't know how to write a script and i didn't heard about a cisco script what is just playing an announcement. If i were you, i should use a trick: i will take a script from cisco IOS, for example "clid_authen_npw" (u can see the IOS scripts with the command "show call application voice summary").
This script is doing authentication. In your case the authentication will fail and the script will play a voice prompt that the authentication failed. Now - the trick is to replace this voice prompt with your voice prompt which is just an announcement. The voice prompt will have the same name like the authentication failed prompt used by the script, but the message will be your record.
Is not the standard way to do it - but is working.
Hope it help
Cheers
Robert

Similar Messages

  • How to Schedule an ICM Script to Play a IVR Prompt

    Hi,
    My name is Abraham and I work with the voice support team that manages the voice infra of a National Bank Contact Center.
    Requirement : Schedule a script to play an holiday message prompt on a particular date from 12AM to 12PM..
    Please guide me on how to upload this prompt message to the IVR and to schedule this script in the ICM and point it to the new prompt.

    There are two parts here.
    1. The first part is a modification in the ICM script so that every call knows whether the holiday message should be played or not. You can modify the routing script to directly compare the current date against a set date (say 12/25/2009) and if true, then check the current time against a spread using a Time Of Day node.
    Alternatively, you can do all this in a an Admin Script that runs every minute and controls a global variable that the main routing script checks.
    You can develop this and test it without actually doing anything - just watching the path of calls through your script as the day and time of day falls into the slot.
    2. Now you need the technique to activate a Run External Script that runs the .aef. Since this has already been done by the "Cisco Partner Vendor", you just need to copy those nodes into the holiday path.
    Regards,
    Geoff

  • Anyone have a DVD player script for playing clips?

    I'm new to Applescript and I'm trying to find or write a simple script for playing video clips in DVD Player in a row, so that I don't have to watch a clip, then minimize the play window, then select the next clip from the Go menu. I have four clips that I would like to play back to back. This doesn't seem like it would be too hard to do, but for the life of me, I can't figure it out.
    Anyone have some advice (or a pre-written script) for a pathetic newbie?
    PowerBook G4   Mac OS X (10.4.7)  

    I think maybe I wasn't clear enough in my original question. These aren't clips that I have saved on my computer or clips that are on the DVD itself, they are just clips I set using DVD Player (using the New Video Clip command in the Control menu).
    The problem is that the DVD has no chapter markings. The entire 82 minute film is one chapter. We have permission from the producer to show only segments of the film, so I created clips in DVD player of the parts I want to show. However, right now, I can only play them one at a time and then have to minimize the display area and go to the Go menu and select the next video clip. I have four named video clips set for the DVD. I would like to write a script that I could run that would play them all in a row.
    I feel like I must just be missing something obvious.
    It seems to be that the script should just be
    tell application "DVD player"
    activate
    play named video clip "background"
    play named video clip "Cizik"
    play named video clip "Durley"
    play named video clip "end"
    end tell
    but that's not working. The clips show in the Video Clips window (if I go to the Go menu), so evidently the computer knows they're there, but basically nothing happens if I try to run that script except 1.852402768E+9 showing up in the Result window (I feel like I should know what that means, but of course I don't).
    Is there some trick for directing it to the clips that I'm missing? Or some other command I need to put in first?

  • Set a date in an admin script to play back in a routing script

    I would like to create an admin script that identifies holidays, and for each holiday sets a variable to the first work day after the holiday, and to be able to play it back to a caller in a routing script using a play node.
    I am having trouble getting this to work.
    ICM 7.2(7)
    CVP 7.5
    Stephen

    That's not going to work, put the holidays in a database and read them from there.
    david

  • Custom Script to Play Project in Full Screen

    Hi,
    Adobe tech support sent me here to request a custom script to
    make a Captivate 3 project play in a full screen mode without
    getting the extra page on which the user is prompted to click on a
    link to open in full screen.
    Could someone please send me the script with instructions?
    Thanks!
    - Eric

    Hi Eric
    In addition to what Rick has posted, I found the below very
    helpful in a similar situation. It was submitted by jbradley88, so
    all credit goes that way:
    Full screen in the browser is only available by opening a new
    window (hence the "Full Screen" link) or by embedding a custom
    ActiveX control.
    I'd rule out the ActiveX option, since it's both technically
    challenging (I saw it done once, but don't know how) and would only
    work for Internet Explorer anyhow.
    That leaves the new window approach. A redirect is not an
    option... the "full screen" can only be applied while a window is
    first opening and even then only when the window is opened by
    Javascript.
    The best you could hope for is to open a page that
    immediately opens another page in full screen, adding some verbiage
    to the first page that says something like "The content has opened
    in a new window. It is safe to close this window".
    A sample "autolauncher" page is included below as an example.
    It does not make use of the window.open() method's "fullscreen"
    parameter since in IE6 that does not seem to give the user a way of
    closing the new window once it's open. You can easily change this
    by setting the parameter to yes in the code below.
    Attach Code
    <html>
    <head>
    <title>New Window Launcher</title>
    <head>
    </head>
    <body>
    <script type="text/javascript" language="javascript">
    var o =
    window.open("yourcontent.htm","newContentWin","fullscreen=no,left=0,top=0,width="
    + (window.screen.availWidth - 12) + ",height=" +
    (window.screen.availHeight - 36) +
    ",channelmode=no,directories=no,location=no,menubar=no,resizable=yes,status=yes,titlebar= yes,toolbar=no");
    if (o)
    window.document.write("The content has opened in a new
    window. It is safe to close this window.");
    o.focus();
    else
    window.document.write('Could not open the content in a new
    window. Please disable all popup blockers and try again.');
    </script>
    </body>
    </html>

  • Apple script to play a podcast faster

    Hi
    I'm trying to use a script to select an itunes podcast, then open QuickTime and then play the podcast at 1.5 speed
    This script used to work for me in itunes, but now I get this error:
           Can’t get «class pLoc» of «class pTrk» of application "iTunes".
    I'd love to be able to open VLC and do this.
    tell application "iTunes"
        pause
        set my_track to location of current track
        set my_seconds to player position
    end tell
    tell application "QuickTime Player"
        open my_track
        set my_movie to first document
        set ts to «class tmsc» of my_movie
        set current time of my_movie to my_seconds * ts
        set rate of my_movie to 1.5 -- starts playing
    end tell
    MacBook Pro with Retina display, OS X Mavericks (10.9.5)

    I'll give you one more method to add to the list:
    Play Prompt (--Trigerring Contact--, S[extension])
    The S[] prompt literal means to [S]pell out whatever value is in the variable.
    Additionally...
    #[position_in_queue] = First, Second, Third, etc. These are called ordinal numbers.
    N[points] = One Hundred and Thirty Seven, Sixty Nine, etc. These are called cardinal numbers.
    Lastly, you could use the Create Generated Prompt step to convert to other formats, but the spelling one is a simple and common one, which does not require that step.
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Script to play itunes playlist on start?

    I have just done the software upgrade to SL and now my old script doesnt work to auto play an itunes playlist on startup.
    I found the following script as a replacement but it doesnt seem to run automatically on start up.
    tell application "iTunes"
      activate
      play playlist "1jwmix"
    end tell
    I placed this script into Apple Script Editor and saved it in my MUSIC folder. And Yes I added the script to the log in items... so it does currently open on start up. Just doesnt seem to auto run the script.
    Sorry script writing isnt something I understand much about.
    Help please!

    Presuming you've confirmed that the script works correctly when run in AppleScript Editior, make sure you're saving the script as an application, not a script. Then put that application in your startup items.
    Hope this helps.

  • Script to play tracks faster using vlc or quicktime

    Hi
    I'm trying to use a script to select an itunes podcast, then open QuickTime and then play the podcast at 1.5 speed
    This script used to work for me in itunes, but now I get this error:
           Can’t get «class pLoc» of «class pTrk» of application "iTunes".
    I'd love to be able to open VLC and do this.
    tell application "iTunes"
        pause
        set my_track to location of current track
        set my_seconds to player position
    end tell
    tell application "QuickTime Player"
        open my_track
        set my_movie to first document
        set ts to «class tmsc» of my_movie
        set current time of my_movie to my_seconds * ts
        set rate of my_movie to 1.5 -- starts playing
    end tell

    You'd probably get faster help with scripting in a sub forum of the operating system forum for whatever OSX version you are running.  No, it's not easy to find but a forum focusing on scripting is there because I hunted one down for somebody once, it's just not called that.  You can certainly wait patiently on your post here but I don't see many answers to posts about writing scripts on the iTunes forum even if they are for using with iTunes.

  • I need an automator script to play a folder of movies

    I have a folder of quicktime movies. I have a Mac Mini with Lion. I have a TV. I need an automator script to grab the list of movie files from the folder and play them full-screen, one-by-one and then loop through the process to continue playing them, unattended, all day.
    I cannot get the proper steps in automator to accomplish this (seems to me it should be easy) job.
    Any ideas?
    Doug Jansen
    Tokyo

    Dave,
    Thanks for the tip. I didn't know that Quick Look would display a folder of files one-by-one. Once I set the first file to full screen, the rest also played full screen one after the other. Now I need a way to automatically launch Quick Look, set full screen and loop. This site http://automator.us/leopard/downloads/index.html has an automator action that uses Quick View, but on my Lion machine it just displays the first movie and only the first frame of the movie. It stops at that point.

  • Script to play 15-30 seconds of each song

    I have the pearlyrics widget and would like to play the first 15-30 seconds of each song in order to get the lyrics. I know that I have seen a script to do this, but I can't find it anymore. Thanks in advance.

    This one?
    http://www.dougscripts.com/itunes/scripts/ss.php?sp=needledrop
    M

  • IPIVR .aef script to play a prompt continuosly

    Hi ,
    Our customer needs to play a propmt continuosly , until the call is disconnected by the calling party , Please advice
    a IPIVR script to  satisfy  this requirement ,
    Thanks
    PW

    Note that there is a limit for how long and how many steps the call can go through before it disconnects.  Personally, I would play that prompts 10 times and then say good bye.
    david

  • UCCX Script 8.5: How to create a script that plays exchange rate option

    Hi
    Has anyone created a UCCX script which has the option to play exchange rate, if yes can you tell me how to do this or provide a sample script

    Hi
    The text is available on a website.
    This an example of the text
    Current Rates
    Jamaican Dollar Save Smart (J$)
    Last Updated: Oct 09, 2012
    JA$ SaveSmart Account Interest rate is at : 3.66%
    United States Dollar Save Smart (US$)
    Last Updated: Oct 09, 2012
    US$ SaveSmart Account Interest Rate is at: 1.72%

  • Script to play sound if time =   :00 or :30

    Tell me if it's possible ....
    I would like to make a BIG BEN chime on every :00 & :30.
    Basically I have a sound clip of one big ben chime.
    If time equals on the hour or half Play mp3 using system sound and system events.
    Osx 10.5.6
    Thank You
    Tyson
    Message was edited by: Tyson R

    Yes it's possible.
    Eric

  • Could use help to make this conditional script auto play at makers

    I'm taking apart the timeline example animation to learn edge.
    There are 4 buttons for 4 different labels on the stage timeline. Each labels starts at a new symbol.
    The symbol's timelines have animations within them.
    Right now clicking the button sets a variable that moves the playhead to the corresponding label. Also there are forward and back arrow buttons.
    But it does a "go to and stop"  right now. I just want to make that "go to and play" so that the animation cycles automatically if the buttons are not being clicked.
    Button code:
    mouse over:
    // insert code for mouse enter here
    this.circleBtnSymbol = sym.getSymbol('btn_circle1');
    this.circleBtnSymbol.stop('on');
    mouse out:
    // insert code for mouse leave here
    if( this.activePanel != 1 )
        this.circleBtnSymbol = sym.getSymbol('btn_circle1');
        this.circleBtnSymbol.stop('off');
    click:
    // insert code for mouse clicks here
    this.onClickCircleBtn( 1 );
    stage timeline:
    // turn "on" first circle btn
    this.circleBtnSymbol = sym.getSymbol('btn_circle1');
    this.circleBtnSymbol.stop('on');
    // insert code for compositionReady event here
    // global vars
    this.activePanel = 1;
    this.prevPanel = 1;
    this.panelCount = 4;
    this.panelObject;// panel
    this.circleBtnSymbol;// circle btn
    this.arrowBtnSymbol;// arrow btn
    // turn "on" first circle btn
    sym.getSymbol('btn_circle1').stop('on');
    // called internally only
    this.changePanel = function()
        //-- change panel
        this.stop('panel'+this.activePanel);
        this.panelObject = sym.getSymbol('panel'+this.activePanel);
        this.panelObject.play(0);
        //-- set states of circle btn
        // deactivate all btns
        var i=1;
        for( i=1; i<=this.panelCount; i++ )
            this.circleBtnSymbol = sym.getSymbol('btn_circle'+i);
            this.circleBtnSymbol.stop('off');
        // set active btn
        this.circleBtnSymbol = sym.getSymbol('btn_circle'+this.activePanel);
        this.circleBtnSymbol.stop('on');
        //console.log('this.activePanel = '+this.activePanel);
    this.onClickCircleBtn = function( arg )
        //console.log('onClickCircleBtn');
        if( arg != this.activePanel )
            this.activePanel = arg;
            this.stop('panel'+this.activePanel);
            this.panelObject = sym.getSymbol('panel'+this.activePanel);
            this.panelObject.play(0);
            this.changePanel();
    this.onClickLeftArrow = function()
        //console.log('onClickLeftArrow');
        if( this.activePanel > 1 )
            this.activePanel--;
        }else{
            this.activePanel = this.panelCount;
        this.changePanel();
    this.onClickRightArrow = function()
        //console.log('onClickRightArrow');
        if( this.activePanel < this.panelCount )
            this.activePanel++;
        }else{
            this.activePanel = 1;
        this.changePanel();
    thanks.
    sorry for pasting all the code.

    Code is correct but timeline isn't correct.
    Timeline before:
    Timeline after:
    You can download here the new file: https://www.box.com/s/simhjfjh2ch072roobz5
    I changed timeline by dragging and dropping elements [panel1, panel2, panel3, panel4].

  • Need java script to play web cams.

    What can I install that is like java script on my Samsung Galaxy tablet that will allow me to view live web cams?

    Javascript comes by default as part of Firefox. It is likely that the site with the webcam is not set to detect Firefox correctly. We cannot fix the site, contact the site owner and alert them to this problem. This assumes that it is a image based web cam and not an Adobe Flash based webcam.

Maybe you are looking for

  • How to change the background color of a sequence?

    I'm using Premiere Pro CS5 on Win7 x64.  I've imported a JPEG that's a different size than my 1920 x 1080 frame.  The background of this JPEG is white, but the background of the sequence is black (by default), so the borders of the JPEG make it stand

  • User Creation

    We have three different forests in three different locations and one domain under each forests. All of them are trusted bidirectionally. Our Objective is user name creation should be done by a single person from one location across all domains. Is it

  • Positional Flat File Handling in B2B

    Problem: There is a big problem with handling positional flat files in Oracle B2B. We are trying to handle Positional Flat File, in UTF-8 with BOM encoding, after creating document definition and setting the agreement, we received: B2B-51507 Error: T

  • Changing the icon for Entry Points

    Hi Everybody, There are some default Entry Points for Pesonal Documents, Public documents, Recently used, Favourites etc.  All these Entry points are being displayed with the default icon image. I want to replace these default images with custom imag

  • HT5318 i just got the new iphone 5 and i can't download music from my 10.5.8 mac HELP!

    i just got the new iphone 5 and i can't download music from my 10.5.8 mac HELP!