zhzhy86 / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

How to configure webrtc2sip gateway to connect to IMS core #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

I am new to webrtc2sip and I am trying to setup a test system connecting 
webrtc2sip gateway to connect to IMS core. I can not find anywhere in the 
webrtc2sip config.xml that allows to config the IMS core side of parameters sch 
as P-CSCF address/port etc. Can anyone help me understand how to do such 
configuration please?

many thanks

James

Original issue reported on code.google.com by jni2...@gmail.com on 7 Jun 2013 at 1:11

GoogleCodeExporter commented 8 years ago
In your sip client give websocket url as ws://<address of webrtc2sip>:<port in 
which webrtc2sip is listening> and sip outbound proxy url as udp://<address of 
PCSCF>:<port of PCSCF>. No changes has to be made on config.xml

Original comment by rohitsor...@gmail.com on 25 Jun 2013 at 7:50