am developing an blackberry application.. In my cantact list there are two groups 1.) Personal 2.) Work....... each having some contacts..
If a call comes from the group:personal means i want to forward to another number(which am giving)
and If a call comes from the group:Work means, i want to cut the call..
am new to this JDE, help me. .
thanks in advance..
Found this on the supportforums. Call-Control-functions.
The API is capable of initiating calls. Disconnecting a call need some kind of workaround. (e.g. KeyInjection)
Related
I'm using spectron on webdriverIO and try to avoid client.pause() method to wait and used client.waitForExist, waitForWindowLoading, waitUnitlText but the application closes very quick and I don't want to pass the implicit wait
can someone guide me towards the right direction to achieve it?
Many thanks in advance
I think you can not use webdriverio apis directly. You may have to be using the apis from Spectron which are listed in the below link.
https://github.com/electron-userland/spectron#clientwaituntilwindowloadedtimeout
Here is another link.
https://github.com/eostrom/spectron/blob/webdriverio-5/test/commands-test.js
I don't know if i am exceeding the limitations of expecting something at this level.
Can i have a CustomVoice when i call someone.
For Eg.: if I Press a Button CallUser which would make a call to the specified number, when the user accepts/receives the call, he/she should be able to hear/listen a Custom Voice in the form of some message, kind of stuff, but i wont be speaking a word.
Please let me know if i am not clear.
Feedbacks Welcomed.
Thank You.
Best Regards.
No, as a developers on iOS you can not interact with the telephone. So you will not be able to have some kind of text to speech engine to do the call for you.
You might be able to do this if you develop your own VOIP client, since then you have full control over the call.
I need to implement direct call feature via vicidial in my web application.
Let me explain the flow to better understand what I need to do. user would be able to login in vicidial via a webpage of my app. then can call on any number by entering number.
Is there any doc or wiki available to implement this feature. Guidance in simple steps would also be appreciating.
Thanks in advance :)
We implemented something like that using a product called WombatDialer that offers good APIs and is quite easy to set up (well, easier than ViciDial).
See http://www.wombatdialer.com/manuals/WD_UserManual-chunked/ar01s08.html for an API reference.
please tell me idea for how to implement chat functionality in WP7?in my app i need to communicate from one user to another user.how to achieve this?
what is the better way to implement chat?
Please tell me idea for this...
thanks in advance
Try searching for Silverlight 3-4 chat implementation. One of the results might help you: Multi Room Chat Application using SilverLight 4.0 and PollingDuplex
For displaying chat, you can use Conversation View from Telerik
Twilio is a librarie that supports chat/sms or even VoIP and they have a .NET Api. Don't know if it will work on WP: https://www.twilio.com
(Example: start services.msc, click 2 times on any service)
If it is possible an example on delphi, please
David is probably right ;-) In any case, whatever you want to do with services programatically will probably involve the use of the Service Control Manager API
http://msdn.microsoft.com/en-us/library/ms684323%28v=vs.85%29.aspx
and here's another SO question that might help you further
How can I disable a service via Delphi?
and here's some old code that gives you a head start
http://www.swissdelphicenter.ch/torry/showcode.php?id=1322
As far as I am aware, there is no official programmatic way to show the services control panel UI to the user.
Consequently I believe that you must look for another solution.