Hello,
This extension code doesn't access openmeetings database, it uses internal
asterisk database AstDB. It is key/value database.
If record "open30/room/${EXTEN})}" (where ${EXTEN} is name of calling
extension) exists in asterisk database, then extension will be blocked.
Related asterisk databa
Hello Timur,
can you please answer this?
Thanks :)
On 11 August 2014 05:39, Horace Miles
wrote:
> Ok those credentials are correct.
>
>
>
> My next question would be is how does the following line of code now what
> field in the openmeetings/rooms to lookup?
>
> exten =>
> _400X!,1,GotoIf($[
Ok those credentials are correct.
My next question would be is how does the following line of code now what
field in the openmeetings/rooms to lookup?
exten => _400X!,1,GotoIf($[${DB_EXISTS(open30/room/${EXTEN})}]?notavail:ok)
I can see the database - open30
I can see the table – room
Wh
DB credentials used are configured in /etc/odbc.ini
as described in http://openmeetings.apache.org/red5sip-integration_3.0.html
On 10 August 2014 22:09, Horace Miles
wrote:
> I took the firewall down. Still had the same problem.
>
>
>
> I reverse the logic in this line of the extensions.conf
>
I took the firewall down. Still had the same problem.
I reverse the logic in this line of the extensions.conf
exten => _400X!,1,GotoIf($[${DB_EXISTS(open30/room/${EXTEN})}]?notavail:ok)
>> reverse the notavail and OK.
It will then invoke the video bridge. Cant make a call but it sh
Hi Preethi,
the best place to ask is a user mail list (cc-ed). Thanks!
--
With best regards / с наилучшими пожеланиями,
Alexei Fedotov / Алексей Федотов,
http://dataved.ru/
+7 916 562 8095
[1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
[2] Join Alexei Fedotov @linkedin
Maybe it is network configuration issue as described here:
http://stackoverflow.com/questions/22093328/asterisk-sip-retransmission-timeout
?
can you check it with all firewalls disabled?
On 8 August 2014 23:51, Horace Miles
wrote:
> Maxim,
>
>
>
> Whenever you have time I understand. Here are