UCCX 7 Call gets dropped once agent picks up

I have been troubleshooting a problem for a few weeks now where calls are being dropped as soon as the agent picks up the call. This is happening to various agents happening a few times per day everyday. I have done a reactive debug on the script and it seems to go through to the end ok yet everytime an agent reports a call drop as soon as they pickup, i see the following in the MIVR logs. I have checked the CSS/Partitions of all the CTI ports also.The CCM traces and Q931 traces show normal call clearing:
215269973: Apr 21 14:53:42.306 GMT %MIVR-APP_MGR-7-STEP_FAILURE:Failure to execute a step: Application=App[name=switchboard,type=Cisco Script Application,id=50,desc=switchboard,enabled=true,max=10,valid=true,cfg=[ApplicationConfig[schema=ApplicationConfig,time=Wed Jan 06 16:44:49 GMT 2010,recordId=67,desc=switchboard,name=switchboard,type=Cisco Script Application,id=50,enabled=true,sessions=10,script=SCRIPT[Switchboard.aef],defaultScript=,vars=null,defaultVars=null]]],Task id=30000147369,Step id=198,Step Class=com.cisco.wf.steps.ivr.TerminateStep,Step Description=Terminate (--Triggering Contact--),Exception=com.cisco.contact.ContactInactiveException: Contact id: 32425, Contact is inactive when getting channel
215373932: Apr 21 15:03:50.012 GMT %MIVR-LIB_EVENT-3-DISPATCH_FAILURE:A failure occured while dispatching an event: Event=com.cisco.call.CallEvent[CALL_ANSWERED,state=CALL_ANSWERED,contactImplId=3672150/2,lastContactImplId=3672150/2,session=Session[id=001-0x55ae8a4c1,parent=null,active=true,state=SESSION_IN_USE,time=1271858629996],lastSession=Session[id=001-0x55ae8a4c1,parent=null,active=true,state=SESSION_IN_USE,time=1271858629996],contactSeqNum=0,lastContactSeqNum=0] on CallContact[id=32462,type=Cisco Agent Call,implId=3672150/2,active=true,state=CALL_ANSWERED,inbound=false,handled=false,locale=en_US,aborting=false,app=null,task=null,session=Session[id=001-0x55ae8a4c1,parent=null,active=true,state=SESSION_IN_USE,time=1271858629996],seqNum=0,time=1271858629996,cn=null,dn=null,cgn=6664,ani=null,dnis=null,clid=null,atype=UNKNOWN,lrd=null,ocn=null,odn=null,uui=null,aniii=null,ced=null] at Wed Apr 21 15:03:50 BST 2010,Event source=CallContact[id=32462,type=Cisco Agent Call,implId=3672150/2,active=true,state=CALL_ANSWERED,inbound=false,handled=false,locale=en_US,aborting=false,app=null,task=null,session=Session[id=001-0x55ae8a4c1,parent=null,active=true,state=SESSION_IN_USE,time=1271858629996],seqNum=0,time=1271858629996,cn=null,dn=null,cgn=6664,ani=null,dnis=null,clid=null,atype=UNKNOWN,lrd=null,ocn=null,odn=null,uui=null,aniii=null,ced=null],Event listener=com.cisco.wf.subsystems.rmcm.ICDContactAdapter@50add0,Exception=java.lang.ClassCastException: java.lang.Integer
215375195: Apr 21 15:03:55.715 GMT %MIVR-APP_MGR-7-STEP_FAILURE:Failure to execute a step: Application=App[name=switchboard,type=Cisco Script Application,id=50,desc=switchboard,enabled=true,max=10,valid=true,cfg=[ApplicationConfig[schema=ApplicationConfig,time=Wed Jan 06 16:44:49 GMT 2010,recordId=67,desc=switchboard,name=switchboard,type=Cisco Script Application,id=50,enabled=true,sessions=10,script=SCRIPT[Switchboard.aef],defaultScript=,vars=null,defaultVars=null]]],Task id=30000147532,Step id=208,Step Class=com.cisco.wf.steps.ivr.OutputStep,Step Description=Play Prompt (--Triggering Contact--, WelcomePrompt),Exception=com.cisco.contact.ContactInactiveException: Contact id: 32461, Channel id: 52, Contact is in Terminated/Connected state
I do not have experience with scripting so if anyone could point me in the right direction that would be appreciated,cheers.

Reviewing the  MIVR logs you provide I'm not sure which call your talking about. I see 2 calls with exception messages in the time stamp your saying.
First call:
Apr 22 11:49:11.621 GMT %MIVR-SS_TEL-7-UNK:CallID:33466 MediaId:3673987/2 Task:30000153869 com.cisco.jtapi.CiscoRTPInputStoppedEvImpl received
However this call is dropped as per the Jtapi message that the disconnect came from the CCM side however I can see that this call was never assigned to an agent so there should be no miss calls.
As for the second call, I don't have the full picture, as we don't have the offered message of when the call arrives to the system.
Here is a break down of the other call.
Call transferring to assigned agent:
Apr 22 11:49:07.308 GMT %MIVR-SS_RM-7-UNK:RIMgrAddressCallObserver: CallCtlConnInitiatedEv received for call 37228421 [3673989/2] and agent AylwardM
System changed call/agent states to answered/talking
Apr 22 11:49:07.308 GMT %MIVR-SS_CM-7-UNK:AgentCallContact 33468 and implId 3673989/2 moved to Answered state
We now see the exception message:
Apr 22 11:49:07.308 GMT %MIVR-LIB_EVENT-3-DISPATCH_FAILURE:A failure occured while dispatching an event: Event=com.cisco.call.CallEvent
However if you look futher down the call is connected to the agent successfully and in a talking state.
221901300: Apr 22 11:49:15.387 GMT %MIVR-SS_RM-7-UNK:RIMgrAddressCallObserver.callChangedEvent():
CallCtlConnEstablishedEv 3673989/2
Unknown event3673989/2
221901301: Apr 22 11:49:15.387 GMT %MIVR-SS_RM-7-UNK:RIMgrAddressCallObserver: CallCtlConnEstablishedEv received for call:37228421 [3673989/2], address 6656, calling party 6656, and called party 01923821368
Call Dropped as it recieve a disconnect event.
221902844: Apr 22 11:49:24.621 GMT %MIVR-SS_RM-7-UNK:RIMgrAddressCallObserver: TermConnDroppedEv received for call 37228421 [3673989/2] and agent AylwardM
The problem with the above call is that you don't see the CallCtlConnEstablishedEv till 7 seconds later, which is why I suspect you get the exception error, as it never got confirmation the call was delivered.
So my concern here, is if you stated you had a issue with calls getting dropped on the UCCX I would agree and ask you to provide CCM/Jtapi logs from the UCCX.
However you stated that your agents are getting miss calls on their IP phone, I disagree with this point as per the analysis performed.
"One question, when the CTI port is ringing the agent's phone to then transfer (reserved state) that call to that agent and the caller hangs up before the agent answer it, does the agent will hear a fast busy tone because that is what the CTI port transfer at the end to the agent? Am I right? if this is it I think there is no way to control this from the UCCX perspective, right?
Gabriel"
This senario will never happen, as the call would be terminated the moment the other party drops.

Similar Messages

  • HT201436 call gets dropped too many times ,network is alright

    call gets dropped too many times ,network is alright

    It is also relatively easily to dial 911 during the palm reset process as well.  Maybe a confirmation screen would be nice.

  • AD HOC Conferencing. Customer gets dropped when Agent leaves call.

    We have the conferencing setup so that the conference only ends when Onnet agents leave the conference.  For some reason an agent conferences in a supervisor and then leaves the call which then drops the customer.  It is not with every call.  DSP resources are hardware and very plentiful.  The phones being used are 7942's.  The BiB is turned on and no MRGL are associated to the phone level.  I am not sure why a customer is getting dropped.. RTMT shows plenty of DSP resources and CM has the correct service parameter.  Can anybody lead me the right way?

    So I think this has to do with CVP warm transfers.  The script has network transfer set to 0 and a send to vru node in it.  This is clearly a signalling problem.  Probably going to have to start a TAC case.

  • Calls getting dropped

    Hi,
    My scenario is like this:
    IP Phone ---> Call Manager---->h323 gateway--->Avaya -----> Avaya phone.
    I have created two device pools, DP-1 and DP-2 and assigned separate regions to these Device Pools. The codec between these regions has been configured as G.729. One hardware transcoder has also been created in the router and assigned to a MRGL which both DP's are using. IP Phone has been assigned to DP-1, and H.323 gateway has been assigned to DP-2. So the calls through this gateway to Avaya will be G.729 codec. Avaya has been configured to make the calls to the H323 gateway as G.729.
    Whenever I am making a call to Avaya, I am able to get the ring from Avaya, when the receiver is picked up I am not able to hear anything. This is same when both side makes a call.
    The IP reachability is there between all the devices. I have tried making the MTP required checked and unchecked under the gateway configuration, but the same result.
    In the debug voip ccapi inout I am getting an error which is attached herewith.
    The error code mentioned is 47 which is no resource. I have also checked by changing the codec values on both the ends.
    Can anyone tell what could be the problem?
    Thanks,
    Manu

    Disconnect Cause=47 is indicating issue is media negotiating like Transcoder, MTP & Codec negotiation.
    Crosscheck the incoming & outgoing dial-peers for matching codec & voice class codec configurations. saw outbound dial-peer 40 matched but no logs to show matching inbound dial-peer.
    CUCM has an option for "Wait for far end H245 TCS" on CUCM which is checked by default. Try to uncheck it and test the behaviour please.
    Please collect detailed ccm traces & debug voice ccapi inout, debug h225 asn1 & debug h245 asn1.
    what is the connection type from GW to PBX? PRI or IP connection? Please post your GW config also.
    Please rate all the useful posts

  • After 4 or 5 rings the call gets dropped instead of going to voicemail.

    I recently upgraded to callmanager 7.1 and now whenever anyone calls our main number, if we do not anwser it within 4 or 5 rings it will drop the call, instead of going to voicemail.
    Please help and thanks
    George

    Hello George.
    Since you have upgraded, I'm assuming that CFw was working before.
    Have you checked the CSS in the Forwarding section of the line?
    Also try calling the same number internally and let it forward to voice mail. Does it have same symptom? Even if it fails, by any chance do you see the number on the calling phone changed to Voice mail pilot number at all?
    Thanks
    - abu

  • Not getting email once agent go down from OEM

    Hi,
    We configured notification rule for agent unavailability and Mail Server is configured properly as we are getting test email but if i do emctl stop dbconsole (as we are not using grid) we are not getting the email
    please can some one suggest me what i missed
    Thanks

    Hi,
    When you shutdown the DB console, the DB Control agent is also stopped. Thus, there is no EM process left to handle notification. If you want to send a notification when the (DB Control) database is down, then see the following MOS note:
    How To Send Notification Via Mail For Database Down From DBConsole (Doc ID 1108372.1)
    By the way, with EM Grid/Cloud Control you can set up out-of-band notification to send an email notification when an OMS (Oracle Management Service) or the Repository database is down
    Regards,
    - Loc

  • My mac book pro keeps dropping calls when skyping.  I skype regularly with one person and they told me that more calls get dropped with me than with anyone else.

    When skyping, my mac book pro keeps dropping calls.  Apparently, it's the worst with my computer according to those I skype with.  Please help!

    What did Skype support say when you asked them about this?

  • Video Call Quality drops / starts out really bad

    Quality of video calling is sub-standard, I live in the UK and use Skype everyday to call a friend in the Philippines and our calls constantly drop out, and at times won't even connect. When connected video quality frequently is pixelated and at times freezes before dropping calls, on average I would say that I get about 10-12 call drop-outs per day and it's not acceptable. Both me and my friend's wi-fi signal are strong, yet everytime a call drops we get a message saying internet signal too weak, it's not the internet as Viber works perfectly well between us and our wi-fi signals are at maximum strength, it's Skype's signal too weak and no matter how many times I've left feedback complaining about this (at least 100 complaints over 10 months), nothing is done to ensure that me and my friend can have a conversation without call drop outs and pixelated and frozen screens. I'm sure that I'm not the only person in the world trying to have a video call with someone on the other side of the world, and also sure that I'm not the only person suffering from this sub-standard service, so it's time you did something to improve the quality of your service and make it possible for me to be able to talk to my friend. You advertise free worldwide Skype-to-Skype video calls, but don't provide the service because of sub-standard signal from Skype, I call that false advertising, so address this issue as it is becoming a real problem for me and my friend.

    I have Skype video calls with my friend nearly 6,000 miles away in South Korea.  I have video conversations all the time.  My last video call a few days ago was 5 hours long with no issues.  You can't compare to different services equally since they operate differently.  If you are getting drop-outs then there is something limiting it and can be hardware or software based.  Skype functions best when multiple connections can be handled by your wired or wireless router simultaneously and UDP is not impeded.  If your equipments gets overloaded or is blocking traffic then the quality of your call or Internet connection stability can deprecate to the point where your call gets dropped.
    To try to narrow the problem down:
    1.  You should try wired instead of wireless.
    2.  If you can bypass the routers used and connect directly, try that as well.
    3.  If the routers being used have any firmware upgrades, be sure to upgrade to the latest.
    4.  Try with uPnP enabled/disabled in your routers or in Skype to see if that helps.
    Usually routers that claim to work well with T0rrents work best with Skype because their firmware handles uPnP and multiple connections without crashing, halting. or failing in some manner.
    My friend in South Korea has moved several times in the past few years.  Many times I've had to remote into his system to repair the conditions of the Internet connection in the location he was staying.  At one point there was a community router being used on the floor he was staying on that was problematic.  I remoted into the unprotected Korean router and updated the firmware that was known to have uPnP issues.  After the firmware update the dropouts we were experiencing once ever 5-20 minutes disappeared and the connection was rock solid and continued to work flawlessly for the 6 months he stayed there.

  • When I make an international call, calls get dropp...

    My skype is not working . When I make a call international .....calls get dropped. Please advice. Thanks.
    Subject/title amended to reflect post content.

    It is not an international call. FaceTime is done over wifi (the Internet), not the phone. Now you may need to first call the other party to make sure they are connected to wifi, but you could always use email to prearrange a time for the call so you would each know to be on a wifi network at the appointed time.

  • UCCX 8.5.1 SU3 agent get license error on signon

    Hi,
    Having an intermintent issue on UCCX 8.5.1 SU3  w/CUCM 8.6.2 SU2.
    From the agent debug logs, the day before the closing of CAD doesn't shutdown nicely it looks like (user did not report any errors at end of day when they shut down). The next morning they get licensing error when they try to log in and relaunch CAD 2-3 times then they can log in.
    The CAD version is correct and the LRM logs from server don't show this agent attempting to log in during the error, and the LRM log file only shows a successful log in from this agents PC IP address on the successful login. I restarted the LRM service to see if it helps today. Single UCCX server (no HA).
    AGENT DEBUG LOGS:
    2013-03-18 18:09:19:128 WARN DESK2121 Unable to write agent state change to RASCAL: GID=1363615138 Error=CORBA error.
    2013-03-18 18:09:20:267 WARN DESK2126 Unable to write call data to RASCAL: GID= 1363615138 Error=Client recovering connection to server
    2013-03-18 18:09:44:821 WARN DESK2018 Unable to update wrapup data to RASCAL: GID=1363615138 Error=Client recovering connection to server
    2013-03-18 18:09:44:821 WARN DESK2121 Unable to write agent state change to RASCAL: GID=1363615138 Error=Client recovering connection to server
    2013-03-18 18:10:26:130 INFO DESK1004 RASCAL auto-recovery message received.
    2013-03-18 18:10:26:161 INFO DESK1141 RASCAL Server Feature auto-recovery message received.
    2013-03-18 18:15:06:259 WARN STD3000 Get registry key <MTS_CitrixInstall> under path <SOFTWARE\Calabrio\CAD\Site Setup>. Object not found: <2:The system cannot find the file specified.>.
    2013-03-18 18:15:07:336 INFO SOCKET0000 <CADEEMConnector> service on port <59015> has started.
    2013-03-18 18:15:10:112 INFO VOIP4005 Desktop monitoring disabled for extension [1047].
    2013-03-18 18:15:11:782 ERROR DESK3007 Chat DropUser failed.
    2013-03-18 18:15:11:782 INFO DESK1053 Remaining time <2000>
    2013-03-18 18:15:11:782 INFO DESK1054 We received AS_LOGOUT so close CAD window.
    2013-03-18 18:15:12:187 INFO DESK1049 Releasing Agent License...
    2013-03-18 18:15:12:203 ERROR DESK3113 Unknown exception while releasing the license(s)
    2013-03-18 18:15:12:484 INFO STD0005 Client <Calabrio LDAP> disconnected from service at <10.1.1.10>.
    2013-03-18 18:15:12:593 INFO DESK1006 LDAP auto-recovery message received.
    2013-03-18 18:15:12:593 ERROR FCCC2009 Unexpected exception (Unexpected exception in Chat client service thread).
    The next morning, when they log in..
    2013-03-19 09:59:09:009 INFO LC0007 Invalid Value.
    2013-03-19 09:59:09:009 INFO LC0007 Invalid Value.
    2013-03-19 09:59:09:025 INFO LC0007 Invalid Value.
    2013-03-19 09:59:09:025 INFO LC0007 Invalid Value.
    2013-03-19 09:59:09:025 INFO LC0007 Invalid Value.
    2013-03-19 09:59:09:025 INFO LC0007 Invalid Value.
    2013-03-19 09:59:09:072 INFO STD0000 Starting preference change event dispatch thread.
    2013-03-19 09:59:10:179 INFO LC0000 Connected to Calabrio LDAP server on <10.1.1.10>.
    2013-03-19 09:59:10:179 INFO STD0004 Client <Calabrio LDAP> connected to service at <10.1.1.10>.
    2013-03-19 09:59:10:382 INFO DESK1122 Get Update Flag from LDAP successfully.
    2013-03-19 09:59:10:554 INFO SPUD0000 Successfully launched update from <C:\Program Files\Common Files\CAD\bin\update.exe>.
    2013-03-19 09:59:18:488 ERROR DESK3109 Could not obtain license from LRM.
    2013-03-19 09:59:19:600 ERROR DESK3113 Unknown exception while releasing the license(s)
    2013-03-19 09:59:19:600 ERROR DESK3113 Unknown exception while releasing the license(s)
    2013-03-19 09:59:19:614 INFO STD0005 Client <Calabrio LDAP> disconnected from service at <10.1.11.10>.

    Hi,
    DESK3109 Text: Could not obtain license from LRM.
    Type: Error
    Add’l Info: LRM is not running.
    Action: check if the server is running
    DESK3113 Text: Unknown exception while releasing the
    license(s)
    Type: Error
    Add’l Info: LRM is not running
    Action: check if the server is running
    FCCC2009 Text: Unexpected exception.
    Type: Fatal
    Add’l Info: CTIOS API waitforsingleobject fails.
    Action: Check system resource availability (CPU and
    memory).
    Reference:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_5/reference/guide/cad85ccxecd.pdf
    I would suggest you to please restart the UCCX servers or LRM service specifically in your maintainance window and see if it helps.
    Thanks,
    Anand
    Please rate helpful posts !!

  • UCCX - Forwarding call to a specific agent - HELP!!!!!

    Good afternoon, 
    I am implementing an IVR, and I am with the following problem. 
    If I get an external call to extension 5000, it should be directed to the agent 1, if I receive an external call to extension 5001, it should be directed to extension 5001. 
    I would know if there is a way to configure the script so that it forward the call to a specific agent only, and not to a queue.
    Regards,
    Bruno

    Hi
    Once the condition is met , setup select resource setup to select the exact resource instead of selecting from CSQ
    Make routing target type as Resource and set up resource target.
    Thanks
    Mohamed

  • How to get lauchctl daemons/agents to run only once a day

    How do you get a daemons/agents to run only once a day regardless of the error code of the .sh you are running?
    (not I'm not looking for run once or run on reboot. I want a job to run at 3am every day and it has several bash commands in it. Regardless of the returns by any of the commands in the script, I only want this to run once - NO RESPAWN).

    Ok still not working.. here is the plist
    the .sh file does file processing and then uploads xml files to my server and should run once a day. Here I have it running at 11:45am. It completes and then runs again and again and again.
    The plist is placed in LaunchAgents and loaded with $launchctl load com.iclassicnu.crontabtest.plist
    ideas?
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>label</key>
    <string>com.iclassicnu.crontabtest</string>
    <key>ProgramArguments</key>
    <array>
    <string>/Users/dan/Desktop/iClassicNu/Idea/Forexite/ForexUpdate.sh</string>
    </array>
    <key>WorkingDirectory</key>
    <string>/Users/dan/Desktop/iClassicNu/Idea/Forexite</string>
    <key>OnDemand</key>
    <false/>
    <key>Nice</key>
    <integer>1</integer>
    <key>StartCalendarInterval</key>
    <dict>
    <key>Hour</key>
    <integer>11</integer>
    <key>Minute</key>
    <integer>45</integer>
    </dict>
    <key>StandardErrorPath</key>
    <string>/Users/dan/tmp/icnTest1.err</string>
    <key>StandardOutPath</key>
    <string>/Users/dan/tmp/icnTest1.out</string>
    </dict>
    </plist>

  • How to quickly pick up a 2nd call and drop the first call

    If I am on a phone call, and then a second call comes in, then how can I quickly pick up the second call and DROP the first call?  I can do it if I put the first call on hold but then I have two calls going.  If I simply END the first call, then it takes 5 or 6 seconds for the second call to come in.  Several times I have lost the second call because it took too long to transition over. 

    never mind i did a direct chat with a skype rep and got my answer which is no.

  • After 2.1 update still getting dropped calls

    After 2.1 update I have dropped at least 15 Phone calls , the signal strength is usually on 5 bars 3g , the calls drop without warning (doesnt break up or destort voice), It also seems if I look at email while on a call it drops the call about 20 seconds later, another odd thing is the improved reception at my desk at work , used to get 1 bar on EDGE or no service , after 2.1 update I got 5 bars on 3g and the internet was pretty fast in the same spot but only during the morning time , I went back into the office about an hour later the bars dropped to 1 bar on EDGE/no service and the internet wouldnt even work , and now today when talking with my girlfriend (who has the same phone) the call quality has dropped , the speech sounds like she or I are talking through a voice changer where the words become incomprehensible or the sound totally drops momentarily and then returns to normal , so now im finding myself asking are you there over and over , do you think this phone will ever exhibit excellent voice quality and call reliablity or should I just go back to my old company?

    Since updating my phone to the new 2.1 Firmware I have been seeing my phone at full bars which I normally don't see on a regulars bases like I do now but if I am having full bars why am I having connectivity issues like when I am talking on the phone it is constantly breaking up almost to the point it sounds like a blown speaker and when I send a SMS it pauses at the end of the loading box for about a minutes before the messages is completely sent. These 2 issues I have never experienced until right after the install of the new 2.1 Firmware

  • No point of using Skype.. calls are getting drop f...

    No point of using Skype.. calls are getting drop frequently..
    I have waisted time and money too here.
    My calls are getting dropped again and again.. now i am thinking how to finish available balance.
    anybody can suggest me how to use my rest money because calling someone is not worth.

    Please,  run the DirectX diagnostics tool. Go to Windows Start  and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post. Be aware that you will have to zip this file before attaching it here.

Maybe you are looking for

  • How do I set up file sharing and keep my Firewall on?

    When I turned my Firewall on, I lost the ability to share files and screens on my LAN. When I looked at the advanced settings, I saw that File Sharing, Screen Sharing and Web Sharing were already set to Allow incoming connections but other, related,

  • Can I connect  my iMac to my mac mini??

    I have the new 27 inch imac with thunderbolt, and I want to connect it to my new mac mini in my media closet. I was windering if there is a way to do this. The purpose of my mac mini is strictly as a media server, and all of my work and media are don

  • Why would hotspots work in the browser, but not in Device Central?

    I exported a small prototype from Fireworks CS5 to HTML & Images & tested my hotspots in my Firefox browser.  That worked fine. Then in Device Central CS5 I did File > Open File & selected the home page for this protototype.  None of the hotspots wor

  • Canon G11 and Camera Raw...

    I'm running CR 5.6 on a MacBook Pro (Snow Leopard) and though this version is supposed to support the Canon G11, I'm finding it abysmal at any ISO higher than 200-400.  The amount of noise added between the preview (which I know is based on the JPEG)

  • Poor DVD quality

    When I burn a DVD in Premiere Elements 11, the quality of the DVD is poor. The preview file looks great. The project is a mixture of SD video, HD pics and audio. What am I doing wrong?