please do not write direct emails

I'm not sure I can understand your question
red5sip performs audio/video transcoding between OM and Asterisk
I never tried to have all 3 on different servers

On Wed, Sep 23, 2015 at 8:28 PM, Awotipe Oluwaseun <
[email protected]> wrote:

> Hello,
> Thanks for the last explanation, as for red5 sip transport setup ,is the
> red5sip package going to download to openmeetings server or asterisk
> server, I have my asterisk setup in different server.
> Thank for your kindness.
>
> oluwaseun
> On Sep 14, 2015 11:15 PM, Maxim Solodovnik <[email protected]> wrote:
>
> Hello Awotipe,
>
> you need to use same DB for OM and Asterisk
> hightlighted part is sip-username, the user in Asterisk having rights to
> modify the database
>
> On Mon, Sep 14, 2015 at 9:33 PM, awotipe oluwaseun <
> [email protected]> wrote:
>
> hi maxim,
> i do have some specific question, at the asterisk connector config below
>
> [asterisk-connector]Description = MySQL connection to 'openmeetings' 
> databaseDriver = MySQLDatabase = openmeetingsServer = localhost
> USER = root
> PASSWORD =Port = 3306Socket = /var/run/mysqld/mysqld.sock
>
> where datbase name  = openmeetings, my databse name for openmeeting
> version 3.06 is open306, is the databsea name were used in the    /opt/
> red5/webapps/openmeetings/WEB-INF/classes/openmeetings-applicationContext.
> xml
>  <constructor-arg><value>127.0.0.1</value></constructor-arg>
> <constructor-arg><value>5038</value></constructor-arg>
> <constructor-arg><value>openmeetings</value></constructor-arg>
> <constructor-arg><value>12345</value></constructor-arg> -->
> as the colored part of the code.
> secondly,  asterisk –rx “database show” would be ran after the dia plan
> has been configure as in the example.
>  thanks
>
>
> On Saturday, September 5, 2015 11:40 PM, Maxim Solodovnik <
> [email protected]> wrote:
>
>
> To be fair, I don't remember :(((
> I performed configuration long ago, but I did exactly what is written on
> the configuration page, step by step :))
> I can check existing installation if you have any particulal question :)
>
> On Fri, Sep 4, 2015 at 8:24 PM, Awotipe Oluwaseun <
> [email protected]> wrote:
>
> Thanks ,
> One last question, when is the appropriate time to run asterisk -rx
> "database show", after all config is done or before diaplan configuration
> is done.
> Thanks once again
> oluwaseun
> On Sep 4, 2015 8:46 AM, Maxim Solodovnik <[email protected]> wrote:
>
> These steps:
>
>
> Update Openmeetings with creadentials for Asterisk manager. Modify
> /opt/red5/webapps/openmeetings/WEB-INF/classes/openmeetings-applicationContext.xml
> find *<bean id="sipDao"
> class="org.apache.openmeetings.db.dao.room.SipDao">* uncomment its
> parameters and set it to your custom values.
> IMPORTANT: this step should be done *BEFORE* system install/restore
> otherwise all SIP related room information will be lost
>
>
> On Fri, Sep 4, 2015 at 7:43 PM, Awotipe Oluwaseun <
> [email protected]> wrote:
>
> Please can you suggest which file on OM that I need to reconfigure, I
> follow the instructions as it was writing only the database name changed.
> oluwaseun
> On Sep 3, 2015 9:49 PM, Maxim Solodovnik <[email protected]> wrote:
>
> Maybe Asterisk connection on OM side wasn't properly configured?
>
> On Fri, Sep 4, 2015 at 4:01 AM, awotipe oluwaseun <
> [email protected]> wrote:
>
> thanks smith for your last comment and guildiance, i have some more othaer
> questions from the instruction at
>
>                             Modify /etc/asterisk/extensions.conf
>                                ;
> *****************************************************
>
> ; The below dial plan is used to dial into a Openmeetings Conference room; 
> The first line DB_EXISTS(openmeetings/room/ does not belong to the 
> openmeetings application but is the name of astDB containing the astDB 
> family/key pair and values; To Check if your astDB has been created do the 
> following in a terminal window type the following:; asterisk –rx “database 
> show”; If you do not receive an output with that resembles 
> openmeetings/rooms/400## where “##” will equal the extension assigned when 
> you created your room; If you do not receive the above output check your 
> parameters in 
> /opt/red5/webapps/openmeetings/WEB-INF/classes/openmeetings-applicationContext.xml;
>  Go back into the Administrator Panel and remove the PIN number in each room 
> save the record with no PIN number and then re-enter the pin again resave the 
> record.; *****************************************************
>
> I ran the command  asterisk –rx “database show”   before and after iput
> the the values of the room state below the screen shot above, i got same
> result   as below
>
>
>  Privilege escalation protection disabled!                                    
>                                                                               
>                             See https://wiki.asterisk.org/wiki/x/1gKfAQ for 
> more details.
> /dundi/secret                                     : 
> oe+jF4tGLSeIhzY4y6FEOg==;KzAQOOPStj0IOXZW8oMQcg==
> /dundi/secretexpiry                               : 1441320143                
>                                                                               
>                             2 results found.
>
>     which is different from what is  expected, i am runing asterisk 11.70.
> Any  is there anything that i am doing wrongly here.
> thanks
>
>
>
> On Thursday, September 3, 2015 10:54 AM, Pierre Smits <
> [email protected]> wrote:
>
>
> I wouldn't recommend it for production purposes. There it is best to have
> separate setups for OpenMeetings, the RDBMS and the SIP server. But for
> evaluation purposes an all-in-one box could suffice.
>
> As the document states in the section below OEM-prelim-ScreenShot-product
> the following line determines the location of the server:
>
> Server = localhost
>
> Changing that to the ip address (or fqdn) of the mysql server will make it
> use the external rdbms.
>
> Best regards,
>
> Pierre Smits
>
> *ORRTIZ.COM <http://www.orrtiz.com/>*
> Services & Solutions for Cloud-
> Based Manufacturing, Professional
> Services and Retail & Trade
> http://www.orrtiz.com
>
> On Thu, Sep 3, 2015 at 4:11 PM, awotipe oluwaseun <
> [email protected]> wrote:
>
> hi all,
>  i am trying to integrate sip with my current openmeetings, i got confused
> the some steps from the instruction (
> http://openmeetings.apache.org/red5sip-integration_3.0.html  ),.
>  my question is do i have to setup asterisk server separately or it could
> be all inone box with openmeeting server, does the Asterisk use exsiting
> database on openmeeting server, if so how do i connect it to the databse.
> please forgive me for asking a lame man questions.
> thanks
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax

Reply via email to