Calling customer service

I have been having some problems with 2 of my remotes.  i called the 800 number on Thursday and finally gave up after over 40 min. on hold.  Then I used the in-home feature, but really did not get much solved.  Today I called the 800 number again and gave up after 1 hr. 27mins.  I thought I could just wait "Peggy" out, but no.  Once again, I got on in home chat and finally got an appointmet for a Tech.  He came this afternoon and fixed everything quickly.  It is the on hold that I am complaining about.  I want to be able to talk to a human...  I have heard that Verizon was in trouble and I am beginning to believe it and know why.

You could also try a live chat with an agent.  Sometimes you can get through quicker and receive a more straightforward answer to your question that way.  With the phone, I usually hang up and call again later if I find that I'm on hold for 15 minutes or more because I don't have time for that. 
Welcome to Verizon or better yet, business in the 21st century where customer service often takes a back seat.

Similar Messages

  • Photoshop CS6 could not update successfully.  Error codes Adobe Photoshop 13.0.1.3 Installation failed. Error Code: U44M1P7  Extension Manager 6.0.8 Update Installation failed. Error Code: U44M1P7  Please help me figure out how to call customer service. 

    Photoshop CS6 could not update successfully.  Error codes Adobe Photoshop 13.0.1.3 Installation failed. Error Code: U44M1P7  Extension Manager 6.0.8 Update Installation failed. Error Code: U44M1P7  Please help me figure out how to call customer service.  I would prefer to talk to someone directly.

    Are you using any disk cleaner or optimization tools like CleanMymac or Mackeeper?
    Regards,
    Ashutosh

  • HT1349 I have purchased itunes card whenever enter the card number asking me to call customer service and treatment sinners

    I have purchased itunes card whenever enter the card number asking me to call customer service and treatment sinners

    Do as it says and contact customer service instead of posting to these user to user technical support forums.

  • I have an old iPhone 4 that finally stopped working.  I have an unlimited data plan and want to keep it.  When I called customer service, I was told like in the past that if you purchase the new phone at full price, you can keep your old plan.  However, a

    I have an old iPhone 4 that finally stopped working.  I have an unlimited data plan and want to keep it.  When I called customer service, I was told like in the past that if you purchase the new phone at full price, you can keep your old plan.  However, after some time on the phone i was told by the csr and supervisor that their system is not allowing them to complete the transaction without changing to a limited data plan.  I was told to try going to a store and buy the phone.  Same thing happened.  Has Verizon changed something and not told their employees?

    Seems like people having this problem are those coming from a phone that doesn't have a nano SIM card...so when Verizon issues them one they end up changing their plan. No clue why this keeps happening but stay on top of them. As long as you initiated the request for your plan to be reinstated within the 14 day time frame they should put it back. Interested in seeing how this plays out. There is still one phone in my house that hasn't been upgraded (an iPhone 4). I'm hoping when we do upgrade it at full retail they won't mess with her unlimited data plan

  • Apparently the default country for an account is US. I want it changed to Netherlands without having to call customer service. In need of assistance please.

    Hi,
    Apparently the default country for an account is US. I want it changed to Netherlands without having to call customer service. In need of assistance please, is there someone from Adobe on this forum who can help me? Or does someone know an email address?
    thanks!
    Arjan de Jong

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html

  • Why doesnt the MBP 2011 w/Lion battery last as long? is it Lion or should I call customer service?

    is it Lion or should I call customer service? I just bought it Wednesday btw

    brianna the student wrote:
    Well I bought it from Best Buy so should I just call or go there?
    If you're going to call AppleCare, call AppleCare. If you're going to return it, I'd expect you'll need to return it to BB. An AppleStore will also provide service.

  • I paid my bill $50.23 but my plan is $45. i called customer service that my balance is $0.00 where is my $5.00? my data also have only 500MB.

    i paid my bill $50.23 but my plan is $45. i called customer service that my balance is $0.00 where is my $5.00? my data also have only 500MB.

    Taxes?

  • Call Custom Service from Event Receiver as Current User

    Hello,
    i bang my head on this problem for days now:
    My custom web service hosted in Sharepoint 2013 needs to know the logged on user name. I used to have a self-written impersonation in my service client before, but with switching to claims authentication this should be obsolete.
    So within my service i decode the user from
    IClaimsPrincipal icp = Thread.CurrentPrincipal as IClaimsPrincipal;
    IClaimsIdentity ci = (IClaimsIdentity)icp.Identity;
    String User = ci.ToString();
    This works well when i call the service from a custom aspx page.
    It utterly fails when i call the service from a List Item Event Receiver. The User always is the Application Pool Account.
    This is the Client code to open the Channel:
    private void SetChannelFactory(
    MyServiceApplicationProxy proxy,
    Uri address)
    if (null == proxy)
    throw new ArgumentNullException("proxy");
    if (null == address)
    throw new ArgumentNullException("address");
    // Check for a cached channel factory
    string endpointConfigurationName = GetEndpointConfigurationName(address);// Get the endpoint configuration name
    if ((null == s_ChannelFactory) || (endpointConfigurationName != m_EndpointConfigurationName))
    lock (s_ChannelFactoryLock)
    if ((null == s_ChannelFactory) || (endpointConfigurationName != m_EndpointConfigurationName))
    // Create a channel factory without specifying an endpoint address
    // so it can be cached and used for multiple endpoint addresses
    s_ChannelFactory = new ConfigurationChannelFactory<IMyServiceContract>(
    endpointConfigurationName, proxy.Configuration, null);
    // Configure the channel factory for claims-based authentication
    s_ChannelFactory.ConfigureCredentials(SPServiceAuthenticationMode.Claims);
    foreach (var operation in s_ChannelFactory.Endpoint.Contract.Operations)
    DataContractSerializerOperationBehavior behavior = operation.Behaviors.Find<DataContractSerializerOperationBehavior>() as DataContractSerializerOperationBehavior;
    if (behavior != null)
    behavior.MaxItemsInObjectGraph = 2147483647;
    // Store the current endpoint configuration name.
    m_EndpointConfigurationName = endpointConfigurationName;
    private IMyServiceContract GetChannel(
    MyServiceApplicationProxy proxy,
    Uri address)
    //Create Channelfactory
    SetChannelFactory(proxy, address);
    // Create a channel from the channel factory.
    return s_ChannelFactory.CreateChannelActingAsLoggedOnUser(new EndpointAddress(address));
    All research pointed out that "CreateChannelActingAsLoggedOnUser" would pass the current user (which is correctly identified within the event receiver!) to the service, but it doesn't work for my event receiver...
    Any advice on this would be great!
    With kind regards,
    Joachim

    You should be able to get the current user id from the SPListItemEventProperties object. From here you should be able to create a Claim. For example get the user by using
    user = SPWeb.Users.GetByID(properties.CurrentUserId)
    SPClaim claim = SPClaimProviderManager.CreateUserClaim(user.email, SPOriginalIssuerType.TrustedProvider, issuerIdentifier);
    https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.claims.spclaimprovidermanager.createuserclaim(v=office.14).aspx
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Xslt: calling custom Service Application Proxy from xslt

    Hi,
    Basically, i have creted my custom service application and i wrote webpart to consume it. I have a requirement, to add a button in the SharePoint-Blog XSLTListViewWebPart located in the ~/blog/post/post.aspx page. In this page, they have 2 XSLTListViewWebPart,
    and i want to add a button in it to call my service application webservices. I have 2 problems:
    a. how to get the target url of my service app because in Custom Service App, it add reference to my AppClientService class in my service app:
    using
    (SPSite
    oSite = properties.OpenSite())
    AppServiceClient
    serviceClient = new
    AppServiceClient(SPServiceContext
    .GetContext(oSite));
    serviceClient.InsertTest("UserName"
    b.
    how to integrate the calling of my custom Service Application in the XSLTListWebPart?
    Any
    article about custom application with xsltListWebpart would be appreciated.
    Thank you.
    Thank
    you.
    Regards,
    Jerry

    In the blog.xsl file below span tag renders the author
    So you can use RenderAuthor template to display the author name
    <!-- For the author field, render it using the span style and preceed it with the word "by"-->
    <span class="ms-postfootercolor"><xsl:value-of select="$thisNode/../@resource.wss.ByPrefix"/></span><xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text><xsl:call-template name="RenderAuthor"/>

  • 400 Error Calling Custom Services in _vti_bin

    Hi all,
    I am having an issue in my development VM. I have a site with a number of custom web parts that are throwing 400 errors when attempting to access them. The page itself loads fine, but the web parts are showing 400 errors when calling services that run them
    that reside in the _vti_bin. No errors are showing in the ULS logs, only the 400s in Fiddler. I have been looking into this all day and had no luck.
    Any ideas or thoughts on directions to pursue would be greatly appreciated. Please let me know if any other info is needed and I will include it.
    Thanks,
    J.

    Hi,
    Per my understanding, there is a 400 error thrown in your custom web part.
    To narrow down the issue, I suggest you create a Console Application to test if the code snippet about calling web service works properly without issue, then adding
    the working code into the web part project. By doing this, it would be easier to address the issued part of this solution.
    Here is a demo about how to work with SharePoint web service for your reference:
    http://mohamedakb.blogspot.com/2012/01/use-web-services-to-access-sharepoint.html
    Best regards
    Patrick Liang
    TechNet Community Support

  • I can not find a phone # where I can call customer service for help....

    need a phone number to customer service quick

    Hi,
    You may find the local phone number to contact HP Support in the following link:
    http://www8.hp.com/us/en/contact-hp/ww-contact-us.​html
    Select your region first, then follow 'Technical support after you buy' within the Phone section.
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Could you down load iwork by calling customer service

    could you down load iwork by calling customer service

    You can download iWork from the App Store:
    ->App Store, then search for iWork.  You have to buy Pages, Numbers an Keynote separately.
    also see: http://www.macworld.com/article/156914/2011/01/bundles.html

  • I want to cancel my annual subscription. I have tried calling customer service people for past 2 days but no response.

    I have tried to contact customer service of Adobe systems to cancel my annual subscription but no response.

    Moving this discussion to the Adobe Creative Cloud forum.
    Mahendrap25180577 please contact our support team ay Contact Customer Care to cancel your membership.  You must be logged into the account associated with your membership on http://www.adobe.com/ to be given the correct contact options.
    You can find additional details on how to cancel your membership at Cancel your membership or subscription | Creative Cloud - http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html.

  • Who do I talk to at Verizon that can give me details on my online order?  When I call customer service no one is able to answer a simple question like "what's the status of my order".

    Verizon - Please give me the phone number of who actually know what is going on with the iPhone6+ orders.

    Honestly as a longtime Verizon customer I can say that I do not feel like Verizon is representing their customers well at all.  They cant even be honest with any of us! 

  • IPhone won't activate in Canada and I have no way to call customer service.

    I broke and old iPhone and used insurance to get a new one delivered to my new address in Canada though the rest of my family is in Indiana. The phone will not activate by plugging it in as the directions say. I have tried dialing *611 but that leads to a Canadian company that can't help me and gave me a number for Verizon. The problem is I cannot call that number because my phone is not activated so really I am unable to call anyone. Unfortunately there are no Verizon stores in Montreal or anywhere I can reach. What should I do in this situation?
    Thanks!

        Cmj, that is great that your phone was replaced promptly! In order to activate the phone it needs to be in the U.S. for activation on our network. Once the phone has been activated in the states, then phone can be used as normal internationally.^SP

Maybe you are looking for

  • Sending message not working anymore in WL 12 (InvalidDestinationException)

    Hello, after installing a fresh WebLogic 12 sending JMS messages from a WebService doesn't work anymore. Although I'm using only WebLogic JMS stuff (no foreign providers) I receive the following exception upon messageProducer creation: weblogic.jms.c

  • OPC tags fom Siemens S7

    Hi I'm just learning about OPC now and have never worked with PLCs either. I need to read values from a Siemens PLC. The PLC receives current inputs as 1 of its many inputs. Using Labview, and I able to connect to the PLC and set up OPC tags so I can

  • Approve Working Time

    Dear All I have a requirement. When an employee books time in the section "Record Working Time", it goe for approval in "Approve Time sheet data" in MSS under Work Overview>Team>Employee Working Times>Approve Time sheet data. Now my client needs that

  • Closing Window with component usage in used component

    Hi, I create a popup with the following code.   DATA lo_window_manager TYPE REF TO if_wd_window_manager.   DATA lo_api_component  TYPE REF TO if_wd_component.   DATA lo_window         TYPE REF TO if_wd_window.   lo_api_component  = wd_comp_controller

  • How to turn off versions in Keynote??

    I use Keynote all the time in my work, and my files can be quite large--sometimes exceeding 1 gig in size.  To make a long story short, yesterday at the Apple Store, we discovered, after two Apple guys were tenacious enough to hang in there with me,