Re: [asterisk-users] Monitor Asterisk

2008-02-23 Thread Soumya Kat
You can try using the asterisk -r -x CLI command
This allows you connect to the asterisk on the machine u run the command.

As for APIs have I have no ideas. May be the seniors can help you.
Thank you.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] ASTERISK C File

2008-02-19 Thread Soumya Kat
I used mib2c on the ASTERISK-MIB in this following manner:
mib2c asterisk
used UCD-SNMP type to obtain the asterisk.c and asterisk.h file.

But there is no code from which I can learn the way the ASTERISK-MIB works.
Can someone please tell me from where can I get the appropriate .c and .h
file from which I can learn how the MIB works.

I will be very thankful if someone can provice me the .c and .h file or a
link from where I can get them.
Thank you :)
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Monitor Asterisk

2008-02-17 Thread Soumya Kat
Can someone tell me how can I monitor asterisk for proxy and redirect
services. The only way I can monitor asterisk now is by using asterisk -r -x
*CLI Command. I need to monitor proxy and redirect service. Can you tell
me how can I achieve it?

Thank you.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Monitor Asterisk

2008-02-14 Thread Soumya Kat
Thank you to all those who replied to my last query. For them and for the
suggestion, I can monitor asterisk using the asterisk -r -x command
option. What I would like to know is that using asterisk -r -x way I can
only use the *CLI commands. Is there any other way in which I can monitor
asterisk?

Moreover it will be very helpful is someone can provide me the C file of the
ASTERISK-MIB. I will be using C language to develop my agent for the
monitoring of asterisk.

Thank you.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Monitor Asterisk

2008-02-14 Thread Soumya Kat
Thank you to all those who replied to my last query. For them and for the
suggestion, I can monitor asterisk using the asterisk -r -x command
option. What I would like to know is that using asterisk -r -x way I can
only use the *CLI commands. Is there any other way in which I can monitor
asterisk?

Moreover it will be very helpful is someone can provide me the C file of the
ASTERISK-MIB. I will be using C language to develop my agent for the
monitoring of asterisk.

Thank you.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Monitor Asterisk using C

2008-02-09 Thread Soumya Kat
Thank you for replying. The probleam is how do I use the
Asterisk_manager-API and implement them in my C code. Like how do I call a
API in my C program. It will be of great help if I can have an example.

By traffic I mean how much bandwidth or data transferring is taking place in
a call that is network traffic. I want to monitor the asterisk server.

Thank you.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] [asterisk-dev] Monitor Asterisk using C

2008-02-09 Thread Soumya Kat
Soumya Kat wrote:
 What I would like to know is how to get information such as SIP users,
 number of SIP connections and traffic associated with those from asterisk
 using a C Code.

Russell Bryant
 There is actually no good way to do this inside of Asterisk right now.
 It's
 certainly all possible ... it's just software ... but there is no
 straightforward common API to accomplish what you are looking for.


Well then how can I monitor asterisk using net-SNMP. There should be someway
in which I can monitor asterisk.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Monitor Asterisk using C

2008-02-08 Thread Soumya Kat
Hi,

I have installed Asterisk 1.4 along with net-SNMP 5.4.1 in my Fedora 8
system. Asterisk works fine for me and I can log into Asterisk-GUI and
monitor asterisk.

What I would like to know is how to get information such as SIP users,
number of SIP connections and traffic associated with those from asterisk
using a C Code.

Thank you.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users