sip - WebRTC to make calls to PTSN -


i'm looking @ webrtc , i'm wondering how implement solution client connects ptsn via sip. seems pretty new technology assume not work on ie browsers; correct?

basically, have dialpad ui on page , users have sip account. can webrtc enable end-user make calls ptsn , take implement such solution?

i'm looking alternative java or flash based webphones.

thanks suggestions.

webrtc indeed new , isn't available on ie or safari. available in beta/alpha on other browsers. ie support in future , safari won't time.

webrtc media parts of negotiation, , such means no signaling of own. sip can work webrtc, need js implementation of sip (over websockets) , you'll need unwrap sip signaling on server side , "migrate" udp or tcp. asterisk working on such server side platform: http://blogs.digium.com/2012/05/23/asterisk-11-webrtc/

more doing sip in conjunction webrtc can found here: http://bloggeek.me/html-sip/


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -