<!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 text="#333333" bgcolor="#ffffff">
Hi Andrew,<br>
<br>
I am using current versions of software, find below versions:<br>
<br>
1.) asterisk<br>
<tt>voice:~# asterisk -V<br>
Asterisk 1.8.2.3</tt><br>
<br>
2.)dahdi<br>
<br>
<tt>*CLI> dahdi show version <br>
DAHDI Version: 2.4.0 Echo Canceller: MG2</tt><br>
<br>
3.) lipri<br>
<tt>*CLI> pri show version <br>
libpri version: 1.4.11.5</tt><br>
<br>
I've already tried to call over each channel from 1 to 15 (i have
only 15B channels)<br>
<tt><br>
exten => _X.,n,Dial(DAHDI/1/${EXTEN})<br>
exten => _X.,n,Dial(DAHDI/2/${EXTEN})
<br>
....<br>
exten => _X.,n,Dial(DAHDI/15/${EXTEN})
</tt><br>
<br>
but everytime i am getting the same DIALSTATUS<br>
<tt><font color="#909090"><font size="3"><snip><br>
-- Channel 0/1, span 1 got hangup request, cause 31<br>
...<br>
-- Auto fallthrough, channel 'SIP/2000-00000002' status is
'CHANUNAVAIL'</font></font><br>
<font color="#909090"><font size="3"></snip></font></font><br>
</tt><br>
Regards,<br>
Robert<br>
On 21.02.2011 12:13, Andrew Thomas wrote:
<blockquote
cite="mid:7EA66C795632264A8E49BCFF2DCDF1FC227108@server.DataVox.local"
type="cite">
<pre wrap="">I'm curious as to what versions of everything you are using. Reason
being this line " -- DAHDI/i1/00256312261627-1 is proceeding passing
it to SIP/5000-00000000".
It states "DAHDI/i1/00256312261627-1..." and I don't recall seeing that
before (my 2.4.0 says " -- DAHDI/1-1 is proceeding passing it to
SIP/801-0000000c" [1-1 being the span and channel numbers]).
What happens if you change "exten => _X.,n,Dial(DAHDI/g1/${EXTEN})" to
"exten => _X.,n,Dial(DAHDI/1/${EXTEN})"?
</pre>
</blockquote>
<br>
</body>
</html>