Multiple domains

mbedial

Member
Hi friends,
I'm using WCS as a webrtc-SIP gateway for voice calls from android and iOS to asterisk . It works fine, but it seems that we can only use one sip domain. In fact we define it here:

/usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
domain =xxx.xxx.com
outbound_proxy =10.0.0.4
outbound_port =5080

If I want to use 2 domains, how should I configure it?

Thanks a lot in advcance and best regards.
 

Max

Administrator
Staff member
Hello
If you set domain in flashphoner.properties, all connected users will use this SIP domain.
To use several domains, remove this setting or comment this out.
Then pass the SIP domain on client application (browser, Android SDK, or iOS SDK) during websocket connection.
 
Top