Program Long Distance Card

I'm wondering if it is possible to with just one click make a LD call to a contact in my contact list and automatically have the call charged to my LD card.
I was used to my cellphone which allowed me to call any # from my contact list and when I held the send key for 2 seconds it automatically recognized I wanted to make a LD call and charge it to my calling card, which was already programmed in the phone.
Or is it possible to have the BB recognize any LD number prefixed with a 0 should be charged to my LD card, without having to type in my LD card # and PIN all the time.
I don't want to pre-program all my LD contacts with the calling card #, because sometimes I find my self in the city where my contacts are, and I need to call them locally.

ItsThePits wrote:
I don't want to pre-program all my LD contacts with the calling card #, because sometimes I find my self in the city where my contacts are, and I need to call them locally.
For each of these contacts, you can store one phone number for Long Distance and one phone number for local calls. So when you call one of the, you just choose which one you want to use. I hope you don't have too many contacts
The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Similar Messages

  • How do you use a long distance card with iPhone??

    I have my long distance card set as a contact but when I dial it and then dial the contact I want to reach it treats it like a seperate call. Anyway around this? Ideally it is just for when I call one area code - in Canada - that I want it to first dial the calling card number as a prefix.
    thx in advance

    You should compile the FPGA into a bit file.  You can then load the bit file in the host VI.  This loading should only happen when the host VI is ran.
    10 minutes to compile?  That is quick!!!  I had one that took 2 hours and I've heard stories of some taking a lot longer.
    The Producer/Consumer architecture is the closest thing I can compare my setup to.  Yes, I use the queues because the host VI is constantly running.  You have to use some kind of messaging in order to pass data into the host VI.  I used an Action Engine to keep my queues in order, but you could probably just use named queues to accomplish the same task.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Accessing Oracle DB at multiple location(long distance)

    Hi guys,
    I have a situation where i need to connect to oracle database which are at long distance(say singapore and UAE). Structure of database is same.
    Which is the better way to implement.
    1. Using seperate connection for database
    Connection conSingapore
    Connection conUae
    and use diff Statements
    or
    2. replicating database at single location and accessing centralized database.
    Second option is easy as far as java program is concern but what abt replication process? This may cause synchronization(data inconsistancy) problem. Can we use DB link or Materialized views? Has anybody heard tht?
    Is there any better way to overcome such situation.
    Please help incase anybody has good idea.
    Thanks in advance

    If I get your intention correct, I would advise to pass in the URL of the db at runtime. That is if you are using the thin driver, you can use the following :
    DriverManager.getConnection(url,userName,passWord);you can specify the Database details on runtime so that the connection to the corresponding DB is made.
    GoodLuck,
    Sekar

  • Unhappy with verizon about long distance charges

    Hi I have been very happy with verizon for a very long time, and I always had every problem resolved, the customer service is one of the best there is. But I saw a $38.87 in long distance charge on my bill. Which is impossible because when I first got my cell phone I was never able to make international calls from day one, also I only use calling cards or apps to call international. As always I trust verizon wireless to resolve my issues. So when I called I spoke to BROOK and she was fine at first, but then when I told her that I never added international calling to my plan, she said that this service is given to long time customers. And even tho I did accepted that in fact I did call international, she kept repeating herself to me saying, ''YOU JUST ADMITTED TO ME YOU MADE THE CALL''. Of course I admitted it, I'm not gonna lie. I felt like my mom saying ''you just admitted to me". When I asked to speak to a supervisor, she said I am the supervisor and I can only meet you half way as a courtesy or something like that. I insisted to speak someone higher and finally she put me on hold, I said ok she said ''uhuh'' like I inconvenienced her. I work in customer service, customers can get really rude and frustrating, and even curse you out, but in no way I did any of that(because I know how it feels). The point is that I never added international calling to my plan, and I used a calling card to make every international call. Although the gentleman she transferred me after was more like a person DID NOT resolve my problem I am $19.00 short. I am so upset and even when verizon was charging extra for many months in the past w/o my permission (it was returned after). Even that, did not make me upset because I trusted that verizon will resolve it with no problem. Well now I can't wait until my plan is due on November and cancel my services.

    I am also unhappy with verizon's long distance charges for my cell phone. It's ridiculous that I'm getting charged $6.37 in long distance charges for two months in a row. The first month, I went to the store and they mentioned a call to Canada. I was like "fine, I may have called Canada." The next month, I am absolutely certain that I did not make any international calls; yet I got another charge for $6.37. Now I'm going to have to waste my time on the phone with Verizon for this refund because their website links you to discussion forums instead of providing an option to email customer service to complain about overcharges.

  • Local skype to go number is long distance

    I have a contact skype to go number which is long dsitance as well as my access number for all other calls is a long distance number. How do i get a different skype to go number for a contact as the rest of my contacts are local skype to go numbers

    Hello,
    Please advise your access number and your other direct dial numbers. Thank you.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Programming multiple smart cards with multiple smart card readers in a PC causes a PCSCException in a smart card that is in progress

    Hi,
    I develop a Java code using smartcardio API to program a smart card. My GUI allows to add at most 5 smart card readers that will wait for card present, then do authentication and program the smart card with an application, then wait for card removal. This is a separate thread running in a loop for each smart card reader added as programmer.
    The problem occurs when a certain smart card is in progress and I inserted another smart card to another smart card reader.  Both smart card reader halts and throw sun.security.smartcardio.PCSCException: Unknown error 0x8010002f.
    I also observed that every time there is an attempt to insert/remove a smart card in the smart card reader that is connected to the USB port would cause the programming in progress to be interrupted and throw the PCSCException.
    These are some exceptions I got during my testing:
    sun.security.smartcardio.PCSCException: Unknown error 0x8010002f
      at sun.security.smartcardio.PCSC.SCardTransmit(Native Method)
      at sun.security.smartcardio.ChannelImpl.doTransmit(ChannelImpl.java:171)
    java.lang.Exception: Loader Record Failed: 6E | 0 //Sometimes I got this return code SW1 0x6E SW2 0x00 which means an APDU with an invalid 'CLA' bytes was received. I had check the command before it was sent and it was correct.
    Help me understand this issue. I think the CardTerminal.isCardPresent(), CardTerminal.waitForCardPresent(0), and CardTerminal.waitForCardAbsent(0) cause this issue that CardChannel.transmit(apduCommand) is interrupted or the smart card insertion/removal causes the CardChannel.transmit(apduCommand) is interrupted.
    Regards,
    Knivez

    Hi,
    when you work with one smartcard reader only usually you address the slot -1 that means "the first found".
    But to deal with multiple readers you have to use slots of course since one reader will be slot 0, next reader will be slot 1 and so on...
    So a credential object will be identified on a system by a couple
    <slot,alias>
    After that, the way to address slots (I mean the syntax) depends on the classes you are using...
    Bye

  • Switched long distance from At&t to verizon in February still no long distance capabilites, WHY?

    Switched long distance from At&t to verizon in February still no long distance capabilites, WHY? I have made numerous calls in the last few months and still am not able to make a long distance call. Do I need to switch back to AT&T. I have been using Skype but doesn't Verizon want the business?

    Some verizon people do look here but this forum is mostly for user to user help.
    Try "contact us" http://www.verizon.com/contactus

  • Long distance in local calling area

    I have set up some Skype to go numbers in my calling area and some of them are working but when I dial others Bell Canada says the number is a long distance number.  Is there any way to chose the number (ie 613 927 XXXX or 613 434 XXXX) instead of it being automatically assigned?  ANy help would be appreciated!

    a STG number is mapped to a single target number, and that number must always be entered in international dialing format (i.e. exactly the same way you would dial it if you were wanting to call it using SkypeOut on any Skype client)
    Regards,
    Neil

  • What is the email for the covent garden apple store (UK), if not apple uk. I am in canada and need to contact THIS store (for an insurance claim) and the phone system won't work for a long distance call.

    I am currently living in Canada (but I am from the UK).
    I lost my iphone 4S 32GB a couple of weeks ago and I need to try and prove to my insurance company that the iphone was a 32GB.
    I was told by an apple store near where i live that the original store where i purchased my iphone may be able to find records on my phone and print out a receipt for me. I can't get through to the Covent Garden apple store in london (where i brought the phone), because the automated phone system that apple uses doesn't seem to like long distance phone calls.
    Is there an email for the covent garden store, or for apple uk? I tried toi chat to an apple advisor online, but because of my location i got put through to apple USA.

    https://selfserve.apple.com/agreementWarrantyDynamic.do
    I noticed an error for some reason, the last two characters should have been do rather than co.

  • Monitor vibration over long distance ( 300m)

    Hi everyone,
    Currently, I have a project to monitor vibration (16 IEPE channels) from a station that is more than 300m away from monitoring station. Looking at NI's products, I have a few options:
    1. Using ENET-9234:
    - Only 4 channel/module. I need to use 4 modules in total, and need to connect to a router.
    - Ethernet distance is limited at 100m. To reach 300m, I need to use at least 2 repeaters, which are not suitable for my project (off-shore environment)
    2. Using MXI-4 with Fiber Optic: PXI-8336
    - Maximum allowed distance is 200m.NI recommend to add another segment (i.e. add another PXI chassis in between) to extend range to 400m. Or use optical converter to convert between multi-mode fiber to single-mode fiber to extend range
    http://digital.ni.com/public.nsf/allkb/C86BF63CC73C6721862575F2005A246D
    These recommendations are not suitable either due to harsh contion in the sea and difficult maintenance.
    3. Last option is acquire and process data at the site. Then transfer only processed data back to monitoring station over GPIB or RS-485.
    I would like to seek your advices on these options. Is there any way to avoid the repeaters in between?
    If you have any other ideas, please kindly let me know.
    Thank you very much!
    Have a great week ahead!
    PQH

    I also like the cRIO approach.  There are copper to fiber media converters on the market that offer single mode fiber which is what you would need for the longer distance. 
    Check out the following tools to help you get up and running quickly with cRIO:
    This listing is an attempt to list and briefly describe core tools that speed the development of waveform acquisition and analysis applications on the CompactRIO and RT platforms. 
      NI CompactRIO Developers Guide: This is a core developer's guide for a wide range of waveform acquisition and analysis applications.  It provides useful background on CompactRIO and control applications in particular.  It has chapters on waveform acquisition as well as deployment and management of applications on CompactRIO. 
    http://www.ni.com/compactriodevguide/
      Reference Applications for cRIO Waveform Acquisition:  This is the core template for acquiring waveforms for analysis, including vibration, electrical power, and structural monitoring.  It makes a great starting point for waveform applications on cRIO. 
    http://zone.ni.com/devzone/cda/epd/p/id/6206
      cRIO Reference Designs for Structural Health Monitoring:  This reference builds on the waveform acquisition reference and adds scan engine for slowly changing signals as well as TDMS data logging on event.
    http://zone.ni.com/devzone/cda/tut/p/id/9851
      Simple Messaging Reference Library (STM): This tool provides a TCP/IP communications protocol which is used in the benchmarks shown on the waveform acquisition reference page.  It is an excellent tool for efficient communications between cRIO and a host, easily supporting time waveform live streaming.
    http://zone.ni.com/devzone/cda/epd/p/id/2739
      Reference Library for Converting Between LabVIEW and XML Data (GXML):  This reference provides a remote XML configuration tool, to be used for remote configuration of the cRIO LabVIEW application.
    http://zone.ni.com/devzone/cda/epd/p/id/6330
      LabVIEW Syslog Protocol Reference Library: This reference offers a UDP cRIO status monitor to indicate to the host the operational status of the remote cRIO
    http://forums.ni.com/ni/board/message?board.id=Components&thread.id=51
      Reference Applications for cRIO Order Analysis Using a High Speed Tach:   This reference offers tachometer or encoder interpretation in FPGA when the I/O device is in a separate and higher speed loop. 
    http://zone.ni.com/devzone/cda/epd/p/id/6301
      DSA Module Synchronization Reference Design for Multiple cRIO Chassis:  This reference is useful when the timing of I/O needs to be tightly synchronized between two cRIO chassis.  It works with a signal line, as well as with GPS. 
    http://zone.ni.com/devzone/cda/epd/p/id/6146
       Additional NI Systems Engineering Components are listed here:  Additional tools can be found on the Systems Engineering Components discussion forum. 
    http://forums.ni.com/ni/board?board.id=Components
    Hope this helps you get started with cRIO, which is a great choice for industrial oil platform applications for temperature, and Class 1 Div 2 certifications. 
    Preston Johnson
    Principal Sales Engineer
    Condition Monitoring Systems
    Vibration Analyst III - www.vibinst.org, www.mobiusinstitute.com
    National Instruments
    [email protected]
    www.ni.com/mcm
    www.ni.com/soundandvibration
    www.ni.com/biganalogdata
    512-683-5444

  • How to program the daq card to route signals?

    Hi,
    I would like to program the daq card to route signals, for example from DIO0 to
    DIO1. All this should happen without Labview, directly on the board. Is this possible?
    What I want to do, is to get a lot of signals as inputs and output those
    signals as they are. Sometimes I need to take one signal through Labview
    and make some modifications to it. If I route all the signals through Windows
    and Labview will propably cause latency, so I would like to do this at the lowest
    level as possible.
    Currently I'm using PCI-DAQ 6025E, but this card might not be sufficient for our
    needs, so if this is possible with some other card, please share your information.
    All information on this matter is highly appreciated.

    Oops!. I just noticed that I accidentally posted this question to the wrong forum.
    I posted a new one to "multifunction DAQ", so if you have something to say about
    this matter, then go here
    http://forums.ni.com/ni/board/message?board.id=250&message.id=31100
    Thanks.

  • Access Code for Long Distance

    I am unable to make long distance calls. Each time I try I get a recording stating the access code I entered isn't valid. What does this mean? I've never heard of using an access code for long distance.
    Thanks in advance for your help. 

    Could be mistake.
    You could have been slammed by another phone company.
    You didn't identify your type of phone service.  E.g Fios Digital Voice, Verizon Freedom Plan, etc..
    Remember you are talking to peers here.  Most likely you will need to use the CONTACT US button on any of the verizon webpage.
    http://www.verizon.com/support/residential/contact-us/index.htm

  • Rogers - Long Distance Data?

    Hi all,
    I just got my first Data Plan and Blackberry (8900 Curve) from Rogers yesterday. I was wondering if using data outside of my local calling region (i.e. Toronto) will cause "Long Distance Data" charges? Or is there no such thing?
    Cheers,
    Ben 

    With the Canadian providers (including Rogers) Data roaming in Canada is free. So from Victoria to St Johns, there is no "long distance" as you put it for using data, regardless of the fact that you have a Toronto phone #.
    When you travel outside of Canada, that's when you start paying Data roaming charges.

  • International Long Distance Value Plan

    I'm trying to confirm that the International Long Distance Value Plan (calling Canada = $5.00 monthly access charge, $0.01/min for landline and mobile) can be added to a ALLSETS prepaid plan. I'm hoping to setup a prepaid plan in the next few days. I had talked to a Verizon rep on the phone and they had said that this plan cannot be added to a prepaid plan. I had chatted via the online chat with a rep who said that it is possible to do this. International Prepaid Phones & Plans - Verizon Wireless is where I saw this Long Distance plan. So who/what is correct?

    I just chatted with another rep online. Additional funds must be made available on the Prepaid account before using the International Long Distance Value Plan. So for a smartphone, it would be the $45 for the ALLSETS plan, plus $5 for the access fee, plus however much more funds are added to use the per min. charge to make the international long distance call.
    The other option would be to go with the plan that offers 1000 mins. for $10/month (calling Canada).

  • Local to Long Distance Numbers ???

    I'm a commercial pilot and always on the road. All my local numbers do not have 1's in front of them, all my long distance numbers do. On my old phone i could select a number and then there was an option to add a 1 to the number. Is there a way to do this in the iphone without physically editing the number ? How does everyone else do it ?

    In the US it's not needed - AT&T automatically doers that for outgoing calls (i.e. you can dial 1-408-555-1212 or just 408-555-1212 and the call will go through just fine).

Maybe you are looking for