similar to: Asterisk logging questions

Displaying 20 results from an estimated 20000 matches similar to: "Asterisk logging questions"

2003 Jun 12
3
E1 cards
We are not having any luck with the E100p card here in Australia, it will work with a crossover cable to another device but will not talk to our Telco Telstra who probably have a weird implementation of an E1. Any suggestions on a replacement? Regards Mark McKibbin DCS Internet 64 Queen St Warragul Victoria 3820 Australia www.dcsi.net.au mark@team.dcsi.net.au Ph. 1300 665575 Fx. 1300 556595
2009 Apr 07
3
Logging Asterisk console
Hi all, in witch way can I put in a log file the asterisk console? I have tried with some settings in file logger.conf but the log not contain the same debug that I can see with "asterisk -rvvv". I need it in debugging purpose for tracking some bug. Thanks Enrico. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type:
2014 Jul 20
1
Asterisk 12 fails to launch with option -C
I am trying to launch Asterisk on a different directory with the parameter 'C asterisk -vvvvvvvvvvvvvvvvvvgc -C /etc/asterisk1/asterisk.conf Parsing '/etc/asterisk1/extconfig.conf': Found Resetting translation matrix UUID system initiated Parsing /etc/asterisk1/asterisk.conf == Parsing '/etc/asterisk1/asterisk.conf': Found Not changing threadpool size since new size 0 is
2009 Apr 28
1
asterisk -C option not honored 100%
Hello, I am trying to get a repeatable build setup for asterisk. Part of doing so involves using the -C option to specify the master config file. The problem is that asterisk reads the config file location that i specify, however it still tries to read two other config files, namely: * /etc/asterisk/extconfig.conf, and * /etc/asterisk/logger.conf I have specified in my config file that the
2003 Jun 04
3
Getting netmeeting to work with Asterisk
Hello All, Finally I realised that the Asterisk demo setup didn't include support for h323. (Maybe it should have been obvious) so I went to work out how to get the h323 channel running. I had openh323 and pwlib installed as I'd been playing with vocal so it didn't take long to do cd asterisk/channels/h323; make; make install; make samples, copy the pwlib and h323 libraries to
2009 Jul 20
1
Application logging in R
Hello, I'm curious to know how people log their applications in R. It seems like it's a combination of cat statements or writing out the session to a file, given the discussions I've had with people. This is fine for interactive work but is a little lacking for automated systems. To address this, I've written a logging facility modeled on the log4j Java library. The basic concept
2008 Jan 30
2
How do I get logging with rspec?
Say I''m testing a controller with rspec, and I have logger.debug and logger.error calls. Normally I''d like them to write to the appropriate file, but in this case I''d like to see the output on STDOUT. Is there an easy way to redirect logging in rspec to do this? I''m thinking that controller.should_receive(:logger).and_return(logger) should start it off,
2010 Jun 14
1
logging stopped suddenly
Hello list, I noticed today that the last logfiles dates 3 days ago ! The logfiles are rotated every night. The logfiles of 2 days ago, 1 day ago and today are empty ! vps*CLI> module show like logger Module Description Use Count 0 modules loaded vps*CLI> logger reload [Jun 14 11:57:19] == Parsing
2006 Jan 12
3
How to Selectively Quite SQL Logging
I know about logger.silence but here is the issue: I''m comfortable with the way the user engine is working, but it generates quite a bit of SQL noise in the logs. I''d like, for that engine, to suppress the SQL logging. Code in it has return statements in conditionals, e.g., if !user? RAILS_DEFAULT_LOGGER.debug "checking guest authorisation for
2015 Jun 26
1
Asterisk 13 logging to two places
Please don't top-post. On Fri, 26 Jun 2015, Dale Noll wrote: > I turned on the messages that he had in the file again, all the logs were in /var/log/asterisk and it does not show anything for syslog. > asterisk -rx 'logger show channels' > Channel ? ? ? ? ? ? ? ? ? ? ? ? ? ? Type ? ? Status ? ?Configuration > ------- ? ? ? ? ? ? ? ? ? ? ? ? ? ? ---- ? ? ------ ?
2006 Aug 13
3
Logging in Rails
This is a newbie question, I have a class which is not derived from ActionController or ActiveRecord but I want to use logging, I tried require but still logging does not work - This class is located in a file in "model" directory. ------------------------------------ require ''logger'' class Cart def add_product(product) logger.info("Searching for product
2005 Dec 04
5
Javascript Logging
Hello Everyone, Just wanted to find out if scriptaculous has a patch for a error logging class? Currently, I have found 2 javascript logging scripts (outside of scriptaculous). Lumberjack: http://gleepglop.com/javascripts/logger/ log4js: http://jroller.com/page/stritti?entry=logging_in_javascript_log4js Could you guys shed some light on what would be a good logger class to use with our
2009 May 19
1
logging with the daemons gem
I am trying to leverage the daemons gem but I am confused about the proper way to set up logging. I am able pass options which configure stdout to go to a log file but it seems like all calls to Rails.logger are disabled as I see the following message in my output: usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/buffered_logger.rb:99:in `write'': closed
2012 Mar 25
2
build postfix rpm with mysql
hello list, I'm trying to build a postfix rpm that has mysql support included. I've found the line where I need to define mysql support but it seems that I am being tripped up by some build dependencies: [root at beta SPECS]# rpmbuild -ba postfix.spec error: Failed build dependencies: MySQL-shared is needed by postfix-2.9.1-1.rhel5.x86_64 MySQL-devel is needed by
2007 Nov 16
1
Temporaly silencing the rails log.
Hi! I want to do what subject say. Is there any elegant way to do this: ??? # Silence the log inside the block attached to the method call. def silence_logger orig= nil ObjectSpace.each_object(::Logger) do |logger| logger.info "-" * 80 logger.info "Quieting the log..." orig= logger.level logger.level= ::Logger::FATAL end yield
2015 Jun 26
2
Asterisk 13 logging to two places
On Fri, 26 Jun 2015, Dale Noll wrote: > I added a filter to the /etc/rsyslog.conf file > > :syslogtag, contains, "asterisk" stop > > Syslog is still receiving the messages, but is discarding them. Nice to learn a new (to me) feature of rsyslog. What does 'logger show channels' show? -- Thanks in advance,
2006 Mar 27
2
How to disable event_log?
Hi, how can I disable event_log in order to reduce hard disk activity? I can't find any hints in conf files. Must I hack the source code or even use brutal methods like creating a dir called event_log in the log dir, in order to prevent asterisk from creating an event_log file? (Just chmod a-w event_log does not work, unfortunately.) Thanks for any hints! Roger.
2011 Apr 15
3
sip error logging
I recently noticed that asterisk is not logging unknown sip connections. I'm not sure if I've broken something or if asterisk itself has been broken. the last entry I have is: /var/log/asterisk/messages.9:[Feb 10 23:58:48] NOTICE[9868] chan_sip.c: Registration from '<sip:22942 at 10.0.0.3>' failed for '10.0.0.228:5060' - No matching peer found my logger.conf
2007 Sep 24
1
Help with log entries.
I just had a user complain about a call getting dropped and another one failing to go through. I'm trying to interpret the log entries for each call and would like to confirm my understanding. The first entry is from an outbound call to a 1-866 number. The 5058971234 at 216.31.xx.x refers to a user account on my server. Voip_one refers to my provider. This sequence of log entries
2008 Jul 08
1
CONSOLE logging
Hello, I'm trying to enable CONSOLE logging in Asterisk 1.4.14 on a 2.6.18 Debian Lenny server. It is enabled in logger.conf, however no log file is created in /var/log/asterisk/ Also I was wondering if I manage to get it working and use logrotate daemon as well, is logrotate going to restart the asterisk process each time in order to rotate the log file? Thank you.