Maxim here is an entry out of the asterisk messages log: Asterisk messages log
Aug 5 06:08:51] Asterisk 11.11.0 built by root @ vms on a i686 running Linux on 2014-07-26 19:25:45 UTC [Aug 5 06:08:51] NOTICE[5128] loader.c: 2 modules will be loaded. [Aug 5 06:08:51] NOTICE[5128] res_odbc.c: Connecting asterisk [Aug 5 06:08:51] NOTICE[5128] res_odbc.c: res_odbc: Connected to asterisk [asterisk-connector] [Aug 5 06:08:51] NOTICE[5128] res_odbc.c: Registered ODBC class 'asterisk' dsn->[asterisk-connector] [Aug 5 06:08:51] NOTICE[5128] res_odbc.c: Connecting mysql2 [Aug 5 06:08:51] NOTICE[5128] res_odbc.c: res_odbc: Connected to mysql2 [asterisk-connector] [Aug 5 06:08:51] NOTICE[5128] res_odbc.c: Registered ODBC class 'mysql2' dsn->[asterisk-connector] [Aug 5 06:08:51] NOTICE[5128] res_odbc.c: res_odbc loaded. [Aug 5 06:08:51] NOTICE[5128] config.c: Registered Config Engine odbc As far as I can tell everything is stating that it is connected. [rooms-red5sip] exten => _400X!,1,GotoIf($[${DB_EXISTS(open30/room/${EXTEN})}]?ok:notavil) exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,red5sip_user)>>>>>>>>>>>>>>>>>>>>> This line never gets ran for the Confrencebridge exten => _400X!,n(notavail),Hangup As per the asterisk debug It appears to be checking the openmeetings database for the rooom and it does not find it. It then hangs up. Or am I looking at the wrong code for this? See Below. What account is actually making the call to the openmeetings database? I thought it was the openmeetings user as configured in the manager.conf file? Connected to Asterisk 11.11.0 currently running on vms (pid = 5128) == Using SIP VIDEO CoS mark 6 == Using SIP RTP CoS mark 5 -- Executing [40016@rooms-red5sip:1] GotoIf("SIP/red5sip_user-00000005", "0?ok:notavail") in new stack “WHAT CREDENTIALS ARE BEING USED HERE” -- Goto (rooms-red5sip,40016,3) -- Executing [40016@rooms-red5sip:3] Hangup("SIP/red5sip_user-00000005", "") in new stack == Spawn extension (rooms-red5sip, 40016, 3) exited non-zero on 'SIP/red5sip_user-00000005' [Aug 5 06:14:19] WARNING[5164]: chan_sip.c:4175 retrans_pkt: Retransmission timeout reached on transmission 024312648651@127.0.1.1 for seqno 2 (Critical Response) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions Packet timed out after 32000ms with no response From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Wednesday, August 06, 2014 10:46 PM To: Openmeetings user-list Subject: Re: Pointer on WB Hello Horace, sorry for keeping silence, a little bit bit busy right now SIP transport set up the bridge from asterisk to red5 and performs audio/video transcoding rtp <->rtmp according to your issue it seems like creadentials specified in settings file are invalid for your Asterisk, can it be a problem? Will try to reproduce your problem as soon as i will get some time On 7 August 2014 02:53, Horace Miles <horace.mi...@myit-solutions.com> wrote: Maxim, Perhaps if I knew exactly what sip transport does, I might be able to figure this out. Can you tell me what it is suppose to do.. Miles From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Friday, August 01, 2014 8:22 PM To: Openmeetings user-list Subject: Re: Pointer on WB Simple test if everything works is: 1) go to Admin->Conference rooms 2) select room 3) Check enable SIP 4) SIP number should appear in room panel (maybe after save) is it works for you? On 2 August 2014 00:36, Horace Miles <horace.mi...@myit-solutions.com> wrote: Ok found red5sip.enable value = yes Asterisk is configured to access openmeeting database through asterisk-connector Bean as been uncommented in openmeetings-application.xml and configure with matching values in asterisk/manager.conf I have re-saved all users in Openmeetings to recreate password hashes in asterisk Sip is enabled in rooms that have been created. I can telnet to localhost 5080 and 1935 I am still having the following problems Sip Transport will not stay in the room pops in and out every two seconds It appears as though the sip transport can register but is unable to receive the invite message. In the extension.conf I get the following n -- Executing [40016@rooms-red5sip:1] GotoIf(“SIP/red5sip_user-000000a6”,”0?ok:notavail”) in new stack n -- Goto (rooms-red5sip,40016,3) n --Executing [40016@rooms-red5sip:3] Hangup(“/red5sip_user-000000a6”,””) in new stack n Spawn extension (rooms-red5sip, 40016,3) exited non-zero on ‘/red5sip_user-000000a6’ It appears to check the database not find the room and then hang up. From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Friday, August 01, 2014 10:07 AM To: Openmeetings user-list Subject: Re: Pointer on WB you can search red5sip in config :) the key is "red5sip.enable" On 1 August 2014 23:48, Horace Miles <horace.mi...@myit-solutions.com> wrote: Maxim thanks for the response. I have confirmed everything but I am not sure where to find this setting. I am assuming Admin config is Openmeeting Admin->Configuration. If so I don’t a setting for Red5sip key. 3) red5sip* key should be enabled in Admin->Config – NOT SURE OF THIS STEP From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Wednesday, July 30, 2014 6:07 AM To: Openmeetings user-list Subject: Re: Pointer on WB OM is accessible on all network interfaces by default config.xml need to be modified only in case you need to restrict OM client. According to red5sip enter-exit-enter-exit-.... it should be due to misconfiguration. Unfortunately this integration is not simple by design :( I'm using logs and debug to set it up properly. Main steps are 1) asterisk should be configured to have access to OM DB 2) asterisk bean should be uncommented and configured properly in openmeetings-application.xml 3) red5sip* key should be enabled in Admin->Config 4) in case asterisk is integrated with OM user should be re-saved (to have password-hash being saved in asterisk DB table) 5) sip should be enabled in the room this should be all (hope I haven't miss anything) On 29 July 2014 08:29, Horace Miles <horace.mi...@myit-solutions.com> wrote: Hi Maxim, My box is connected directly to a public IP, no NAT. My understanding was that Openmeetings to be access from the internet needed to be on a public address. That address would be the one in the config.xml. If I a mistaken let me know. Can I have your thoughts on the following: I am unable to get the sip agent to bind to 127.0.0.1. It refuses to bind unless I have bind it to the same address that is in red5home /webapps/openmeetings/public/config.xml The problem appears to be either that the SIP protocol wants to use 127.0.0.1 for the subscribe or invites and SIP agent is bound to the Public IP address. Therefore it is generating the error for seqno 2 which would be the SIP Invite (I am assuming). I have not been able to get the SIP tansport to bind to 127.0.0.1 which would probably solve this problem. Your thoughts/ From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Friday, July 25, 2014 7:22 AM To: Horace Miles Subject: Re: VOIP and Sip Integration hope you will be able to fix it, please let ne know if additional help is required On 25 July 2014 20:53, Horace Miles <horace.mi...@myit-solutions.com> wrote: Hey thanks for the files. I compared and I have found the following: It appears the integration is setup for for a box that is NAT’ed. I thought openmeetings had to be on a static public IP address? So I changed every place that is referencing 127.0.0.1 to my IP address. The Sip Agent/Openmeetings Manager does not come into the room until I restart Asterisk. I can see it successfully logging on and then immediately logging off. The room is successfully spawned. There seem to be a problem with the manager once it signs on with the sip handshake (again I am guessing) chan_sip.c:4164 retrans_pkt: Retransmission timeout reached on transmission #########@127.0.0.1 <mailto:%23#%23%23%23%23%23%23%23@127.0.0.1> for seqno 2 (Critical Response) see…… Packet timed out afer 32000ms with no response. I will load wireshark later today on the PBX to see what else I might find. Thanks for all your help. From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Thursday, July 24, 2014 2:42 AM To: Openmeetings user-list Subject: Re: Pointer on WB Only with code modification On Jul 24, 2014 4:40 PM, "Raju M K" <mkraju...@gmail.com> wrote: Dear all, can i disable arrow pointer for all participants in restricted room on Whiteboard?? -- Regards, M K Raju. -- WBR Maxim aka solomax -- WBR Maxim aka solomax -- WBR Maxim aka solomax -- WBR Maxim aka solomax