[Asterisk-Dev] Active call information

CW_ASN cw_asn at fibertel.com.ar
Fri Jan 2 23:22:33 MST 2004


Venkat:

If you don't like to use cdr register for any reason, you could use API
Manager for that.

Uncomment all fields from '[general]' section in manager.conf, define
username and secret, reload and use astman, or gastman. If you like to try
with telnet session, you could do:

telnet [ip addr * box] 5038

and then write:

Action: login[enter]
Username: [your_login][enter]
Secret: [your_secret][enter][enter]

Note: two carry returns to finish the command.

Then you will see:

Response: Success
Message: Authentication accepted

All calls and details will be logged in this telnet session. Perhaps, you
will need to parse the output if you like to send to another system.
Finnaly, please go to wiki for more information.

Regards,

Gus

----- Original Message -----
From: "Venkat Venkataraju" <outofjungle at sbcglobal.net>
To: <asterisk-dev at lists.digium.com>
Sent: Saturday, January 03, 2004 3:04 AM
Subject: [Asterisk-Dev] Active call information


> Hi All
>
>
> I want to extract information like called number and the channel
> whenever a call is being made. This information will be sent to another
> process to compute duration of the active calls.
>
> What file should i teak so that i can get this information out of
> asterisk? or is there any API which can be used to extract this
information?
>
> Thanks
> Venkat
>
>
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
>





More information about the asterisk-dev mailing list