WebRTC to SIP (gateway)

328 views
Skip to first unread message

Venkatesh Allamkam

unread,
Feb 23, 2016, 2:55:30 AM2/23/16
to discuss-webrtc
Dear Experts,
                   Can anybody suggest me on how to make sip audio call from browser to other end point (mobile/sip client but not browser) through SIP server..? We have developed server using websockets and all the communication from browsers will go to server through web sockets..

Once Offer receives to server, server is responding with "Answer:" and same applies to candidate events also..

But interesting point is once how to transmit media which is audio data..  Also seeing some STUN messages flowing and only binding requests i can see in the packet analyzer. 

1) Do i need to send dummy response for STUN message to see media flowing.?
2) Is it really need to do STUN authenication and can't be removed.?
3) Please help to suggest how to transmit media from my server to browser back and forth.?

Kindly help me to point to right directions.. thanks in advance..

Thanks
Venkatesh

Alexandre GOUAILLARD

unread,
Feb 23, 2016, 10:29:07 AM2/23/16
to discuss...@googlegroups.com
1) Do i need to send dummy response for STUN message to see media flowing.?

You should not send fake STUN answer.
 
2) Is it really need to do STUN authenication and can't be removed.?

ICE is mandatory, STUN is not. It is very likely that it would not connect without STUN though, unless you have all peers on a public IP.
 
3) Please help to suggest how to transmit media from my server to browser back and forth.?

Implement webrtc support in your server/gateway:
- ICE
- DTLS
- SCTP
- webRTC codecs of your choice.
 

Kindly help me to point to right directions.. thanks in advance..

Many open source projects do that. You could start for example by a look at Doubango Telecom's webrtc2sip.
 

Thanks
Venkatesh

--

---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/8855df15-25f3-4c90-9820-dbfc44dd52fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Alex. Gouaillard, PhD, PhD, MBA
------------------------------------------------------------------------------------
Principal Architect - Citrix, San Francisco
President - CoSMo Software Consulting, Singapore
------------------------------------------------------------------------------------

Lorenzo Miniero

unread,
Feb 24, 2016, 4:06:46 AM2/24/16
to discuss-webrtc
You may want to have a look at the SIP module of our WebRTC gateway as well, there's a demo online you can play with:

L.

loadmul...@gmail.com

unread,
Feb 25, 2016, 2:07:32 PM2/25/16
to discuss-webrtc
You may like to take a look at Multiplier tool (free version) at https://loadmultiplier.com

kamal
Reply all
Reply to author
Forward
0 new messages