Hi,
This prodcut support asterisk monitoring ?? what protocols ? sip, iax2 ?
regards
Not natively but you can add the functionallity in Orion Universal Device Poller.
but, with this software could i add functionallity to monitoring iax calls between various asterisk??
best regards
Hi Link,
Yes it is possible, you only have to configure the UnDP poller to poll the relevant OIDs in the Asterisk MIB. You do not need the VoIP module to perform this.
The following table will list you which Channels are currently active and the astChanTypeChannels column will enable you to know if this is an IAX call or any other type of call.<br />
astChanTypeChannels
<br />
AstChanTypeEntry ::= SEQUENCE {<br /> astChanTypeIndex Integer32,<br /> astChanTypeName DisplayString,<br /> astChanTypeDesc DisplayString,<br /> astChanTypeDeviceState Integer32,<br /> astChanTypeIndications Integer32,<br /> astChanTypeTransfer Integer32,<br /> astChanTypeChannels Gauge32<br />}
http://www.voip-info.org/wiki/view/Asterisk+Documentation+1.6.1+asterisk-mib.txt
Create a Universal Device Poller (UnDP) in the Orion Platform - SolarWinds Worldwide, LLC. Help and Support
Hi Yann,
Thank You very much