Skype intergration in web app - virtual

hi I would like to integrate Skype in to my web application where our staff can call customers using Skype ( click to call) . this web app is an internal application , basically i want the staff to click on the phone number and start calling using the headset from the browser. it doesn't matter if its Skype or any other soft-phone system . any advice would be helpful. thank you

You could simply make a link like this to initiate a Skype call.
Call customer

Skype offers a good API and documentation for developer, watch here: https://developer.skype.com/skype-uri

Related

Twilio: Call and Voice features?

I am trying to implement a call feature in my xamarin forms app using Twilio. I am able to call by providing From and To numbers using this API of Twilio. But the above call is happening via Twilio, I need to make a call via the internet (App to App). Is there any way to do this using Twilio?
Also is there a way to send a voice clip if the call is not answered? And any way to list out all the voices? I am able to list out SMS and call logs, but couldn't find a way to list the voices. I am using c# codes.
Twilio developer evangelist here.
If you want to make App to App calls then you want the Twilio Voice SDK. I am afraid we don't provide an official Xamarin wrapper for this SDK, though there are community wrappers available that might help you.

Is it possible to stream voice to directline API from native app on iOS using Swift or Objective-c

I have a bot that leverages all the cool tech that comes with botframework, e.g. LUIS, QnA maker, adaptivecards, etc. The bot works well and I can use WebChat to connect to and ask questions and get responses. However, I now need native iOS (and eventually Android) app that can perform much like webchat does but I do not want to embed webchat in a web control in native app. I plan to have voice always on leveraging something like snowboy or picovoice for hotword to wake app and send commands to bot - users would ask things like "hey bot what is weather in Boston" and get presented with result message or adaptivecard.
Is voice steaming to directline API from Swift on iOS possible (I know most things are possible so any pointers would be greatly appreciated)? Or am I approaching from wrong angle and perhaps there is better/easier way to achieve my goal?

Connecting Twilio SMS to my phone via XMPP

I'd like to interact with my customers via texting/messaging on a phone app, but not use my personal phone number. Although this seems like a common need, haven't found a solution for that yet.
Twilio SMS services are amazing. I'd like to take advantage of those services as well as utilize a familiar iMessage like interface for interaction with in and out SMS/MMS messages.
Was wondering if I could avoid re-inventing the wheel by using a standard XMPP iOS app with a standard XMPP chat server and only build an intermediate service that would translate between Twilio SMS and XMPP.
I've got to assume that other's have already solved this problem. I'd would love to hear your input on using this approach or hearing how you've solved this.
Twilio developer evangelist here.
I am not an expert in XMPP I'm afraid. However, a bit of Googling turned up the following links:
SMS over XMPP with Twilio
Multi channel chat with Twilio and Google App Engine
Cloudpipes Twilio XMPP integration
Perhaps one of those might help?
This XMPP component connects Twilio SMS and voice to XMPP: https://wiki.soprani.ca/TwilioSetup
I posted an Android SMS app called Owl SMS, that allows you to do what you wanted, keep your personal SMS (from your mobile phone number) separate from your business SMS. At this time, it only does text, I haven't added MMS.
https://play.google.com/store/apps/details?id=com.tigerfarmpress.owlsms&hl=en

Is it possible to get notification from Skype in my app iOS?

I'm working on the Client app, and now Server app has already integrated the Skype API (C#), server app sends some messages to some Skype ID. I want to my Client app (installed on their iphone) also get this notification from skype. Is it possible to do that? Please give me some suggestions. Thanks
Apple is very controlling when it comes to sandbox-ing applications. You application can not get Notifications from Skype. The only possibility would be if Skype gives out an API, using which you could get notifications. (Last I checked there wasn't any)

Fetching Skype chat logs in blackberry via code

I am developing a blackberry application, in that I have to fetch Skype chat logs. I have googled a lot on this topic, but didn't find any related info. Could any one tell me how to fetch Skype logs(Chat history) via code.
Thanks.
I do not believe this is possible as this would be a third party application asking for information from another third party application. Each application is sand boxed and therefore unable to retrieve information outside of their verticals unless it is released, example like using the shared folder.
Hope that helps!
WiLL

Resources