The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: Re: axc ( Get VAR in Log) ?



--------------040409010200050600000702
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Gregg,
My line reads:

full => notice,warning,error,debug,verbose

My axc.conf probably hasn't changed much from the copy I mailed a while
back.

I have SIP and IAX but no Zaptel trunks.

Lehane


Gregg Liming wrote:
>
> Quoting Lehane Kellett (2/16/07 4:43 PM):
> > OK,
> > Bisto time (the plot thickens).
> >
> > My logger.conf is the same as the original but I don't have the
error
> > messages.
> >
>
> Does that mean that you do or do not have an uncommented line in
> logger.conf that contains the "debug" keyword? Assuming that
you don't
> have an uncommented line (in my stock asterisk distro, the line is
> commented out), then that explains why you don't have DEBUG messages
> (btw: they're not "error" messages).
>
> > Lehane
> >
> >
> > Gregg Liming wrote:
> >>
> >> Quoting Gregg Liming (2/16/07 3:10 PM):
> >>
> >> >> FYI I do get xAP CTI messages and Meteor CID
messages.
> >> >> Just want these messages below to Stop.
> >> >> every second there is another. Any Ideas would be
nice.
> >> >
> >> > Understood. I will try to do some googling on trixbox
and this DEBUG
> >> > stuff.
> >>
> >> ... or grep-ing the source code... which led me to
> >> /etc/asterisk/logger.conf
> >>
> >> Do you have any setting in this file that looks like:
> >>
> >> full => notice,warning,error,debug,verbose
> >>
> >> if so, consider removing the debug option such that it looks
like:
> >>
> >> full => notice,warning,error,verbose
> >>
> >> For that matter, look for any other line in this file that
includes
> >> debug in it and consider removing it. You can safely ignore
any lines
> >> that are commented out. I don't know if a simple
"reload" will see the
> >> new settings or whether you will have to stop and then start
asterisk.
> >>
> >> Let me know if this doesn't resolve the issue and I'll keep
looking.
> >>
> >> BTW: Directly from the asterisk config file, the following
quote:
> >>
> >> -------------------
> >> We highly recommend that you DO NOT turn on debug mode if you
are
> simply
> >> running a production system. Debug mode turns on a LOT of
extra
> >> messages, most of which you are unlikely to understand
without an
> >> understanding of the underlying code.
> >> -------------------
> >>
> >> Gregg
> >>
> >> ----------------------------------------------------------
> >>
> >> No virus found in this incoming message.
> >> Checked by AVG Free Edition.
> >> Version: 7.5.441 / Virus Database: 268.18.0/689 - Release
Date:
> 15/02/2007 17:40
> >>
> >
> >
>
>
>
------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.441 / Virus Database: 268.18.0/689 - Release Date:
15/02/2007 17:40
>


--------------040409010200050600000702
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">


Gregg,<br>
My line reads:<br>
<br>
full =&gt; notice,warning,error,debug,verbose<br>
<br>
My axc.conf probably hasn't changed much from the copy I mailed a while
back.<br>
<br>
I have SIP and IAX but no Zaptel trunks.<br>
<br>
Lehane<br>
<br>
<br>
Gregg Liming wrote:
<blockquote cite="mid45D62678.7070704@xxxxxxx"
type="cite"><!-- Network content -->

<div id="ygrp-text">
<p>Quoting Lehane Kellett (2/16/07 4:43 PM):<br>
&gt; OK,<br>
&gt; Bisto time (the plot thickens).<br>
&gt; <br>
&gt; My logger.conf is the same as the original but I don't have the
error<br>
&gt; messages.<br>
&gt; <br>
<br>
Does that mean that you do or do not have an uncommented line in<br>
logger.conf that contains the "debug" keyword? Assuming that you
don't<br>
have an uncommented line (in my stock asterisk distro, the line
is<br>
commented out), then that explains why you don't have DEBUG
messages<br>
(btw: they're not "error" messages).<br>
<br>
&gt; Lehane<br>
&gt; <br>
&gt; <br>
&gt; Gregg Liming wrote:<br>
&gt;&gt;<br>
&gt;&gt; Quoting Gregg Liming (2/16/07 3:10 PM):<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt; FYI I do get xAP CTI messages and Meteor
CID messages.<br>
&gt;&gt; &gt;&gt; Just want these messages below to
Stop.<br>
&gt;&gt; &gt;&gt; every second there is another. Any Ideas
would be
nice.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Understood. I will try to do some googling on
trixbox and
this DEBUG<br>
&gt;&gt; &gt; stuff.<br>
&gt;&gt;<br>
&gt;&gt; ... or grep-ing the source code... which led me
to<br>
&gt;&gt; /etc/asterisk/<wbr>logger.conf<br>
&gt;&gt;<br>
&gt;&gt; Do you have any setting in this file that looks
like:<br>
&gt;&gt;<br>
&gt;&gt; full =&gt;
notice,warning,<wbr>error,debug,<wbr>verbose<br>
&gt;&gt;<br>
&gt;&gt; if so, consider removing the debug option such that it
looks
like:<br>
&gt;&gt;<br>
&gt;&gt; full =&gt;
notice,warning,<wbr>error,verbose<br>
&gt;&gt;<br>
&gt;&gt; For that matter, look for any other line in this file that
includes<br>
&gt;&gt; debug in it and consider removing it. You can safely
ignore
any lines<br>
&gt;&gt; that are commented out. I don't know if a simple
"reload" will
see the<br>
&gt;&gt; new settings or whether you will have to stop and then
start
asterisk.<br>
&gt;&gt;<br>
&gt;&gt; Let me know if this doesn't resolve the issue and I'll
keep
looking.<br>
&gt;&gt;<br>
&gt;&gt; BTW: Directly from the asterisk config file, the following
quote:<br>
&gt;&gt;<br>
&gt;&gt; ------------<wbr>-------<br>
&gt;&gt; We highly recommend that you DO NOT turn on debug mode if
you
are simply<br>
&gt;&gt; running a production system. Debug mode turns on a LOT of
extra<br>
&gt;&gt; messages, most of which you are unlikely to understand
without
an<br>
&gt;&gt; understanding of the underlying code.<br>
&gt;&gt; ------------<wbr>-------<br>
&gt;&gt;<br>
&gt;&gt; Gregg<br>
&gt;&gt;<br>
&gt;&gt;
------------<wbr>---------<wbr>---------<wbr>---------<wbr>---------<wbr>---------<wbr>-<br>
&gt;&gt;<br>
&gt;&gt; No virus found in this incoming message.<br>
&gt;&gt; Checked by AVG Free Edition.<br>
&gt;&gt; Version: 7.5.441 / Virus Database: 268.18.0/689 - Release
Date: 15/02/2007 17:40<br>
&gt;&gt; <br>
&gt; <br>
&gt; <br>
<br>
</p>
</div>

<!--End group email -->
<pre wrap="">
<hr size="4" width="90%">
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.18.0/689 - Release Date: 15/02/2007
17:40
</pre>
</blockquote>
<br>

<span width="1" style="color:
white;"/>__._,_.___</span>


<!-- **begin egp html banner** -->

<img src="http://geo.yahoo.com/serv?s=97476590/grpId=9674343/grpspId=1705007709/msgId=3483/stime=1171666037";
width="1" height="1"> <br>

<!-- **end egp html banner** -->


<!-- **begin egp html banner** -->

<br><br>
<div style="width:500px; text-align:right; margin-bottom:1px;
color:#909090;">
<tt>SPONSORED LINKS</tt>
</div>
<table bgcolor=#e0ecee cellspacing="13"
cellpadding="0" width=500px>
<tr valign=top>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjbjhnbjM2BF9TAzk3NDc2NTkwBF9wAzEEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExNzE2NjYwMzc-?t=ms&k=X10+home+automation&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=tN49yZ8gLW44qGV8ngn-6Q";>X10
home automation</a></tt>
</td>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjcTZlcHM0BF9TAzk3NDc2NTkwBF9wAzIEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExNzE2NjYwMzc-?t=ms&k=Home+automation&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=uxodCh5B-C-LfzJs4AF_uw";>Home
automation</a></tt>
</td>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjbnVqMG05BF9TAzk3NDc2NTkwBF9wAzMEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExNzE2NjYwMzc-?t=ms&k=Home+automation+product&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=-7-yoKCdmzYOn0eQU41W8Q";>Home
automation product</a></tt>
</td>
</tr>
<tr valign=top>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjOGhpNTF1BF9TAzk3NDc2NTkwBF9wAzQEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExNzE2NjYwMzc-?t=ms&k=Home+automation+system&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=YiCpy6REMq-ZQ9BflM6GVg";>Home
automation system</a></tt>
</td>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjZWI2cmhzBF9TAzk3NDc2NTkwBF9wAzUEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExNzE2NjYwMzc-?t=ms&k=Home+automation+security&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=MqsbZg2eMmjgfWfWU0yLgQ";>Home
automation security</a></tt>
</td>
</tr>
</table>

<!-- **end egp html banner** -->


<!-- **begin egp html banner** -->

<br>
<div style="font-family: verdana; font-size: 77%; border-top: 1px
solid #666; padding: 5px 0;" >
Your email settings: Individual EmailTraditional <br>
<a href="http://groups.yahoo.com/group/xap_automation/join;_ylc=X3oDMTJmMXQxdmNqBF9TAzk3NDc2NTkwBGdycElkAzk2NzQzNDMEZ3Jwc3BJZAMxNzA1MDA3NzA5BHNlYwNmdHIEc2xrA3N0bmdzBHN0aW1lAzExNzE2NjYwMzc-";>Change
settings via the Web</a> (Yahoo! ID required) <br>
Change settings via email: <a href="mailto:xap_automation-digest@xxxxxxx?subject=Email
Delivery: Digest">Switch delivery to Daily Digest</a>  <a
href = "mailto:xap_automation-fullfeatured@xxxxxxx?subject=Change
Delivery Format: Fully Featured">Switch to Fully Featured</a>
<br>
<a href="http://groups.yahoo.com/group/xap_automation;_ylc=X3oDMTJkcjJhYjkwBF9TAzk3NDc2NTkwBGdycElkAzk2NzQzNDMEZ3Jwc3BJZAMxNzA1MDA3NzA5BHNlYwNmdHIEc2xrA2hwZgRzdGltZQMxMTcxNjY2MDM3";>
Visit Your Group
</a>
<a href="http://docs.yahoo.com/info/terms/";>
Yahoo! Groups Terms of Use
</a>
<a href="mailto:xap_automation-unsubscribe@xxxxxxx?subject=Unsubscribe";>
Unsubscribe
</a>
<br>
</div>
<br>

<!-- **end egp html banner** -->


<span  style="color: white;"/>__,_._,___</span>
</body>
</html>

--------------040409010200050600000702--

xAP_Automation Main Index | xAP_Automation Thread Index | xAP_Automation Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.