How to detect phone call event

Hi there ,
I want to know and use the phone no. that called me,
how do I catch the event and use the phone no.
moshe

There is no AIR API to do this.  You might be able to use a native extension assuming there are native APIs to get this information.

Similar Messages

  • How to detect browser close event in flex ?

    How to detect browser close event in flex ?

    This link may help:
    http://cookbooks.adobe.com/post_Close_event_of_browser_or_browser_tab-18211.html
    Best,

  • How to detect window close event and do some task before exiting

    Hi 
    Anyone knows how to detect window close event and do some task before exiting ?
    Sridhar
    Solved!
    Go to Solution.
    Attachments:
    window close event.JPG ‏34 KB

    Yes .You can discard the panel close event by passing "TRUE" boolean value to the "discard ?" terminal which is lied in the right side of that panel close(filter) event.& It will work in executables.  See attached picture.
    Attachments:
    Panel Close.JPG ‏12 KB

  • How to detect key board event

    HI,
    How to detect keyboard event (Like CTRL key press shift key press) in Swing�any can any body suggest classes and interface for that�.
    Thanks

    [url http://java.sun.com/docs/books/tutorial/uiswing/misc/keybinding.html]How to use Key Bindings

  • How to clear phone call log

    Hello All,
    I am a complete newbie (just got my Blackberry today) so please pardon any incorrect terminology.
    My question is this:
    When I click on the green phone icon a list of prior phone calls appears.  How do I clear this list of prior calls?
    Thanks in advance,
    Mike

    When you click the edit button in recents, try clicking the clear button in the upper left.

  • How to access phone call timer iphone 4

    does the iphone 4 have call timers for phone calls anf if so how are they accessed

    With the Phone app, select Recents.
    Select the right facing arrow in a blue circle icon to the right of a call to view the call time.
    For total call time, Settings > General > Usage > Cellular Usage > Call Time. There is a Current Period and Lifetime. You can reset the Current Period time for calls and data.

  • Adobe Connect: how much are phone calls/minute?

    We do a lot of webinars/training with people in canada (we are in NY) and we also do them with peopel across the us.  With webex there is a toll and toll free charge does this apply to adobe connect?  How does the connection phone call work? Also, if everyone decides to joing by live video is there an additional charge to connect that way too?

    The cost of the phone is tied to your provider and the rate you work out with them. If you are looking to go to a fully integrated provider, you should reach out directly to MeetingOne, Arkadin, Intercall or PGi for rates.
    [duplicate post removed]

  • How to detect back browser event in javascript?

    How to detect browser event in javascript?
    Not working for me. Since i love mozilla to use.
    Working in IE.
    function HandleBackFunctionality(event)
    if(window.event)
    alert("Browser1");
    if(window.event.clientX < 40 && window.event.clientY < 0)
    alert("Browser back button is clicked...");
    else
    alert("Browser refresh button is clicked...");
    else
    alert("Browser2");
    if(event.currentTarget.performance.navigation.type == 1)
    alert("Browser refresh button is clicked...");
    if(event.currentTarget.performance.navigation.type == 2)
    alert("Browser back button is clicked...");
    }

    Firefox doesn't have a catch-all event object (window.event), but you can create event listeners for the objects of interest. I don't know whether the toolbar is one of those; probably not, since why should web pages be able to see what you are doing on the toolbar??
    If we discard the idea of looking for events outside of the page and focus on what is happening inside the page, have you looked at this:
    https://developer.mozilla.org/en-US/docs/Web/API/Window.onbeforeunload

  • How to catch ALL call events with JTAPI

    Hi,
    I have my JTAPI application witch is listening for ALL calls that are placed on CUCM system. Based on this information this software is making some routing decisions. At present getting the information about all calls is very inconvenient - I have to track all events from all phones, so my CTI user has to have ALL phones on its Controlled Devices List.
    Is there more intelligent way of getting all call events without controlling every single device? I am interested in any version of CM or CUCM.
    Regards,
    Andrius Kislas
    CCIE #18338 Voice

    According to the documentation, lineMonitorTones should be available (though that's the 7.0 documentation I'm looking at) - going through a wrapper always add another place where things can go wrong. E.g. we're supposed to get device state events with the latest version but when I tried I still got nothing. If you can handle tapi browser you might want to try it and see if it works, and if so, get in touch with the developer of the lib (I did once... really nice and helpful guy).
    Alternatively, there's no need to catch digits.. you may not even be able to terminate the call in the status you're looking at so you could just listen to call events and get the first one where the call actually starts (as in "all digits dialed") and terminate it then.. it probably won't make much of a difference either unless you want to prevent people from making certain calls and cut them off after a few digits.. but that is better done using partitions and css.. they are meant to prevent people from calling certain numbers and it would be ill advised to duplicate this functionality in your own software (which after all could fail every now and then.. or the app could lose the connection to the server, etc.)

  • How to block Phone calls and SMS on iphone 3G S

    Dear users,
    Please let me know if there is a way to block phone calls / SMS from reaching your iphone or is there any application we can download to block them / trash them?
    Thanks,
    SChouery

    Blocking calls & SMS can only be done at the carrier level, if your carrier offers such service. You will have to contact your carrier.

  • How to make phone call or fax?

    Is there any class that can make phone call or send fax?
    or anything that related to phoneline.
    any information would be good.
    Thanks!!

    JTAPI

  • How to detect mouse click event?

    Hello,
    I would like to have a vi to detect left, right and no mouse click. I mean that in the vi attached, Button2 should be 0 (no click), 1 (left c.) or 2 (right c.) depending on the event occured in i-1. cycle. My vi is the modyfied version of the one found here:
    http://www.ni.com/example/27663/en/
    Sometimes it works fine, but another time nothing happens when I click.
    I think the main problem is with the execution times at the for loop and event structure.
    Could you help me how to deal with the problem?
    Thanks you!
    Attachments:
    mouse1.vi ‏12 KB

    Hi VampireEmpire,
    Your For loop iterates twice. If an event occures during first iteration everything is fine - Button 2 refreshes during second iteration. But what happens when an event occures during second iteration? Does Button 2 have a possibility to refresh? 
    1. Do you see the problem now?
    2. And if you do - do you really need For loop? I would suggest you trying removing it and connecting shift register to the while loop.
    Bluesheep

  • How to catch call events?

    Hi, I'm trying to develop a java application for mobile devices (mobile phones) that should automatically Reject when somebody calls (based on some rules).
    I don't know how to catch the "+call event+".
    Can anyone help me ?

    Hi,
    This is not possible using core Java ME (CLDC + MIDP). You can initiate a call in MIDP 2.0 by using platformRequest.
    The optional JSR 253 makes it possible to do what you want do do, but I haven't seen any devices with this JSR implemented.
    http://jcp.org/en/jsr/detail?id=253
    -henrik

  • How do I make phone calls through my computer?

    I have a Lenovo U530 and it is equipped with bluetooth. My phone is an iPhone 5S and I was wondering how to make phone calls through my laptop. Please help!

    You can make free Local and STD call from any mobile or land phone. For this you need internet connection, PC and mobile/land phone. From
    Dingaling you can make free call. Create an account, login to Dingaling and put you and your destination number. Both number will call and connect for free. To know more details visit
    Worldwide free local and STD call.
    To know more about interesting tips, visit
    001 easy tricks.

  • HT201269 Phone call activity on new iPhone, how to make it work??

    Does anybody know how to get PHONE CALL activity on your new iPhone device AFTER you have already backed up your old phone and transferred EVERYTHING onto your new iPhone already ??? I can use the Internet , receive texts... But I cannot make calls !! Everything else works except receiving and making calls. I even updated the phone

    If data connection is working on cellular, then you need to contact your carrier. Phone calls are a carrier responsibility. They need to check your account provisioning.

Maybe you are looking for