Changing Auto Attendant Announcements

HI,
I am running UCM 6.0 - how do I change the existing announcements (sorry if this is a dumb question I have "inherited teh system with absolutely no documentation).
Regards,

The only announcements that CUCM hosts are those used by the annunciator
service. These are not modifiable in CUCM 6x.
However, since you are referring to an "automated attendant" (AA) I suspect
that you may be referring to either a Unity, Unity Connection, or Unified
Contact Center Express system. These are separate hosts that perform the
functionality you describe. Unity Connection can also run co-resident with
CUCM if you are using CUCM Business Edition.
First, we should find out what is hosting your AA. To do this, identify the
phone number you call to reach the AA. Then search for this number in the
CUCM. Go to Call Routing-->Route Plan Report. Search for the number.
You will see a "Type" column in the output as well as a "Route Detail"
column.
At this point there are plenty of variations. If you find that the number
is a translation pattern then you will need to go to the translation pattern
and find out what the number is translated to. Then go back to the Route
Plan Report and search for the translated number.
Another variation someone could have is a dummy IP phone that is configured
to Call Forward All (CFA) to another number. Find the CFA destination, go
back to Route Plan Report.
If the Route Plan Report results shows a Hunt Pilot, then it is a good
probability we are dealing with Unity or Unity Connection. If you find a
CTI Route Point then there is a good chance you have UCCX in play. However,
a CTI Route Point can also be configured to CFA to another destination. So,
to be sure you would need to check to see if the CTI Route Point is
registered or not. If it is registered, then it is likely UCCX.
OK. After some labor, we are hopefully to the point where you have
identified a registered CTI route point or a Hunt Pilot. If Hunt Pilot,
then you will see a list of line group members in the Route Detail (from
Route Plan Report). Target one of the line group members (you can click on
the Route Detail icons) and find out an IP address for the application that
is controlling the line group member. In either case, you have an IP
address. Connect to the IP address and find out what application and
version you are dealing with.
How you proceed depends on the answer to the above question.
Unity Connection prompt management (applies to CUCM-BE as well):
http://www.cisco.com/en/US/docs/voice_ip_comm/connection/7x/administration/g
uide/7xcucsag150.html
UCCX prompt management:
http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/cr
s/express_7_0/configuration/guide/uccx70ag.pdf
Go to page 249 "Managing Prompts, Grammars, Documents, and Custom Files"
NOTE: Given you have no documentation, there is always a possibility that
you are using a different application than the ones I list above.
HTH.
Regards,
Bill
Please remember to rate helpful posts.

Similar Messages

  • Is it possible to change Automated Attendants announcements in Unity 8.5.1?

    I would like to change the standard AA announcement 'Please hold while your call is being transferred to ....' when a caller selects a call handlers option.  I would like to notify callers they are being transferred outside our agency instead when the option is chosen.

    No, that message (system prompt) is not customizable - you can turn it on or off with a configuraiton option on a per handler/user basis but you cannot customize the prompt itself.

  • Manage Auto Attendent Prompts from Outside Network

    Is it possible to manage, edit, change auto attendant prompts in CME from outside network i.e.: calling in from outside line?
    Any help would be greatly appreciated!

    Hi Dave Kallweit,
    We don't have not a option modify from prompt thru TUI :-).
    Regards,
    Mohammed Noor

  • Changing Default System announcements in Unity Connection 9.1.2

    Dear Experts,
    I'm setting up Auto Attendant and we have two language options, with different sub-menu's.
    We have the recordings in male voice. And when I route the an Input Option (lets say '2') to alternate contact number (lets say extn 500), we hear the default announcement "Wait while I transfer your call", which is in female voice.
    Please advise how can we replace this announcement with a custom announcement. Similarly for error and invalid entries.
    Also, I need to play these announcements in different language depending on the language selection. how can we achieve this.
    Your help will be much appreciated. thanks.

    You cannot replace any system recording with your own, if you want them in other language, you need to install the locale.

  • Retrieve UM Auto Attendant configuration

    in
    this-link there are many shell commands for editing UM Auto Attendant configuration , 
    but there are no commands for retrieve the same information ... is EWS API is the answer? 
    I'm trying with C# / shell commands to get these information 
    How I  : 
    get UMAutoAttendant Business Hours ?
    get Business Hours Greeting ? 
    etc...
    for example you can change business hours schedule  , but you can't get the same data
    Set-UMAutoAttendant -Identity MyUMAutoAttendant -BusinessHoursSchedule 0.10:45-0.13:15,1.09:00-1.17:00,6.09:00-6.16:30
    I wanna retreive the same information 
    0.10:45-0.13:15,1.09:00-1.17:00,6.09:00-6.16:30
    the only thing i can get is
    [PS] C:\Windows\system32>Get-UMAutoAttendant -Identity ZakosUM
    Name UMDialPlan PilotIdentifierList SpeechEnabled Status
    ZakosUM DP {} True Enabled
    thanks

    You can execute the cmdlets from Managed code using Remote powershell
    http://msdn.microsoft.com/en-us/library/office/ff326159(v=exchg.140).aspx
    eg
    System.Security.SecureString secureString = new System.Security.SecureString();
    foreach (char c in Password)
    secureString.AppendChar(c);
    PSCredential credential = new PSCredential(AdminUserName, secureString);
    WSManConnectionInfo connectionInfo = new WSManConnectionInfo(new Uri("https://" + PSServerName), "http://schemas.microsoft.com/powershell/Microsoft.Exchange", credential);
    connectionInfo.AuthenticationMechanism = AuthenticationMechanism.Basic;
    connectionInfo.SkipCACheck = true;
    connectionInfo.SkipCNCheck = true;
    connectionInfo.MaximumConnectionRedirectionCount = 4;
    Runspace runspace = System.Management.Automation.Runspaces.RunspaceFactory.CreateRunspace(connectionInfo);
    runspace.Open();
    Pipeline plPileLine = runspace.CreatePipeline();
    Command gmUMAutoAttendant = new Command("Get-UMAutoAttendant");
    gmUMAutoAttendant.Parameters.Add("Identity", "test");
    plPileLine.Commands.Add(gmUMAutoAttendant);
    Collection<PSObject> RsResultsresults = plPileLine.Invoke();
    foreach (PSObject obj in RsResultsresults)
    PSObject bhs = (PSObject)obj.Properties["BusinessHoursSchedule"].Value;
    ArrayList bhsObj = (ArrayList)bhs.BaseObject;
    foreach(String Element in bhsObj){
    Console.WriteLine(Element);
    plPileLine.Stop();
    Cheers
    Glen

  • IVR For Auto attendent Feature

    Hi Friends
    We have a customer requirement for implementing the "AUTO ATTENDENT" feature. We have to prepare the IVR for the same. The requirement is "1 should directly reach the extension number and 9 should directly reach the operator".
    Pl tell how to perform this IVR. We want it very professionally.
    Thanks and Regards
    Karthik Sridharan

    The way I setup Greetings Admin is
    1. I create a CTI route point with an extension and set it to CallForwardAll to Voicemail.
    2. Create a Call Handler in Unity with that Extension
    3. Make you or the user who would be recording the prompts as the owner for the Call Handler. (In the Profile - select Owner - Subsriber - click Change - select the user)
    4. Go to Greetings and Standard - In the Source - Select Blank - In the After Greeting Action Select Send Caller to - Scroll down and select Greetings Administrator.
    It is setup now, you can call the extension you created and get to the IVR for Greetings Admin. To record Greetings for each Call Handler you would need to know the extension of the Call Handler and you the person recording prompts needs to be the owner for those Call Handlers.
    If you want more than one users to be able to record prompts, then add them to a Public Distribution list in Unity and select the list as the owner in Step 3.
    Let me know if you have any questions.
    JoeL

  • Final Auto Attendant Prompt

    Hi Guys,
    I am configuring Exchange Auto Attended (Exchange 2013) and I've managed to get all of my personalized prompts in place but there is one exchange default one that I can't seem to find to disable...It's the one that says
    "I couldn't hear you, please say the name of the person you want to contact, or the option you'd like to choose"
    That final prompt doesn't sound professional, I am wondering if it's part of some kind of timeout or if it can even be changed.
    THanks
    Bryan

    How have you been disabling them?  You can search for the prompt in the  <Program Files>\Microsoft\Exchange Server\V15\UnifiedMessaging\Prompts\<language>.   They're pretty well named, once I find it, I'll usually
    rename it .old and make a copy of the smallest blank one that's in the directory (sort by size) with the same name as the one you want to replace.  Of course, you'll have to rinse and repeat on potentially many servers here and watch that it doesn't come
    back with a patch, but it's one method.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • SPA9000 Auto Attendant busy

    If anyone has some constructive words of advice on this issue, I would greatly appreciate them. I have come to a road block on this one issue with my SPA9000. It seems that after changing my scripts and messages my Auto Attendant is no longer available, it just gives a busy signal. So inbound callers get a busy signal, since its set to go to "aa" on inbound calls. I've done lots of things to try to pin point the issue including rolling back to a previous configuration(scripts etc.), and the only consistent thing I've noticed is both Auto Attendant( Directory -> Corporate Directory -> Auto Attendant) and pbx2 are responding with a busy signal. Even after a Factory Reset. When I was setting up my AA messages I did make a mistake and dialed "*72" instead of "****" then 72...(on FXS 2). That is the only possible cause from a human error perspective, that may have caused this issue. I've tried to see what that combination of key strokes may have done but there is no documentation (in my possession) that gives any insight. So if anyone may know where to look or has run into this before could you please point me in the right direction. -Thanks

    not sure if this will help but when i ran into an AA problem before this resolved it...not sure why, but here it is anyway...
    under the AA parameters of SIP tab enter a value on the Daytime field (For example, start=9:0:0;end=17:0:0 means the start time is 9 AM and the end time is 5 PM. The other hours (5 PM to 9 AM) are considered nighttime hours.)
    DayTime AA: Yes (default)
    DayTime AA Script: 1 (default)
    Also, check if Current AA under Info tab (Auto Attendant Prompt Status ) states Daytime...

  • Exchange 2013 Auto Attendant fails when using multiple languages

    Hi All,
    Trying to setup UM Auto Attendants as I had it in Exchange 2010, but cannot get it to work as I want.
    Here is my setup:
    Windows 2012 and Exchange 2013.
    Parent - Main Auto Attendant (80)
    Child - English Auto Attendant (81)
    Child - Swedish Auto Attendant (82)
    Child - Finnish Auto Attendant (83)
    All callers are first connected to 80 where they can select the language to continue with (press 81 for English, press 82 for Swedish, press 83 for Finnish).
    This is what I found out this far:
    - If I have English language selected on all Attendants everything works fine I can select all choices and everything works as it should.
    - If I select the proper language for the other languages (82 & 83) only the connection to 80 & 81 works. If I try to connect from 80 to 82 or 83 nothing happens (connection goes quiet) and the only solution to get UM to answer again is to restart the
    UM service on the server.
    Extra info/what I tested this far:
    - I reinstalled the extra language packs just to be sure there were no issues.
    - If I select Swedish or Finnish language on extension 80 they work fine, so the language packs seems to be OK.
    Ideas Anyone?
    //Ase

    Hi All,
    After installing CU1 for Exchange 2013 this behaviour changed a little bit. Instead of getting total freeze of the system I get an error message instead saying "System Error Occured" and then a hangup.
    I also find out that if I remove the checkbox "Set the auto attendant to respond to voice commands" for the extension 82 & 83 (Swedish & Finnish Auto Attendants) this error does not happen, but I like to use the voice commands....
    Also when the error occurs I get the following in the Event Log:
    The VoIP platform encountered an exception Microsoft.Exchange.UM.UMCommon.UMGrayException: A non-fatal exception occurred. For details, please see the inner exception. ---> System.InvalidOperationException: The language for the grammar does not match
    the language of the speech recognizer.
       at Microsoft.Speech.Recognition.RecognizerBase.ThrowIfSapiErrorCode(SAPIErrorCodes errorCode)
       at Microsoft.Speech.Recognition.FileGrammarContent.Load(SapiGrammar sapiGrammar, Boolean enabled, Single weight, Int32 priority)
       at Microsoft.Speech.Recognition.GrammarContent.Load(SapiGrammar sapiGrammar)
       at Microsoft.Speech.Recognition.Grammar.Load(SapiGrammar sapiGrammar, IRecognizerInternal recognizer)
       at Microsoft.Speech.Recognition.RecognizerBase.LoadGrammarIntoSapi(Grammar grammar)
       at Microsoft.Speech.Recognition.RecognizerBase.LoadGrammar(Grammar grammar)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.PlayPromptsAndRecoSpeechSessionState.LoadGrammar(UMGrammar grammar)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.PlayPromptsAndRecoSpeechSessionState.LoadGrammars()
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.PlayPromptsAndRecoSpeechSessionState.InternalStart()
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.SessionState.Start()
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.ChangeState(SessionState nextState)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.PlayPrompts(ArrayList prompts, Int32 minDigits, Int32 maxDigits, Int32 timeout, String stopTones, Int32 interDigitTimeout, StopPatterns stopPatterns, Int32 startIdx, TimeSpan offset, List`1
    grammars, Boolean expetingSpeechInput, Int32 babbleTimeout, Boolean stopPromptOnBargeIn, String turnName, Int32 initialSilenceTimeout)
       at Microsoft.Exchange.UM.UMCore.SpeechMenu.PlayPrompts(ArrayList prompts, BaseUMCallSession vo)
       at Microsoft.Exchange.UM.UMCore.SpeechMenu.SpeechMenuStart(BaseUMCallSession vo)
       at Microsoft.Exchange.UM.UMCore.SpeechMenu.StartActivity(BaseUMCallSession vo, String refInfo)
       at Microsoft.Exchange.UM.UMCore.ActivityManager.ChangeActivity(ActivityBase next, BaseUMCallSession vo, String refInfo)
       at Microsoft.Exchange.UM.UMCore.TransitionBase.Execute(ActivityManager manager, BaseUMCallSession vo)
       at Microsoft.Exchange.UM.UMCore.Menu.OnComplete(BaseUMCallSession vo, UMCallSessionEventArgs voiceObjectEventArgs)
       at Microsoft.Exchange.UM.UMCore.Menu.StartActivity(BaseUMCallSession vo, String refInfo)
       at Microsoft.Exchange.UM.UMCore.ActivityManager.ChangeActivity(ActivityBase next, BaseUMCallSession vo, String refInfo)
       at Microsoft.Exchange.UM.UMCore.TransitionBase.Execute(ActivityManager manager, BaseUMCallSession vo)
       at Microsoft.Exchange.UM.UMCore.Menu.OnComplete(BaseUMCallSession vo, UMCallSessionEventArgs voiceObjectEventArgs)
       at Microsoft.Exchange.UM.UMCore.Menu.StartActivity(BaseUMCallSession vo, String refInfo)
       at Microsoft.Exchange.UM.UMCore.ActivityManager.ChangeActivity(ActivityBase next, BaseUMCallSession vo, String refInfo)
       at Microsoft.Exchange.UM.UMCore.ActivityBase.OnHeavyBlockingOperation(BaseUMCallSession vo, HeavyBlockingOperationEventArgs hboea)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.HeavyBlockingOperationSessionState.CompleteFinalAsyncCallback()
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.SessionState.CompleteNonTeardownState()
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.<>c__DisplayClassf.<CatchAndFireOnError>b__b()
       at Microsoft.Exchange.Common.IL.ILUtil.DoTryFilterCatch(TryDelegate tryDelegate, FilterDelegate filterDelegate, CatchDelegate catchDelegate)
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.UM.UMCommon.ExceptionHandling.ExceptionCatcher(Object exception)
       at Microsoft.Exchange.Common.IL.ILUtil.DoTryFilterCatch(TryDelegate tryDelegate, FilterDelegate filterDelegate, CatchDelegate catchDelegate)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.CatchAndFireOnError(UserCodeDelegate function) during the call with ID "Y2M5Y2ZhYzYzMzc4ZTVhYmE0ZjE3MmVjYTVmYmRiZTM.". This exception occurred at the Microsoft Exchange Speech Engine VoIP
    platform during an event-based asynchronous operation submitted by the server. The server will attempt to recover from this exception. If this warning occurs frequently, contact Microsoft Product Support.
    Anyone with ideas that can help me forward?
    //Ase

  • Custom Auto Attendant Prompts through TUI not working for users who migrated from 2010 to 2013

    In Exchange 2010, we started using unified messaging and set up Auto Attendants. We setup a admin role/RBAC for people of a security group to be able to update the message on the auto attendants. They have the UMPrompts assigned role. All of this is working
    great in 2010. We have now migrated to 2013, and the users who were migrated from 2010 to 2013 can no longer update the messages through TUI. Newly created 2013 users can and are assigned the EXASCT same permission as the users who have been doing this for
    well over a year on 2010.  When they call the AA and press #,* they are asked to provide their extension, after doing so the system tells them that extension is not correct. and asks for the extension again.  Newly created users with the same permissions
    get prompted for their PIN and can log in and change the message just fine. 
    Confirmed Bug?  anybody else having this issue?
    What would be different for this process between a user who was migrated from a previous version like 2010 compared to a newer user who has only ever existed on 2013?

    What if the migrated 2010 users are in the same DB as the system mailbox? I had a similar issue during a migration; http://www.skypeadmin.com/2014/11/10/known-issue-um-automated-attendant-tui-editing-broken-migration/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Manual switch Auto Attendant

    Hello,
    When an incoming call hits the UC, I want to switch manually (button or code) what it does.
    Normally during day the calls go to the Auto Attendant.
    During night there is a message.
    During the break there is another message.
    And they want to have also 2 other messages they want to use in other cases.
    Is it possible to resolve this problem with a script of some kind?
    If not I need to let the call come in on a phone and set the phone in call-forward to the AA or different voicemail boxes through floating extensions.
    Thanks,
    Stephan

    Hello,
    This is going to be a little tricky. There is a couple of ways this can be accomplished, but there are some limitations with each method.
    You can use the opened/closed hours in the Auto Attendant to change the greetings. The limitation here is that you can't manually switch, only be a schedule.
    The alternative, is to use a manual night service configuration to send calls to 2 separate auto attendants. This will allow manual control, but only between 2 messages.
    This might be possible with a custom script, but as we don't support custom scripts with UC500s, I couldn't tell if that would work.
    Hope this helps.
    Thanks,
    -john

  • SPA9000 Auto Attendant Answering problems

    Hi All Have a problem on auto attendant It answers all calls properly (my voice saying please enter the extension you require) but after typing in the extension my voice comes on again saying sorry the person you are calling is not available. This is not true the IP phone rings no problem. How do I stop this I cannot type in the AA script as it says that its invalid HTML Thanks everybody Marky

    can you provide additional details like the model number of the IP phone you are using? are you using SPA400 as well? is the call coming from PSTN or ITSP? can the IP phones dial each other locally?  
    if you are using SPA400 please make sure that you have the latest firmware on both SPA400 and SPA9000 (1.0.1.4 and 5.2.5 respectively)
    also, if you have changed the AA script using set-up wizard try the default script which you can find below just in case the wizard has messed with the script...
    <aa><form id="dir" type="menu"><audio src="prompt1" bargein="T"/><noinput timeout="10" repeat="T"/><nomatch repeat="F"><audio src="prompt3" bargein="T"/></nomatch><dialplan src="dp1"/><match><default><audio src="prompt2"/><xfer name="ext" target="$input"/></default></match></form></aa>
    | isolate! isolate! isolate! |

  • Unity Connection Auto Attendant direct to voice mail, MWI issue

    hi,
    First time encountering this issue with call transfer from AA and MWI.
    An Auto Attendant have been setup for a branch office.  All employees at  the Branch office phones are assigned a DID.
    Customers can dial the 10 digit or  dial the main line (auto attendant) and then dial the last 4 digit extension to reach the employee.
    Problem I am having is there is a range of numbers that when being transferred from AA, goes directly to voicemail.   Also when there is a message  left on the voicemail, the MWI is not lit.  It does show the envelope icon and the  message "you have vociemail" on the phone display.
    I can call the DID directly and it does not go directly to voicemail but MWI is still not on when a message is left.
    This only happens within a range of numbers..  for example, I have 50 DID assigned to this office from XXX-XXX-0100 to XXX-XXX-0150.   Only the phones within the range of XXX-XXX-0120 to XXX-XXX-0130 have this issue with the AA going directly to vociemail and MWI not on when a message is left.
    For phones outside this range of numbers, AA transfer works fine and MWI works.
    anyone ran into this issue before?
    thank in advance.

    Hi,
    The range in which you are facing issue is  XXX-XXX-0120 to XXX-XXX-0130, just try to open any  one of the extension in this range and go to edit -- transfer rules -- standard/alternate (if alternate is enabled) -- Transfer calls -- may be this is set to Greetings. If so the transferred call goes to voicemail directly. Try enabling Extension.
    Just try this for one extension and see...
    Hope this helps, i had the same issue.
    Regards
    Jagadish G

  • Call forward to external number which has auto attendant

    Hi 
    I am a voice administrator in my company
    I want to forward all of my calls to my Other location's number.
    Other location has only POTS line and to reach my extension user needs to go through Auto attendant menu.
    Is it possible to enter a digit pattern in call forward destination in CUCM so that it can take care of Auto attendant menu of my Other location and land on my number?
    We have CUCM 8 running.
    Please help!!
    Ashwin

    Hello Ashwin,
    "Other location has only POTS line and to reach my extension user needs to go through Auto attendant menu."
    What type of phone system and voice mail is providing the auto attendant?
    How are the POTS lines(analog only correct?) terminated into the phone system?

  • I recently did the iOS 7.0.2 update, now I'm unable to purchase apps. "App could not be purchased at this time. Please try again later. ". I have tried a few of the suggestions and nothing has worked. Reset,change auto lock time on main screen, now what??

    I recently did the iOS 7.0.2 update, now I'm unable to purchase apps. "App could not be purchased at this time. Please try again later. ". I have tried a few of the suggestions and nothing has worked. Reset,change auto lock time on main screen, change language setting. Now what???

    This sorted it for me:
    Backup your iPhone to iCloud (I believe backing up to iTunes will work too). Now go to "Settings --> General --> Reset --> Erase All Content and Settings" to completely restore your iPhone to factory settings. Assuming you've backed up to iCloud, you'll be asked when setting up your iPhone if you want to restore from an iCloud backup. Choose that option and once your iPhone has restored itself from your backup, this annoying problem will finally be gone! (was for me anyway).
    To restore from an iTunes backup, connect your iPhone to your computer, load iTunes. Click the File menu and select Devices > Restore from Back up.

Maybe you are looking for

  • I can't access most .mil sites pretty sure I just need it to let me add the security exception but it doesn't give me the option anymore.

    Ever since I got the last two updates for Firefox I can't access most .mil sites like ako or even the us army library Europe site. These sites use to come up as untrusted sites that I just accepted and continued life. However now it goes straight to

  • USB Flash Drive Issue On iMac - 1.1 on iMac, 2.0 on any other Mac

    I have a Core i7 27" Late 2009 iMac. I just noticed this issue today. I have a couple of Patriot XPorter XT USB Flash drives that I use among my Macs to transfer big files around. Hooking one of the 8GB flash drives to my iMac, the one listed above,

  • IPhoto 6 to iPhoto 9?

    My wife is using iPhoto 6, has thousands of photos all organized as albums. Is there any advantage to her to upgrade? Would it mess up her organization of albums? One feature should love is to be able to delete from an album and have the original del

  • AVI movie duration in File Info?

    Whenever AVI movie is selected in Finder brief File Info is listed including Preview in right panel. It contains such fields as Kind, Size, etc. and Duration. Unfortunately Duration field of all AVI files is empty (--). Is it possible somehow to make

  • Sun Java Application Server 9

    Hi, I noticed that Sun Java Application Server 9 has a platform edition available. (In the Application Server section of the site it appears that latest version with an enterprise release is version 8.1.) Does anyone know if an enterprise edition is