---------- Forwarded message ---------- From: Тимур Тлеукенов <[email protected]> Date: 2014-09-05 15:35 GMT+07:00 Subject: Re: Asterisk DB blacklist To: Maxim Solodovnik <[email protected]>
Hi, Originally, list in AstDB was the whitelist, not the blacklist. And Openmeetings adds record to AstDB for each room with SIP enabled. Openmeetings puts record to AstDB in java code: org/apache/openmeetings/db/dao/room/RoomDao.update(Room entity, Long userId) and org/apache/openmeetings/db/dao/room/SipDao.update(String confno, String pin) It creates record: openmeetings/rooms/<conf number> = <pin code> pin code might be empty, if it is not set in room settings page in Openmeetings. 2014-09-05 14:39 GMT+07:00 Maxim Solodovnik <[email protected]>: > please add Timur explicitly (he is not reading user list) > > > On 4 September 2014 20:06, Horace Miles <[email protected]> > wrote: > >> Hi Everyone, >> >> >> >> I am experiencing the following problem. I am using Openmeetings 3.00. >> I have integrated VOIP. Still trying to learn all that Openmeetings has >> to offer. >> >> >> >> When I make a call from an ext in Asterisk, the number called is >> automatically placed on the blacklist. Does anyone know the file that >> contains the code that puts the dialed number into the blacklist. I have >> looked in the following locations. Features.conf, sip.conf and >> extensions.con. However, I am unable to find the line of code that updates >> the astDb. >> >> >> >> Thanks ahead of time. >> > > > > -- > WBR > Maxim aka solomax > -- Timur Tleukenov -- Timur Tleukenov
