Hi,
I have problem with making a video call to OpenVCS room.
I have deployed SIP Asterisk server under Ubuntu. IP is 192.168.2.134
So, for register Bighe on this server use next:
DisplayName: MyName
Passwors: 111
On the Options Dialog (Network Settings) I have next:
IPv4
Proxy-CSCF Host: 192.168.2.134
Proxy-CSCF Port: 5060
Transport: UDP
With this configuration Boghe works perty good.
I can make video calls to another SIP clients.
But now, I need to make a video call to the OpenVCS room.
I've installed OpenVCS on the another PC. IP is 192.168.2.61
OpenVCS config.xml file:
<Config>
<Bridges>
<Bridge>
<id>001</id>
<realm>192.168.2.61</realm>
<protocol>udp</protocol>
<port>5062</port>
<ipver>4</ipver>
</Bridge>
<!-- Second bridge: "open-ims.test" on random port -->
<!-- You can add as many bridges as you want -->
</Bridges>
</Config>
And as result I have got error "Not Found".
I saw on the demo video you guys work with OpenVCS and Boghe.
And I think something wrong with my settings.
Thank you for any advice!
--
Best Regards,
Oleg