<!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">
Jonathan Hunter wrote:
<blockquote
 cite="mid:AANLkTin_tb+QpmUVzdeO0Hx3Tce=r+aBsXpce_Z81Lf+@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">On 24 November 2010 01:20, Lyle Giese <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:lyle@lcrcomputer.net">lyle@lcrcomputer.net</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">
    <div>Post the revelent portions of your extension.conf.&nbsp; Maybe you
have a
logic error somewhere.<br>
    </div>
    <br>
    </div>
  </blockquote>
  <div>Thanks Lyle.<br>
  <br>
My extensions.conf is fairly simple in this regard; I use
macro-stdexten:<br>
  <br>
&nbsp;[macro-stdexten];<br>
exten =&gt; s,1,NoOp('${CALLERID(NAME)}' [${CALLERID(NUM)}] calling
[${ARG1}])<br>
exten =&gt; s,n,Set(MBOXCONTEXT=****)<br>
exten =&gt; s,n,Dial(${ARG1},30)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Ring the
interface, 30 seconds maximum<br>
exten =&gt; s,n,MailboxExists(${MACRO_EXTEN}@${MBOXCONTEXT})<br>
exten =&gt; s,n,NoOp(Got mailbox status of '${VMBOXEXISTSSTATUS}')<br>
exten =&gt;
s,n,GotoIf($["${VMBOXEXISTSSTATUS}"="SUCCESS"]?s-Voicemail,1:s-NOANSWER,1)<br>
  <br>
and it is called with
"SIP/****&amp;DAHDI/1r1&amp;DAHDI/3r1&amp;DAHDI/5r1&amp;DAHDI/7r3&amp;SIP/****&amp;SIP/****&amp;SIP/****&amp;SIP/****&amp;SIP/****&amp;DAHDI/2&amp;DAHDI/4&amp;DAHDI/6"<br>
  <br>
  </div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">Have you tried to move the
set from channel 5 to 8 and 7 to 9? (to see
if one or two of the fxs channels have gone bad in the chan bank?)<br>
    <br>
    </div>
  </blockquote>
  <div>Good idea, thank you - I will try this tonight.<br>
&nbsp;<br>
  </div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">It could also be a power
supply issue inside the Zhone that tries to
'trip' the ringing.<br>
    </div>
  </blockquote>
  </div>
  <br>
Hmm - not sure how I might determine whether this is the case or not..
It only seems to occur on some channels, at the moment.<br>
  <br>
</blockquote>
Thinking on this, if the power supply is going bad, reducing the number
of DAHDI channels in ringing state may help.&nbsp; I am an old telco guy
having spent 23 years working for the biggest telco in the US in their
CO's.&nbsp; I tend to think something funny with the channel bank or the
channel units.&nbsp; Seen that happen many times working for them.&nbsp; <br>
<br>
I assume the wiring is good and not 'wet'.&nbsp; If it was underground or in
a damp environment...<br>
<br>
I would go back to thinking chan bank with FXS channel units, not DAHDI
channels.&nbsp; It will focus the attention where you have power
supplies(-24 or -48 volt talk battery and ringing current with trip
battery super-imposed) and all the electronic things that can go wrong
with that and the detecting of offhook state.&nbsp; It would be easy for the
electronics to think the phone was offhook when ringing, but not when
supplying only talk battery when the channel units or power supply goes
flakey.<br>
<br>
Lyle Giese<br>
<blockquote
 cite="mid:AANLkTin_tb+QpmUVzdeO0Hx3Tce=r+aBsXpce_Z81Lf+@mail.gmail.com"
 type="cite">Thanks,<br>
  <br>
Jonathan<br>
</blockquote>
<br>
</body>
</html>