[asterisk-bugs] [JIRA] (ASTERISK-14595) snmp SubAgent does not return channel count for SIP tech
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Jan 15 12:04:46 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-14595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=201565#comment-201565 ]
Matt Jordan commented on ASTERISK-14595:
----------------------------------------
Please note that {{res_snmp}} is an extended support module and as such development support for it comes from the open source community. Response times may reflect that.
Patches are also always very welcome. :-)
> snmp SubAgent does not return channel count for SIP tech
> --------------------------------------------------------
>
> Key: ASTERISK-14595
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-14595
> Project: Asterisk
> Issue Type: Bug
> Components: Resources/res_snmp
> Reporter: Grigoriy Puzankin
> Severity: Minor
>
> When requesting list of channel types and their info ASTERISK-MIB::astChanTypeChannels.x entry returns 0 for SIP channels. However it works for other channel types.
> ****** ADDITIONAL INFORMATION ******
> There's a line of code where the comparison is done.
> res/snmp/agent.c:572: if (chan->tech == tech)
> If I add "->type" for each of "tech" then snmp SubAgent returns count for SIP channels. I don't know if this could be a solution, may be the problem is in SIP module.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list