You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
|
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
(11) |
| 2007 |
Jan
(2) |
Feb
(2) |
Mar
(1) |
Apr
|
May
(7) |
Jun
(3) |
Jul
(5) |
Aug
(21) |
Sep
(7) |
Oct
(4) |
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(5) |
Mar
(4) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(6) |
Dec
(3) |
| 2009 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(1) |
Jun
(8) |
Jul
(8) |
Aug
(19) |
Sep
(23) |
Oct
(20) |
Nov
(5) |
Dec
(9) |
| 2010 |
Jan
(16) |
Feb
(20) |
Mar
(5) |
Apr
(1) |
May
(2) |
Jun
(10) |
Jul
(5) |
Aug
(3) |
Sep
(1) |
Oct
(2) |
Nov
(8) |
Dec
(2) |
| 2011 |
Jan
(7) |
Feb
(1) |
Mar
(3) |
Apr
(4) |
May
(4) |
Jun
|
Jul
|
Aug
(15) |
Sep
(5) |
Oct
(4) |
Nov
(6) |
Dec
(2) |
| 2012 |
Jan
(4) |
Feb
(7) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
(3) |
Dec
|
| 2013 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(1) |
Jun
(6) |
Jul
|
Aug
(6) |
Sep
(5) |
Oct
(4) |
Nov
(4) |
Dec
(5) |
| 2014 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(6) |
Oct
(5) |
Nov
(22) |
Dec
(5) |
| 2015 |
Jan
(5) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(5) |
Jun
(6) |
Jul
(5) |
Aug
|
Sep
(5) |
Oct
(2) |
Nov
(5) |
Dec
(1) |
| 2016 |
Jan
(1) |
Feb
(2) |
Mar
(6) |
Apr
(4) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
| 2018 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2021 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
|
15
|
16
|
17
|
18
(1) |
19
(2) |
20
(1) |
21
|
|
22
|
23
|
24
(1) |
25
|
26
|
27
|
28
|
|
29
|
30
|
|
|
|
|
|
|
From: daniele e. <d....@el...> - 2015-11-24 15:11:51
|
Hi guys, why If I add a new CaptureEventRef on Sip200Ok in VoIpSession.cpp the memory increase as a memory leakeage? There are too many request on CaptureEventCallBack? I need to send information included in Sip200Ok response. Thanks in advice. Best Regards -- *Daniele Elia* ______________________________________ *ELMAN S.r.l.* *Via di Valle Caia, 37 - Z.I. S. Palomba* *00040 Pomezia (ROME) - ITALY* ( +39.069194405 6 +39.069194306 þ www.elmansrl.it <http://webmaildominiold.aruba.it/cgi-bin/webmail.cgi?cmd=url&xdata=~2-dc1027ff82a2b652411cc42dfd879475fc937bedddd2d5cfd0d0e1db00&url=http!3A!2F!2Fwww.elmansrl.it> * d....@el... ______________________________________ |
|
From: Richard F. <ri...@su...> - 2015-11-20 11:38:12
|
Hi Daniele, I found the same problem and narrowed it down to SVN commit r943 too. It's just a typo in the new function, removing the exclamation point on line 313 fixes it (should be while response.m_success is true, not while it is false). 313c313 < } while (!response.m_success); --- > } while (response.m_success); Best regards, Richard. |
|
From: daniele e. <d....@el...> - 2015-11-19 10:23:03
|
Putting the following code in Reporting.cpp:
- while (!c.Execute((SyncMessage&)(*initMsgRef.get()),
(AsyncMessage&)response, m_tracker.m_hostname, m_tracker.m_port,
m_tracker.m_servicename, CONFIG.m_clientTimeout))- {- if (time(NULL)
- reportErrorLastTime > 60) {- LOG_WARN("[%s] could not contact to
the tracker", m_tracker.ToString());- reportErrorLastTime =
time(NULL);- }- ACE_OS::sleep(CONFIG.m_clientRetryPeriodSec); - }- LOG_INFO("[%s]
init success:%s comment:%s", m_tracker.ToString(),
response.m_success?"true":"false", response.m_comment);+ do {+ bool
conn = c.Execute((SyncMessage&)(*initMsgRef.get()), +
(AsyncMessage&)response, + m_tracker.m_hostname, +
m_tracker.m_port,+ m_tracker.m_servicename, +
CONFIG.m_clientTimeout);++ if (!response.m_success) {+ if
(time(NULL) - reportErrorLastTime > 60) {+ LOG_WARN("[%s] init
connection:%s success:false comment:%s ", m_tracker.ToString(),
conn?"true":"false", response.m_comment);+ reportErrorLastTime =
time(NULL);+ }+ ACE_OS::sleep(CONFIG.m_clientRetryPeriodSec); + }+ }
while (!response.m_success);++ LOG_INFO("[%s] init success:true
comment:%s", m_tracker.ToString(), response.m_comment);
Do-While cicle don't permit to execute the following code in
Reporting.cpp file. This is the reason of the bug.
Regards
Daniele Elia
2015-11-19 10:03 GMT+01:00 daniele elia <d....@el...>:
> Problem was caused by commit r943. It's possible? When I introduce commit
> r943, orkaudio could not contact orktrack. Waiting for any feedback. Thanks
> in advice.
>
> Best Regards
> Daniele Elia
>
> 2015-11-18 12:01 GMT+01:00 daniele elia <d....@el...>:
>
>> Hi Henry,
>> I'm testing latest release of orkaudio and I see that the project not
>> communicate with orktrack. Tracks are stored correctly by orkaudio but
>> there is no message to orktrack (web application project). I have only this
>> message in orkaudio log but I think that is ininfluent:
>>
>> 2015-11-18 12:00:44,362 WARN reporting:308 - [localhost:8080/orktrack]
>> init connection:true success:false comment:OrkObjectFactory class does not
>> existinit
>>
>> Thanks in advice
>>
>>
>> Regards
>> --
>>
>> *Daniele Elia*
>>
>> ______________________________________
>>
>> *ELMAN S.r.l.*
>>
>> *Via di Valle Caia, 37 - Z.I. S. Palomba*
>>
>> *00040 Pomezia (ROME) - ITALY*
>>
>> ( +39.069194405
>>
>> 6 +39.069194306
>>
>> þ www.elmansrl.it
>> <http://webmaildominiold.aruba.it/cgi-bin/webmail.cgi?cmd=url&xdata=~2-dc1027ff82a2b652411cc42dfd879475fc937bedddd2d5cfd0d0e1db00&url=http!3A!2F!2Fwww.elmansrl.it>
>>
>> * d....@el...
>>
>> ______________________________________
>>
>
>
>
> --
>
> *Daniele Elia*
>
> ______________________________________
>
> *ELMAN S.r.l.*
>
> *Via di Valle Caia, 37 - Z.I. S. Palomba*
>
> *00040 Pomezia (ROME) - ITALY*
>
> ( +39.069194405
>
> 6 +39.069194306
>
> þ www.elmansrl.it
> <http://webmaildominiold.aruba.it/cgi-bin/webmail.cgi?cmd=url&xdata=~2-dc1027ff82a2b652411cc42dfd879475fc937bedddd2d5cfd0d0e1db00&url=http!3A!2F!2Fwww.elmansrl.it>
>
> * d....@el...
>
> ______________________________________
>
--
*Daniele Elia*
______________________________________
*ELMAN S.r.l.*
*Via di Valle Caia, 37 - Z.I. S. Palomba*
*00040 Pomezia (ROME) - ITALY*
( +39.069194405
6 +39.069194306
þ www.elmansrl.it
<http://webmaildominiold.aruba.it/cgi-bin/webmail.cgi?cmd=url&xdata=~2-dc1027ff82a2b652411cc42dfd879475fc937bedddd2d5cfd0d0e1db00&url=http!3A!2F!2Fwww.elmansrl.it>
* d....@el...
______________________________________
|
|
From: daniele e. <d....@el...> - 2015-11-19 09:03:37
|
Problem was caused by commit r943. It's possible? When I introduce commit r943, orkaudio could not contact orktrack. Waiting for any feedback. Thanks in advice. Best Regards Daniele Elia 2015-11-18 12:01 GMT+01:00 daniele elia <d....@el...>: > Hi Henry, > I'm testing latest release of orkaudio and I see that the project not > communicate with orktrack. Tracks are stored correctly by orkaudio but > there is no message to orktrack (web application project). I have only this > message in orkaudio log but I think that is ininfluent: > > 2015-11-18 12:00:44,362 WARN reporting:308 - [localhost:8080/orktrack] > init connection:true success:false comment:OrkObjectFactory class does not > existinit > > Thanks in advice > > > Regards > -- > > *Daniele Elia* > > ______________________________________ > > *ELMAN S.r.l.* > > *Via di Valle Caia, 37 - Z.I. S. Palomba* > > *00040 Pomezia (ROME) - ITALY* > > ( +39.069194405 > > 6 +39.069194306 > > þ www.elmansrl.it > <http://webmaildominiold.aruba.it/cgi-bin/webmail.cgi?cmd=url&xdata=~2-dc1027ff82a2b652411cc42dfd879475fc937bedddd2d5cfd0d0e1db00&url=http!3A!2F!2Fwww.elmansrl.it> > > * d....@el... > > ______________________________________ > -- *Daniele Elia* ______________________________________ *ELMAN S.r.l.* *Via di Valle Caia, 37 - Z.I. S. Palomba* *00040 Pomezia (ROME) - ITALY* ( +39.069194405 6 +39.069194306 þ www.elmansrl.it <http://webmaildominiold.aruba.it/cgi-bin/webmail.cgi?cmd=url&xdata=~2-dc1027ff82a2b652411cc42dfd879475fc937bedddd2d5cfd0d0e1db00&url=http!3A!2F!2Fwww.elmansrl.it> * d....@el... ______________________________________ |
|
From: daniele e. <d....@el...> - 2015-11-18 11:17:21
|
Hi Henry, I'm testing latest release of orkaudio and I see that the project not communicate with orktrack. Tracks are stored correctly by orkaudio but there is no message to orktrack (web application project). I have only this message in orkaudio log but I think that is ininfluent: 2015-11-18 12:00:44,362 WARN reporting:308 - [localhost:8080/orktrack] init connection:true success:false comment:OrkObjectFactory class does not existinit Thanks in advice Regards -- *Daniele Elia* ______________________________________ *ELMAN S.r.l.* *Via di Valle Caia, 37 - Z.I. S. Palomba* *00040 Pomezia (ROME) - ITALY* ( +39.069194405 6 +39.069194306 þ www.elmansrl.it <http://webmaildominiold.aruba.it/cgi-bin/webmail.cgi?cmd=url&xdata=~2-dc1027ff82a2b652411cc42dfd879475fc937bedddd2d5cfd0d0e1db00&url=http!3A!2F!2Fwww.elmansrl.it> * d....@el... ______________________________________ |