[Asterisk-Dev] Active call information

CW_ASN cw_asn at fibertel.com.ar
Sat Jan 3 05:00:50 MST 2004


As far as I know, encrypted passwords isn't posible at this time...

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


> I'm going to write a cleint that connects to the manager and monitors
> the calls. i was wondering whether there is a way to login into the
> manager with encrypted password. if there is one, what protcol should i
> be using to send the password?
>
> Thanks
> Venkat
>
> CW_ASN wrote:
> > 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
> >>
> >
> >
> >
> > _______________________________________________
> > Asterisk-Dev mailing list
> > Asterisk-Dev at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-dev
> >
>
> _______________________________________________
> 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