RE: [Asterisk-Users] PHP and ASterisk Manager

2005-09-07 Thread Anton Krall
Eicke |Sent: MiƩrcoles, 07 de Septiembre de 2005 02:12 a.m. |To: Asterisk Users Mailing List - Non-Commercial Discussion |Subject: Re: [Asterisk-Users] PHP and ASterisk Manager | |I looked into the source code of Asterisk to figure out how |the printf() statements were spaced. That's the pow

Re: [Asterisk-Users] PHP and ASterisk Manager

2005-09-07 Thread Christoph Eicke
9 p.m. > |To: Asterisk Users Mailing List - Non-Commercial Discussion > |Subject: Re: [Asterisk-Users] PHP and ASterisk Manager > | > |Anton Krall wrote: > |> Guys, is anybody using PHP sockets to connect to the Manager > | > |and send > | > |> command like "show

RE: [Asterisk-Users] PHP and ASterisk Manager

2005-09-06 Thread Anton Krall
iling List - Non-Commercial Discussion' |Subject: RE: [Asterisk-Users] PHP and ASterisk Manager | |You'll wanna play with socket_read / socket_write Doing |fsock_opens, fgets(), etc... Is clunky | |->-Original Message- |->From: [EMAIL PROTECTED] |->[mailto:[EMAIL

RE: [Asterisk-Users] PHP and ASterisk Manager

2005-09-06 Thread Anton Krall
Where can I get this agi from Jeff? |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED] On Behalf Of |Jeff Buchbinder |Sent: Martes, 06 de Septiembre de 2005 01:52 p.m. |To: Asterisk Users Mailing List - Non-Commercial Discussion |Subject: Re: [Asterisk-Users] PHP

RE: [Asterisk-Users] PHP and ASterisk Manager

2005-09-06 Thread Anton Krall
-Commercial Discussion |Subject: Re: [Asterisk-Users] PHP and ASterisk Manager | |Anton Krall wrote: |> Guys, is anybody using PHP sockets to connect to the Manager |and send |> command like "show voicemail users" for example or any other? |> |> My question is, how to parse the ret

RE: [Asterisk-Users] PHP and ASterisk Manager

2005-09-06 Thread Sherwood McGowan
isk Users Mailing List - Non-Commercial Discussion' ->Subject: [Asterisk-Users] PHP and ASterisk Manager -> ->Guys, is anybody using PHP sockets to connect to the Manager ->and send command like "show voicemail users" for example or any other? -> ->My question is, ho

Re: [Asterisk-Users] PHP and ASterisk Manager

2005-09-06 Thread Jeff Buchbinder
On 9/6/05, Anton Krall <[EMAIL PROTECTED]> wrote: > Guys, is anybody using PHP sockets to connect to the Manager and send > command like "show voicemail users" for example or any other? > > My question is, how to parse the return info in a way that can be shown back > to the user via web (discard

Re: [Asterisk-Users] PHP and ASterisk Manager

2005-09-06 Thread Matthew Boehm
Anton Krall wrote: Guys, is anybody using PHP sockets to connect to the Manager and send command like "show voicemail users" for example or any other? My question is, how to parse the return info in a way that can be shown back to the user via web (discard all the manager responses not needed)?

[Asterisk-Users] PHP and ASterisk Manager

2005-09-06 Thread Anton Krall
Guys, is anybody using PHP sockets to connect to the Manager and send command like "show voicemail users" for example or any other? My question is, how to parse the return info in a way that can be shown back to the user via web (discard all the manager responses not needed)? Thx in advance for a