1 / 19

Asterisk based web real time communication

Asterisk based web real time communication. Advisor : Lian-Jou Tsai Student : Jhe-Yu Wu. Outline. Motivation Abstract Telephony Technology PSTN VoIP Application Asterisk WebRTC System Design Conclusion Reference. Motivation.

pepin
Télécharger la présentation

Asterisk based web real time communication

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Asterisk based web real time communication Advisor : Lian-Jou Tsai Student : Jhe-Yu Wu

  2. Outline • Motivation • Abstract • Telephony Technology • PSTN • VoIP • Application • Asterisk • WebRTC • System Design • Conclusion • Reference

  3. Motivation • How to integrate brand new real time communication technology like WebRTC into SIP and PSTN?

  4. Abstract • This study is aimed to integrate new telephony technology like WebRTC with VoIP. • The following slides will introduce telephony technology including PSTN and VoIP. • The system design will show at the end of the presentation.

  5. Telephony Technology PSTN & VoIP

  6. PSTN Public Switched Telephone Network Figure 1. The PSTN architecture.

  7. H.323 • SIP • RTP • SDP • IAX • SRTP • Skype • And a lot more… VoIP Voice over Internet Protocol

  8. VoIP PSTN Voice over Internet Protocol VoIP Server Figure 2. The VoIP architecture.

  9. Application Asterisk & WebRTC

  10. Asterisk Asterisk is a flexible and extensible suite of integrated telecommunications software.

  11. Asterisk Asterisk designed to support many telephony technologies It powers IP PBX systems, VoIP gateways, conference servers The Asterisk application runs under the Linux operating system

  12. Asterisk

  13. WebRTC Web Real Time Communication

  14. WebRTC WebRTC is a open project  that enables web browsers withReal-TimeCommunicationscapabilities via simple Javascript APIs.

  15. WebRTC Supported Browsers

  16. WebRTC CU-RTC-Web

  17. WebRTC Customizable, Ubiquitous Real Time Communication over the Web

  18. WebRTC • MediaStream : get access to data streams, such as from the user's camera and microphone. • RTCPeerConnection : audio or video calling, with facilities for encryption and bandwidth management. • RTCDataChannel: peer-to-peer communication of generic data.

  19. WebRTC The offer/answer architecture is called JSEP JavaScript Session Establishment Protocol Figure 3. The JSEP architecture.

More Related