Re: [Asterisk-Users] ChangeMonitor syntax

2004-08-10 Thread Holger Schurig
Oh, sorry, for not reading that far. In DeStar at http://www.holgerschurig.de I have a manager.py script where I digged out all possible manager commands that I found. Here is an excerpt: manager.c: # Action: Ping # Parameters: none res = conn.action('Ping')

[Asterisk-Users] ChangeMonitor syntax

2004-08-09 Thread eduardo
I'm trying to use the ChangeMonitor command on the asterisk manager API, but I can't find the syntax anywhere. Asterisk only tells me: Action: ChangeMonitor But I don't know the parameters. Can anybody help me? ___ Asterisk-Users mailing list [EMAIL

Re: [Asterisk-Users] ChangeMonitor syntax

2004-08-09 Thread Seth Remington
On Mon, 2004-08-09 at 11:24, [EMAIL PROTECTED] wrote: I'm trying to use the ChangeMonitor command on the asterisk manager API, but I can't find the syntax anywhere. Asterisk only tells me: Action: ChangeMonitor But I don't know the parameters. Can anybody help me? It takes two

Re: [Asterisk-Users] ChangeMonitor syntax

2004-08-09 Thread Holger Schurig
try help application changemonitor in the Asterisk CLI ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit:

Re: [Asterisk-Users] ChangeMonitor syntax

2004-08-09 Thread Seth Remington
On Mon, 2004-08-09 at 12:57, Holger Schurig wrote: try help application changemonitor in the Asterisk CLI I'm sure you meant show application changemonitor. That will show the dialplan application ChangeMonitor but not the Manager API ChangeMonitor command. The show manager command ChangeMonitor