You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.configure the registrar.properties to be in "standalone" mode;
2.set all registrar interfaces as "registrar.interface.1.port = 5070";(if you
get 12, for example, interfaces you have to configure 12 times on this option)
3.uncomment registrarplugin property in proxy.properties.
# If Registrar service works in standalone mode, disable this plugin.
proxy.method.plugin.1.classname = openjsip.proxy.plugins.RegisterPlugin
# Separate configuration file for plugin
proxy.method.plugin.1.properties = conf/registerplugin.properties
#proxy.method.plugin.1.enabled = false
proxy.method.plugin.1.enabled = true
4.start services;
What is the expected output? What do you see instead?
clients couldn't register on the service while haven't configured the domain
suffixed with the port number 5070. but it should have been OK!
I found that THERE SHOULD BE A registerplugin.properties in the conf\
directory. And I added these scripts in it:
# Registration service connection settings
#proxy.method.plugin.openjsip.proxy.plugins.RegisterPlugin.registrar.rmi.host = localhost
proxy.method.plugin.openjsip.proxy.plugins.RegisterPlugin.registrar.rmi.host = (your registrar service address)
proxy.method.plugin.openjsip.proxy.plugins.RegisterPlugin.registrar.rmi.port = 1099
proxy.method.plugin.openjsip.proxy.plugins.RegisterPlugin.registrar.rmi.objectname = Registrar
And then IT WORKED!!!
What version of the product are you using? On what operating system?
v0.0.4
windows 8 pro.
Please provide any additional information below.
Original issue reported on code.google.com by tealover...@gmail.com on 28 May 2014 at 9:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
tealover...@gmail.com
on 28 May 2014 at 9:42The text was updated successfully, but these errors were encountered: