Re: [asterisk-users] Removing "Parsing /etc/asterisk/manager.conf" from CLI

2008-04-10 Thread Tzafrir Cohen
On Thu, Apr 10, 2008 at 12:21:46PM -0700, Adrian A wrote: > Anything more than 'core set verbose 1' produces this message, however > verbose 1 does not display much of anything. So obviously there are two ways to resolve thins (apart from leaving things as they are now) - demoting the priority of

Re: [asterisk-users] Removing "Parsing /etc/asterisk/manager.conf" from CLI

2008-04-10 Thread Adrian A
There is an OpenSER proxy in front of Asterisk which handles the clients. The script is called by OpenSER whenever a client sends a SUBSCRIBE request for MWI. It uses php to connect to Asterisk like so: fsockopen("$mhost","5038", $errno, $errstr, 5) and gets the user's voicemail counts. I'm not su

Re: [asterisk-users] Removing "Parsing /etc/asterisk/manager.conf" from CLI

2008-04-10 Thread Adrian A
Anything more than 'core set verbose 1' produces this message, however verbose 1 does not display much of anything. On Thu, Apr 10, 2008 at 1:53 AM, Tzafrir Cohen <[EMAIL PROTECTED]> wrote: > On Wed, Apr 09, 2008 at 11:55:13PM -0700, Adrian A wrote: > > Hello, > > > > Is there any way of removing

Re: [asterisk-users] Removing "Parsing /etc/asterisk/manager.conf" from CLI

2008-04-10 Thread Tzafrir Cohen
On Wed, Apr 09, 2008 at 11:55:13PM -0700, Adrian A wrote: > Hello, > > Is there any way of removing this line from showing on the console? I have a > script that logs in every few seconds to manager and it makes the CLI output > very hard to follow because of the " == Parsing > '/etc/asterisk/man

Re: [asterisk-users] Removing "Parsing /etc/asterisk/manager.conf" from CLI

2008-04-10 Thread Steve Davies
On 10/04/2008, Stefan Reuter <[EMAIL PROTECTED]> wrote: > Adrian A wrote: > > Is there any way of removing this line from showing on the console? I > > > have a script that logs in every few seconds to manager (...) > > Maybe a better solution is to rethink your architecture. The Manager API > i

Re: [asterisk-users] Removing "Parsing /etc/asterisk/manager.conf" from CLI

2008-04-10 Thread Stefan Reuter
Adrian A wrote: > Is there any way of removing this line from showing on the console? I > have a script that logs in every few seconds to manager (...) Maybe a better solution is to rethink your architecture. The Manager API is well suited for long running connections, so there is no need to recon

[asterisk-users] Removing "Parsing /etc/asterisk/manager.conf" from CLI

2008-04-09 Thread Adrian A
Hello, Is there any way of removing this line from showing on the console? I have a script that logs in every few seconds to manager and it makes the CLI output very hard to follow because of the " == Parsing '/etc/asterisk/manager.conf': Found". (Yes, Found! manager.conf was there 3 seconds ago,