[Home]

Summary:ASTERISK-02945: chan_agent.so and chan_local.so use count
Reporter:adomjan (adomjan)Labels:
Date Opened:2004-12-09 03:17:49.000-0600Date Closed:2004-12-10 06:41:50.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:the chan_agent and chan_local use counters always increasing, now I have 278 without any used channels.

asterisk*CLI> show modules
--------------
chan_agent.so             Agent Proxy Channel                      278
chan_local.so             Local Proxy Channel                      278
Comments:By: adomjan (adomjan) 2004-12-09 03:22:54.000-0600

sorry, now I found this bug allready reported.

By: zoa (zoa) 2004-12-09 03:37:02.000-0600

I tried to look for this, it doesnt seem to happen on my system.

I do have:

app_random.so             Random goto                              20848

By: zoa (zoa) 2004-12-09 03:40:20.000-0600

http://bugs.digium.com/bug_view_page.php?bug_id=0002996 is the other bug he is talking about... there should be a third one too..

By: zoa (zoa) 2004-12-09 03:44:48.000-0600

http://bugs.digium.com/bug_view_page.php?bug_id=0002640 is the original bug id.


BTW: This should have been posted in applications. (maybe someone with the powers could move it ?

Please try again with latest cvs-stable or -head and see what happens.
Also try if this is only with dynamic users.

By: adomjan (adomjan) 2004-12-09 05:13:07.000-0600

I have 2 days old stable-cvs version.
only 2 files cheanged since:

P ast_expr.y
P frame.c

from my queues.conf:

member => Agent/91
member => Agent/61
member => Agent/88
member => Agent/53
member => Agent/92,1
member => Agent/65,1
member => Agent/62,1

By: Mark Spencer (markster) 2004-12-09 15:43:32.000-0600

Dupe of 2996