NAT ASA5512 8.6(1)2 in and out

Hello Everyone,
This is my first post so please forgive me if I miss something. I have an ASA5512 running 8.6(1)2 that I am trying to NAT a public IP address from my ISP to multiple phone systems on the inside of my network. One of these phone systems is at the same site as the ASA5512 and I have no problems getting this one to work with my current config. The problem comes when I apply the same type of NAT rule that works at the main site to allow NAT to the other sites. These sites are connected via a point-to-point system from our ISP. The point-to-point does not seem to be an issue as I can ping any device at our other sites and I can RDP into computers and servers at the others sites. I can also call internally between sites but when I try to call the other sites from my cell I cant get through. Also when I forward one of the extensions at the others sites to my cell and then call internally I do not get an outside line.
In the config below you can see that Ive applied the same NAT and ACL rules to the adminphonesystem and the deltaphonesystem objects. The adminphonesystem can make calls and recieve them with no issues. The deltaphonesystem cannot make or recieve calls from outside our network. Only internal calls are working for the deltaphonesystem. Ive done packet traces in every which way and corrected any issues that I have found with no fix to the problem. So I cleaned up my config and posted it here. Really hope someone can give me a few pointers in getting this problem solved.
On another note I have a Cisco ASA5505 with smartnet support. So i throw it in place of the 5512 and call cisco support. A tech calls me back and we get everything working perfectly on the 5505 with a few simple rules. I say thank you and have a nice. Then I throw the 5512 back in and replicate the rules from the 5505 that were working. Both of these units are using the new NAT setup that was released after 8.3. To my surprise the 5512 doesnt work even though I have the same rules as the 5505. If anyone can answer that side question please do.
ASA Version 8.6(1)2
hostname AdminASA
domain-name
enable password encrypted
passwd encrypted
names
interface GigabitEthernet0/0
shutdown
no nameif
security-level 0
no ip address
interface GigabitEthernet0/1
nameif Outside
security-level 0
ip address 76.320.333.43 255.255.255.224
interface GigabitEthernet0/2
nameif Inside
security-level 100
ip address 10.1.99.1 255.255.255.0
interface GigabitEthernet0/3
nameif P2P
security-level 100
ip address 10.2.99.2 255.255.255.0
interface GigabitEthernet0/4
shutdown
no nameif
no security-level
no ip address
interface GigabitEthernet0/5
shutdown
no nameif
no security-level
no ip address
interface Management0/0
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
ftp mode passive
clock timezone MST -7
clock summer-time MDT recurring
dns server-group DefaultDNS
domain-name corp.centermh.org
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object network DeltaNetwork
subnet 10.1.96.0 255.255.255.0
object network GunnisonNetwork
subnet 10.1.97.0 255.255.255.0
object network MiamiNetwork
subnet 10.1.98.0 255.255.255.0
object network NuclaNetwork
subnet 10.1.93.0 255.255.255.0
object network TellurideNetwork
subnet 10.1.94.0 255.255.255.0
object network AdminPhoneSystem
host 10.1.99.225
description Inside IP Address of Admin Phone System
object network DeltaPhoneSystem
host 10.1.96.225
description Internal IP Address of Delta Phone System
object network AdminPhonePublic
host 76.320.333.48
description Public IP Address of Admin Phone System
object network FastTrackPhone
host 234.213.124.81
description FastTrack SIP Trunk Authtication IP Address
object network FastTrackMonitor
host 290.230.195.8
description FastTrack Monitoring server
object network DeltaPhonePublic
host 76.320.333.51
description Public IP Address of Delta Phone System
object-group icmp-type ICMP-All
icmp-object echo
icmp-object echo-reply
icmp-object information-reply
icmp-object information-request
icmp-object time-exceeded
icmp-object timestamp-reply
icmp-object timestamp-request
icmp-object traceroute
icmp-object alternate-address
icmp-object conversion-error
icmp-object mask-reply
icmp-object mask-request
icmp-object mobile-redirect
icmp-object parameter-problem
icmp-object redirect
icmp-object router-advertisement
icmp-object router-solicitation
icmp-object source-quench
icmp-object unreachable
object-group protocol TCPUDP
protocol-object udp
protocol-object tcp
access-list global_access extended permit icmp object FastTrackMonitor any object-group ICMP-All
access-list Local_access_in extended permit ip any any
access-list MPLS_access_in extended permit ip any any
access-list CTN_access_in extended permit object-group TCPUDP object FastTrackPhone object DeltaPhoneSystem eq sip
access-list CTN_access_in extended permit icmp object FastTrackPhone object DeltaPhoneSystem object-group ICMP-All
access-list CTN_access_in extended permit object-group TCPUDP object FastTrackPhone object AdminPhoneSystem eq sip
access-list CTN_access_in extended permit icmp object FastTrackPhone object AdminPhoneSystem object-group ICMP-All
pager lines 24
logging enable
logging asdm informational
mtu Outside 1500
mtu Inside 1500
mtu P2P 1500
mtu management 1500
ip local pool vpnUsers 10.1.99.200-10.1.99.210 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
nat (Inside,Outside) source static DeltaPhoneSystem DeltaPhonePublic no-proxy-arp
nat (Inside,Outside) source static AdminPhoneSystem AdminPhonePublic no-proxy-arp
nat (P2P,Outside) after-auto source dynamic any interface
nat (Inside,Outside) after-auto source dynamic any interface
access-group Outside_access_in in interface Outside
access-group Inside_access_in in interface Inside
access-group P2P_access_in in interface P2P
access-group global_access global
route Outside 0.0.0.0 0.0.0.0 76.320.333.42 6
route P2P 10.1.93.0 255.255.255.0 10.2.99.1 1
route P2P 10.1.94.0 255.255.255.0 10.2.99.1 1
route P2P 10.1.95.0 255.255.255.0 10.2.99.1 1
route P2P 10.1.96.0 255.255.255.0 10.2.99.1 1
route P2P 10.1.97.0 255.255.255.0 10.2.99.1 1
route P2P 10.1.98.0 255.255.255.0 10.2.99.1 1
route P2P 10.2.93.0 255.255.255.0 10.2.99.1 2
route P2P 10.2.94.0 255.255.255.0 10.2.99.1 2
route P2P 10.2.95.0 255.255.255.0 10.2.99.1 2
route P2P 10.2.96.0 255.255.255.0 10.2.99.1 2
route P2P 10.2.97.0 255.255.255.0 10.2.99.1 2
route P2P 10.2.98.0 255.255.255.0 10.2.99.1 2
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
http server enable
http 192.168.1.0 255.255.255.0 management
http 10.1.99.0 255.255.255.0 Inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
telnet timeout 5
ssh 10.1.99.0 255.255.255.0 Inside
ssh 192.168.1.0 255.255.255.0 management
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
ntp server 128.138.140.44 prefer
webvpn
anyconnect image disk0:/anyconnect-win-2.5.2014-k9.pkg 1
anyconnect enable
tunnel-group-list enable
username privilege 15
username privilege 15
class-map inspection_default
match default-inspection-traffic
policy-map type inspect dns preset_dns_map
parameters
  message-length maximum client auto
  message-length maximum 512
policy-map global_policy
class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect ip-options
  inspect netbios
  inspect rsh
  inspect rtsp
  inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
  inspect icmp
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
call-home
contact-email-addr
profile CiscoTAC-1
  no active
  destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
  destination address email [email protected]
  destination transport-method http
  subscribe-to-alert-group diagnostic
  subscribe-to-alert-group environment
  subscribe-to-alert-group inventory periodic monthly 8
  subscribe-to-alert-group configuration periodic monthly 8
  subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:
: end

Hi,
If I am not mistaken then atleast one big problem is the source interface in the other NAT configuration command
You have this
nat (Inside,Outside) source static DeltaPhoneSystem DeltaPhonePublic no-proxy-arp
Yet you have this "object network" and "route"
object network DeltaPhoneSystem
host 10.1.96.225
route P2P 10.1.96.0 255.255.255.0 10.2.99.1 1
So seems to me that your NAT configuration should be
nat (P2P,Outside) source static DeltaPhoneSystem DeltaPhonePublic no-proxy-arp
Just as a side note, I personally prefer to configure Static NAT with Network Object NAT. With those configurations your Static NAT configurations would look like this
object network DeltaPhoneSystem
host 10.1.96.225
nat (P2P,Outside) static 76.320.333.51
object network AdminPhoneSystem
  host 10.1.99.225
  nat (Inside,Outside) static 76.320.333.48
Also one very important note, if you are using multiple public subnets on your ASA "Outside" interface then the way this is implemented by your ISP has a lot of meaning.
If the ISP has configured one public subnet between its gateway device and your ASA and routed the other subnet(s) towards the ASAs "Outside" interface IP address then there is no problem.
If the ISP has configured both (or all) public subnets on their gateway interface (others as "secondary" subnets) then you will (to my understanding) run into a problem with ARP with nonconnected networks on the ASA.To correct this you would require you to either change the setup to the first option with the ISP or update your ASA software to 9.0(2) or possibly 9.1(2) to get access to the command "arp permit-nonconnected"
Here is the section from the patch notes that also explains the commands purpose
ARP cache additions for non-connected subnets
The ASA ARP cache only contains entries from directly-connected subnets  by default. You can now enable the ARP cache to also include  non-directly-connected subnets. We do not recommend enabling this  feature unless you know the security risks. This feature could  facilitate denial of service (DoS) attack against the ASA; a user on any  interface could send out many ARP replies and overload the ASA ARP  table with false entries.
You may want to use this feature if you use:
•Secondary subnets.
•Proxy ARP on adjacent routes for traffic forwarding.
We introduced the following command: arp permit-nonconnected.
Also available in 8.4(5).
If you want to take a look at a NAT 8.3+ document I made here on the CSC then follow this link
https://supportforums.cisco.com/docs/DOC-31116
Hopefully the above helps with your problem
Please do remember to mark the reply as the correct answer if it answered your question.
Ask more if needed
- Jouni

Similar Messages

  • HT4623 Update problem?  Fade in and out while updating

    As I was updating the phone to iOS6 there was an error.  Now the phone just fades in and out with the start Apple symbol and there is no way to shut it off.

    If the ISP modem has a built in router, it's best to bridge the modem. Having 2 routers on the same line can cause connection problems: Link>http://www.practicallynetworked.com/networking/fixing_double_nat.htm and http://cognitiveanomalies.com/cisco-nat-how-nat-works/. If the modem can't be bridged then see if the modem has a DMZ option and input the IP address the router gets from the modem and put that into the modems DMZ. 
    I recommend that you phone contact your regional Linksys support office and ask for help and information regarding this. Or [email protected]
    Let us know how it goes please.

  • Glbp " in" and " out"

    we have many subnet in the network with many internet connection.
    If one of our router 2811 for all internt connection we got overload ( sometime route got 100% cpu)
    I try to setup the second router using GLBP.
    Iam only afraid of asymetric routing through the firewall so we cant nat some service out firewall.
    Could you give me idea to use both router and avoid overload ?

    I'm not having that problem, exactly but something similar. I find that a multitrack project sent to STP from FCP opens find, but when I open an individual file in the waveform, I don't get just the part of the clip I had in FCP (and had in the multitrack), but rather the whole clip before I made in and out points.
    Is anyone else having problems like we're having?

  • IPhone 5 voice call quality fade in and out. Noise Cancellation interference?

    I've been having this huge problem with the iPhone5. The evidence i've collected seems to indicate this is a problem with all iPhone5's.
    On calls in certain places both indoors and outdoors, the callers voices over the iPhone5 fade in and out. Their voices occasionally completely fade completely away, and only come back momentarily. The low volume for 50% of the time forces me to raise the volume, but raising the volume does not help because when the voice does come back, the volume is too loud for my ears.
    I went back to the Apple store and they are not able to help me. They suggested a clean restore, which I did. They offered to replace the phone, which I did, but it is the same problem.
    - iPhone 5 vs. iPhone 4S, the fading does not occur. I make the call to the same voice mail system I have, and the sounds from the other side are consistently the same volume for the 4S, but fades in and out for the 5.
    - I connected up a 8mm jack between my iPhone 5 and my mac in an attempt to record this problem. In that instance, the sounds from the voice mail DO NOT fade in and out. I did find out that the dynamic range on the iPhone 5 is MUCH greater than that of the iPhone 4S, for some strange reason.
    - When I hold the phone up to my ear, the fading in and out does occur, but it is less noticeable. But it's still there.
    - When I leave my work area the problem goes away. However, because the iPhone 4S on the same AT&T service does not have this problem, this leads me to believe it's NOT a lack of transmission power from the AT&T cell tower. Rather, it is a reception issue at the iPhone5 side.
    - I turned off LTE, data and then made the calls. Same issue.
    I use this phone to make 60 minute calls for conference calls frequently. I cannot use it. Please advise. I am seriously considering returning this phone. Except i've sold my old iPhone 4 already. I'm in a bad place. Please help.
    Here's another post of a fellow with the same exact problem.
    http://forums.macrumors.com/showthread.php?t=1456404
    Apple, please look into this. I believe this is a problem with the noise cancellation software.

    I've got an update on this problem with fading volume. I've isolated it to the set volume on the phone for voice calls when using headphones. When the headphone volume is set between 1 and 6 (out of 16 squares) the callers volume will consistently fade in and out. The fading which is normal to zero volume at 2-5 Hz is serious enough that normal conversation is impossible.  When the volume is raised above 6/16 then the callers voice stabilize and I can hear all their words again. Unfortunately, at 6/16 volume their voices are too loud for the headphones.
    Furthermore, when headphones are plugged in, and I initial a call after the iphone5 was idle for several minutes, the first dial tone has preceded by a very loud pop an the tone, as though there was too much pressure (charge) that was dissipated all at once.
    Other details:
    - I used 3 different earphones, iPhone 4 headphones, altec earphones, an the new iPhone 5 earbuds. Same.
    - I turned on and off lte, data, Bluetooth, wifi. Problem persists unaffected.
    - when switching to iPhones earpiece and mic, the fading is gone.
    - I have 3 out of 5 bars where I teste this, in the city outside and on hwy 5 in central California. Same symptoms in all places I've tested.
    - I have exchanged my phone at the apple store. Same issue with both iPhones an I suspect all ipjone5s.
    - the ipjone4s does NOT have this problem when the volume is set lower. I can tell that the iPhone 5 must have a new audio filter to make the sounds have larger dynamic range. I liked the 4s better, because it is easier on the ears!

  • How do you cut and paste tables in and out of Excel from either Mail.app or Outlook 2011?

    When I try to cut and paste a table generated in Excel for Mac into the body of an email the formatting holds but when I send the table is reduced to one column. Same is true for copying from incoming mail into Excel, when I paste into Excel it is reduced to one column rather than keeping the table format. I have tried using mail.app and went out and Outlook 2011 and both programs have the same issue. The reformatting also happens when I forward an email received from a coworker that contains a table, not just on cut and paste operations.
    I need to do this regularly and right now my only option is using my old PC where the cut and paste function keeps formatting between Excel and Outlook just fine. Attaching a pdf or excel file is not an option. There has to be a way to maintain the formatting and being able to extract the tables keeping them intact. Please let me know if you have a solution to maintain this formatting within email programs. Thank you in advance.

    Selecting all does not help - the issue is I need a table within an incoming email to be moved to excel, edited and then pasted back into a new email. "Select All" picks up the email headers, signatures, any messages around the table etc so that doesn't work. Also, as pointed out above Excel doesn't have a select all feature to get the tables back into the body of an email.
    I just tried again going from Excel into Outlook 2011. No luck. All one column down the left side of the email. All columns are removed and text crammed into one column. Just to check I cut from one Excel document and pasted into another and it retained all formating just fine. It is only in and out of Outlook that seems to be the issue.

  • My earpeice on my Iphone4 does not work. It acts as if i still have earphones plugged in. I have tried plugging in and out the earphone several times but it still has not resolved the issue. I have rebooted my phone but the problem still exits. Suggestion

    Hi, I am using and Iphone 4 with OS 4.2.1, I recently started facing issues with my iphones earpeice. It acts as if the earphones are still connected. I have tried plugging in and out the earphones several times as per several posts confirming a fix for the issue, however i am still facing the problem. Please suggest..!!!!

    We had the same problem, but figure out the solution.
    You MUST have at least 1 song added to your ITUNE!  After you add a free song, then everything else should work as normal!
    Hope this helps!

  • Iphone 5s on Verizon Network  Wifi not working Wifi keeps coming in and out

    I just recently purchased the Iphone 5s from Bestbuy and I have noticed that my data usage is enormous. I haven't even had the phone for a week but my data usage is almost at 50% of my monthly capacity. I have my iphone connected to WIFI always when I am at home and work. The majority of my day I am in a building with WIFI. I called Verizon to figure this thing out and they said that my WIFI connection keeps coming in and out and that is why I have used so much data. Is there a way this can be fixed or should I return my phone? The Verizon Wireless Rep told me there is an issue with the WIFI but since I am new to iphone I just wanted to try everything before I return the phone. I have AT&T U-verse cable and internet. I never had a problem with the WIFI on my Galaxy S3. The wireless icon always appears to be on but the REP told me that isn't always the best indicator that the phone is using purely WIFI.

    In the US, Apple handles all iPhone warranty/support issues. So, make an appointment at any Apple store.

  • Some of my photos in iphoto turn blank (white) when I tried to edit the size like zoon in and out.Can someone help me on this?

    Some of my photos in Iphoto turn blank (white) when I tried to edit the size like zoon in and out.Can someone help me on this?

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • I am no musician, but have owned an iMac now for around four years. During that time I have had Garageband installed. I have dipped in and out very occasionally as I would like nothing more than to be able to get my head around it just for my own amusemen

    I am no musician, but have owned an iMac now for around four years. During that time I have had Garageband installed. I have dipped in and out very occasionally as I would like nothing more than to be able to get my head around it just for my own amusement really. I would at least like to be able to record my electric guitar with loops and tracks etc, just try to be a bit creative and see what comes out. The problem that I have is that perhaps its me, but every time I try to get to grips with this software, I just can't seem to get my head around it, even to begin to do something. I have now recently downloaded 10.0.2 which is confusing in itself, as, as far as I can ascertain that is actually version 11, but I'm not even sure about that. I have also recently purchased a Rocksmith RealTone Cable to connect my guitar. I can sometimes get a sound come out, but nothing to brilliant. And every time I try to set something up, it just doesn't seem to work out. I end up hitting buttons and controls in the simple hope that I may hit the correct control in order to get some sort of result. But I'm kind of fumbling in the dark with this. I have trawled the Internet just trying to find either a good manual or video tutorials for absolute beginners, but there just simply doesn't seem to be anything of that nature out there and what there is appears always to be very sketchy and not particularly detailed in explaining anything properly, and so I always find myself seemingly jumping in with both feet and just struggling to try and find a foothold with this on how to really begin. It is so frustrating as I can see the fantastic potential of this software, but just can't understand how to use it properly. If there is anyone out there who may be able to offer me some advice with this, I would be most grateful indeed... Many Thanks.

    I have now recently downloaded 10.0.2 which is confusing in itself, as, as far as I can ascertain that is actually version 11, but I'm not even sure about that.
    Version 10.0.2 is the newest version and the successor to GarageBand '11 (version 6.0.5).
    The '11 is referring to the iLife '11 suit of multimedia application - the older GarageBand was a part of this bundle.
    Have a look at Edgar's graphical enhanced manuals, the explain very detailed how things work and why. You can buy them as iBooks from the iBook store or directly from the page:
    http://DingDingMusic.com/Manuals/

  • I know I've heard that iPads/iPhones can't get viruses but is it possible that they can? While using my iPad, it keeps going in and out of apps. On Facebook, status and profiles keep getting clicked and it keeps zooming in and out. Can anyone help

    I Have an iPad mini, iOS 8.1. When I'm on my iPad, it keeps going in and out of random apps. Going to settings is the worse. As soon as I click settings and it opens,it starts clicking different things and tries turning on and off settings! In Facebook, profiles and status get clicked. The screen zooms in and out multiple times. It reminds me of when you call the help desk for a computer or a computer at work and they gain access and move around clicking and you're doing nothing. Basically things are being clicked and I'm not doing it.....can anyone help?

    At this point, I would go for reset to its factory default condition, using the iTunes program to get a clean system install. That way you'll clean everything out and just have it set up the way it would come from the factory. You'll need to do your backup (on the iTunes program too) and be sure you understand which stuff will be saved and which will not (from the links below). Also turn off any anti-virus program you may have on your desktop. Then when you reset it to the factory default condition, don't restore your backup just yet ... until you check it out without your data put back on it. Verify its operation first, to make sure that you know it's okay. Hopefully everything is okay at that point, otherwise you'll have to take it into Apple to check it out for any hardware failure.
    Here are the links, and the last one pertains to the reset to factory default condition ...
    Choosing an iOS Backup Method (Should I Use iTunes or iCloud to back up ...)https://support.apple.com/kb/HT5262
    Back up and Restore your iOS Device with iCloud or iTunes
    http://support.apple.com/kb/ht1766
    iTunes: About iOS Backups
    http://support.apple.com/kb/ht4946
    Create and Delete iPhone, iPad and iPod Touch Backups in iTunes
    http://support.apple.com/kb/ht4946
    iOS: Troubleshooting Encrypted Backups
    http://support.apple.com/kb/TS5162
    Use iTunes to Restore your iOS Device to Factory Settings
    http://support.apple.com/kb/ht1414

  • X1 Carbon Gen3 (2015) Chassis constantly clicks in and out of position

    It's been 1 week since I received my first Lenovo Laptop - X1 Carbon Gen3 and I'm very pleased with it so far. Since the beginning I noticed a 'clicking' sound produced when resting my palms on the keyboard to type, but couldn't figured out what it was. Today I took a closer look and discovered that the bottom chassis (front corners) is being pushed in and out its position, creating this 'clicking sound'.  It almost looks like the screws were not properly tightend so they do not allow any flex between the bottom chassis and the body of the ultrabook.  I tried tightening the screws, but it seems like they are fully tightened, so there isnt anything I can do about it. I performed a research and found one more user complaining about the same issue here:http://www.reddit.com/r/thinkpad/comments/30a5rz/i_have_a_touch_and_a_nontouch_qhd_x1_carbon_3rd/ I'd like to know if anyone else has experienced this issue and how its best resolved. Many thanks, Chris

    I have the same problem (hope to soon being able to say "I HAVE HAD that problem"...) I was very, very disappointed and very annoyed to see that this overly expensive business laptop which I paid +3K USD for not (even) had the same build quality as a simple Macbook consumer laptop, therefore a couple of days ago I sent my X1 gen3 for repair to fix the squeeking and flexinq bottom cover, and hopefully the Lenovo repair center has swapped either the bottom cover or the screws. I must say that it is really embarrasing for Lenovo to charge a premium for a Laptop with such a lousy bottom cover fit..I mean, honestly, where is the quality control...? Anyway, as soon as I get it back after the weekend I will post an update about the results of the repair.

  • Having a problem with iphone 4S. Phone calls are getting dropped and cutting in and out.

    I seem to have very little or no service at all recently.
    All my calls are cutting in and out or hanging up in the middle of a conversation. I have to stand in the corner or my kitchen to get a clear call or get at least 2 bars.
    I called Verizon yesterday and tried a few things they suggested but nothing worked.
    I dont have another phone to call them back on since they suggest we call from a different phone until the late evening. Someone was supposed to call my back and never did.
    Not sure on what else to do.
    I am extremely frustrated and annoyed that I cant even really use my phone.
    HELP

    If the on/off switch does not work, that is a hardware problem. The other problems may be related to a hardware problem or faulure as well.
    Make an appointment at an Apple store if there is one nearby to confirm.

  • Problems fading sound clips in and out in iM 6 HD

    I have imported a MP3 music clip into my movie timeline. It plays fine on playback.But when I share with iDVD, and test it on my computer or a DVD player the fade in/out on that specific spot is very abrupt and erratic and sounds quite terrible. I have tried changing frame rate settings from 29.97fps to 25 fps ( We run PAL and not NTSC) here in South Africa. I've even tried importing the original MP3 as an .AIFF and even a Quicktime movie from Quicktime Pro. After writing the DVD, the fade ins and outs sound terrible, no matter what I do.
    out of options

    Hi Squid, welcome!
    You can't use PAL at anything but 25 fps!
    How are you setting the fade? Usually one 'extends' the timeline and manipulates the volume there.

  • Sample rate off the audio input and out devices do not match - what to do?

    This is fundamental, I know, but nevertheless I can't find my way around it. I get this error message when trying to recor:
    Sample rate off the audio input and out devices do not match
    and am asked to do this:
    Use the appropriate operating system or audio device control panel to adjust the sample rates of the input and output devices to use the same settingt.
    I have defined the sample rate to 44.1/16 bit in accordance with my inbuild soundcardt.
    I am trying to record from LineIn.
    When running on a M-Audio sound card I don't face any problems.
    HP 8560W, sound card IDT/High definition audio Codec
    Any suggestions?
    Knud
    Copenhagen

    You're sure you have set BOTH the input and output settings to 44.1 16 bit?
    Which version of Windows are you running?  There are a number of posts on this forum about how to fully access both the Windows Mixer and the Mixer for your soundcard.  Especially, you need to ensure that all "Windows Sounds" are turned OFF.

  • I've had my iPod 5th gen for a few months now and out of nowhere the microphone has stopped working.

    I've had my iPod 5th gen for a few months now and out of nowhere the microphone has stopped working. It won't pick up anything, I can't use it for recording, face time, siri or anything else. Every time I try and record and play it back its just all fuzzy, is there anyway of fixing it without having to send it off for repair?

    - Make sure the mic hole is clear and unobstructed. It is the little hole on the back by the camera lens(if has back camera). For the 16 GB one without the back camera the mic hole is on the tope edge near the center.
    - Open the Voice Memos app and see if you see movement on the VU meter needle with changes in noise level trying to be recorded.
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                 
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                       
    You can also send it to Apple.

Maybe you are looking for

  • I am having a problem with playback in Final Cut 6.0.6

    Hello, I am having a problem with playback in Final Cut 6.0.6 of 1920x1080 60p footage. I transcoded MTS files shot on a Sony NEX FS100 into Apple Pro Res mov files but the playback stutters in Final Cut and QTime making it impossible to edit. Is thi

  • How do I get my library back on Encore CS5?

    I have used the library on Adobe CS5 from new and now it is missing. How do I have it recovered back to author my DVDs. I have researched the Adobe help but not successfully. Brian Anderson.

  • Why are my books not deleting?

    Why are my books not deleting?

  • Row column group hiding in matrix report

    Hi , I need to hide the repeated rows in matrix report,in below with red rounded (4%,4%) is coming twice for single resource. I need to show only one 4% for this resource.How to do this in matric report. thanks bhupesh.r

  • Log file location settings

    Is it possible to change the log file locations, both master log file (from hyperion_home\essbase\essbase.log) and individual application log files (from their respective applicaiton folders), to some completely different locations. If yes, then what