Oguzhan Kayhan
2009-Aug-04 09:10 UTC
[asterisk-users] setting verbosity for asterisk cli..
Hi, I am using asterisk 1.6.0.10 For debugging i set verbosity to 10 with asterisk -vvvvvvvvvvr.. now i am trying to set it lower but.. when i type asterisk -r it starts with Connected to Asterisk 1.6.0.10 currently running on asterisk1 (pid = 2408) Verbosity is at least 10 when i try set verobisty 1 or similar commands.. i think this command is obselete in 1.6 .. set verbose 1 No such command 'set verbose 1' (type 'help set verbose' for other possible commands) so how will i decrease verbosity level???
On Tue, Aug 04, 2009 at 12:10:00PM +0300, Oguzhan Kayhan wrote:> Hi, > I am using asterisk 1.6.0.10 > For debugging i set verbosity to 10 with asterisk -vvvvvvvvvvr..Setting verbosity to anything beyong 5 is pointless, IIRC. That is: should be the same as 5.> now i am trying to set it lower but.. > when i type asterisk -r it starts with Connected to Asterisk 1.6.0.10 > currently running on asterisk1 (pid = 2408) > Verbosity is at least 10 > when i try set verobisty 1 or similar commands.. i think this command is > obselete in 1.6 .. > set verbose 1 > No such command 'set verbose 1' (type 'help set verbose' for other > possible commands) > > > so how will i decrease verbosity level???core set verbose 1 -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Oguzhan Kayhan
2009-Aug-04 09:27 UTC
[asterisk-users] setting verbosity for asterisk cli..
> Hi, > I am using asterisk 1.6.0.10 > For debugging i set verbosity to 10 with asterisk -vvvvvvvvvvr.. > now i am trying to set it lower but.. > when i type asterisk -r it starts with Connected to Asterisk 1.6.0.10 > currently running on asterisk1 (pid = 2408) > Verbosity is at least 10 > when i try set verobisty 1 or similar commands.. i think this command is > obselete in 1.6 .. > set verbose 1 > No such command 'set verbose 1' (type 'help set verbose' for other > possible commands) > > > so how will i decrease verbosity level??? > >Solved core set verbose 1> _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2009 - October 13 - 15 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Stefan Schmidt
2009-Aug-04 09:39 UTC
[asterisk-users] setting verbosity for asterisk cli..
Oguzhan Kayhan schrieb:> Hi, > I am using asterisk 1.6.0.10 > For debugging i set verbosity to 10 with asterisk -vvvvvvvvvvr.. > now i am trying to set it lower but.. > when i type asterisk -r it starts with Connected to Asterisk 1.6.0.10 > currently running on asterisk1 (pid = 2408) > Verbosity is at least 10 > when i try set verobisty 1 or similar commands.. i think this command is > obselete in 1.6 .. > set verbose 1 > No such command 'set verbose 1' (type 'help set verbose' for other > possible commands) > > > so how will i decrease verbosity level??? >core set verbose 1 ;) best regards steve