Webphonr to Sip phone connectivity

Arif Butt

Member
Hi there
We would like to connect peer to peer connectivity with the webphone to a sip phone and vice versa the clint sip phone is running on a LAN where WCS is running... The local sip phone is xlite and does not require any registration or user name...
Kindly suggest what information we need to put on a webphone... and how to recieve a call from xlite to webphone?

Thnx
 

Arif Butt

Member
Ok so ot means that WCS requires a registrar server to make tge user register?

How about natting issue? Will it work for the browsers who are running from behind the routers?
 

Max

Administrator
Staff member
Ok so ot means that WCS requires a registrar server to make tge user register?
Yes, WCS needs a separate SIP PBX server which will handle SIP calls. WCS works like WebRTC to SIP gateway.
How about natting issue? Will it work for the browsers who are running from behind the routers?
Yes, clients can make browser calls from behind a NAT, but it may require TCP SIP signaling support. It can be enabled in WCS settings using the following parameter
Code:
sip_force_tcp=true
SIP PBX should also support TCP signaling (for example, OpenSIPS and Asterisk support it), this usually requires some setup on PBX side.
 

Arif Butt

Member
we have installed the opensips-1.10.5-4.el7.x86_64 package on the same CentoOS machine, I hope this should not be an issue?

 
Top