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

[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

[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.

[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?

[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?

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

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

[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