Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

standalone mode configuration #16

Open
GoogleCodeExporter opened this issue Jul 1, 2015 · 0 comments
Open

standalone mode configuration #16

GoogleCodeExporter opened this issue Jul 1, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant