Sebastian,

 

I had not thought about this simple solution, below are the steps that I
believe is required to achieve the needed change, please check.

 

My  guess the solution would go something like;

# mysql -u root -p

mysql> use openmeetings; 

mysql> update configuration set conf_value = 'no' where conf_key =
'sip.enable';

mysql> quit;

/etc/init.d/red5 restart

 

 

I found this by the following steps;

# mysql -u root -p

mysql> use openmeetings; 

mysql> show tables;

mysql> show columns in configuration;

mysql> select * from configuration where conf_key = 'sip.enable';

 

Thanks,

 

George Kirkham

 

 

From: [email protected] [mailto:[email protected]] 
Sent: Tuesday, 22 May 2012 10:39 PM
To: [email protected]
Subject: Re: logging onto sip gateway

 

I think the simplest solution would be to edit the key "sip.enable" to
"no" in the table configuration in your database, restart red5 and the
message will be gone.

Sebastian

2012/5/22 George Kirkham <[email protected]>

Hi Kanwar,

 

Do you have phpMyAdmin installed to any of your computers?

 

This is my suggestion, others may have an easier solution.

 

Solution 1: Drop the openmeetings database in your database, assuming
that it is MySQL, and recreate the database, then move or delete your
current OM 1.9 installation and then reinstall (personally I would
recommend installing OM 2.0)

 

Solution 2:  [this is way too much work if you have only just installed
OM, thus making Solution 1 the simplest to do] Use phpMyAdmin (if you
don't have it installed anywhere, and have a Windows PC, then install
WAMP 2.0). Then use phpMyAdmin to access your MySQL database and change
the SIP setting directly in the database.  Sorry, but I don't know the
table or record that needs changing, maybe someone can tell you if you
decide to go this way.  If you are using MySQL database as per most
guides, then MySQL will be running on local host and a remote phpMyAdmin
will not be able to connect to it, so you would have to modify the
/etc/my.cnf file's bind-address value to that of your OM server's IP
address on your network so that your Window's PC's phpMyAdmin could
connect to this IP address.  I recommend that you set the bind-address
back to its original value, e.g. 127.0.0.1  when you have made the
change to the SIP value.  I actually did this once to modify the
database directly, but it is so much trouble, that solution 1 is the
easiest method.

 

Please consider using OM 2.0, and please let us know how you resolve
your issue.

 

Thanks,

 

George Kirkham

 

 

From: Kanwar Ajit [mailto:[email protected]] 
Sent: Tuesday, 22 May 2012 10:13 PM
To: [email protected]
Subject: logging onto sip gateway

 

Dear All,

I am new to Open Meetings & I just Installed 1.9.1 OM on Centos 6.2 64
Bit. On Initial step 1, by mistake I have checked the SIP account. Now
it is not letting me login from any user including admin & giving the
error message "logging onto sip gateway". Can you guys please help me
out that how can I disable this option from backend. I googled it a lot
but couldn't find that file.

Please tell me which parameter on which file needs to be edited to get
rid of this issue.

Thanks in Advance,

Kanwar Ajit 




-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
[email protected] <mailto:[email protected]> 

Reply via email to