<div class="gmail_quote">On 24 November 2010 01:20, Lyle Giese <span dir="ltr"><<a href="mailto:lyle@lcrcomputer.net">lyle@lcrcomputer.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000"><div><div></div>Post the revelent portions of your extension.conf. 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> [macro-stdexten];<br>exten => s,1,NoOp('${CALLERID(NAME)}' [${CALLERID(NUM)}] calling [${ARG1}])<br>
exten => s,n,Set(MBOXCONTEXT=****)<br>exten => s,n,Dial(${ARG1},30) ; Ring the interface, 30 seconds maximum<br>exten => s,n,MailboxExists(${MACRO_EXTEN}@${MBOXCONTEXT})<br>exten => s,n,NoOp(Got mailbox status of '${VMBOXEXISTSSTATUS}')<br>
exten => s,n,GotoIf($["${VMBOXEXISTSSTATUS}"="SUCCESS"]?s-Voicemail,1:s-NOANSWER,1)<br><br>and it is called with "SIP/****&DAHDI/1r1&DAHDI/3r1&DAHDI/5r1&DAHDI/7r3&SIP/****&SIP/****&SIP/****&SIP/****&SIP/****&DAHDI/2&DAHDI/4&DAHDI/6"<br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); 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> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); 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>Thanks,<br><br>Jonathan<br>