Re: [asterisk-users] Asterisk Manager and Visual Basic

2008-02-14 Thread Bill Andersen
> I don't know if it would be of any use to you but we have some C# code > that handles the basics of communicating the the Asterisk Manager > Interface. It doesn't do anything fancy just sends single commands and > checks the responses. We don't use it for monitoring. > > Regards, > > Greyman.

Re: [asterisk-users] Asterisk Manager and Visual Basic

2008-02-14 Thread Lee Jenkins
Bill Andersen wrote: > Has anyone tried to used VB6 to communicate with the Asterisk Manager? > > If so, would you be willing to share some basic code showing your > approach to getting connected and parsing results? > > I've got a Telnet control that is allowing me to connect, authenticate > and

Re: [asterisk-users] Asterisk Manager and Visual Basic

2008-02-13 Thread Grey Man
- Original Message > From: Bill Andersen <[EMAIL PROTECTED]> > To: asterisk-users@lists.digium.com > Sent: Wednesday, 13 February, 2008 8:31:01 PM > Subject: [asterisk-users] Asterisk Manager and Visual Basic > Has anyone tried to used VB6 to communicate with

Re: [asterisk-users] Asterisk Manager and Visual Basic

2008-02-13 Thread Razza
On 13/02/2008, Bill Andersen <[EMAIL PROTECTED]> wrote: > Has anyone tried to used VB6 to communicate with the Asterisk Manager? > > If so, would you be willing to share some basic code showing your > approach to getting connected and parsing results? > Bill I wrote some very very basic stuff ages

[asterisk-users] Asterisk Manager and Visual Basic

2008-02-13 Thread Bill Andersen
Has anyone tried to used VB6 to communicate with the Asterisk Manager? If so, would you be willing to share some basic code showing your approach to getting connected and parsing results? I've got a Telnet control that is allowing me to connect, authenticate and see the "flow" of status, etc., bu