Displaying 5 results from an estimated 5 matches for "msidn".
Did you mean:
misdn
2009 Mar 12
2
BRI/ISDN, misdn.conf/misdn-init.conf, OpenVOX B100P and Etisalat in Dubai
Hi All,
We've got msidn configured:
Port 1: TE-mode BRI S/T interface line (for phone lines)
-> Protocol: DSS1 (Euro ISDN)
-> childcnt: 2
--------
mISDN_close: fid(3) isize(131072) inbuf(0x8fd5060) irp(0x8fd5060)
iend(0x8fd5060)
and running on Asterisk 1.4.21.2:
pbx*CLI> misdn show stacks
BEGIN STACK_LIS...
2004 Dec 04
2
ISDN kernel 2.6 problems chapi isdn4lin
Hello!
I've encauntered some serious problems with asterisk.
I have to install it on system:
1. Mandrake 10.1
2. kernel 2.8.1
3. four ISDN cards.
And I am in big trouble,
isdn4linux is no longer supported for kernels 2.6 (on this system there are
not any /dev/ttyI0 and similar devices)/
msidn - is unstable and for brave people
chapi - I can't compile (lot of errors and I don't know why) i tired to patch
it but it didn't help :(.
I don't know what to do and I need solution very fast.
Thanks for any help.
BR,
Corvin
2006 Jan 31
1
Leftover sound on isdn modem channel
Hi,
I have a strange problem on some isdn modem channels. (* 1.0.9 /
chan_modem / 2xHFC-S cards).
Everything works fine but when the 2nd (and 3rd etc..) call comes in and
* answers and there is about a 1/2 second of sound from the previous
call (ivr) before the sound from the new call is heard. It just sounds
bad and is quite annoying.
I am assuming this is sound that is still in a buffer
2003 Sep 02
9
ISDN
Hi,
I am using a Netjet-s ISDN Card, and am having some trouble dialling out
(Incoming Works Fine).
TRUNK=Modem/ttyI0
exten => _90XXXXXXXXX,1,Dial(${TRUNK}/${EXTEN:1}||Ttm)
exten => _90XXXXXXXXX,2,Congestion
I get the following when diallingout:
-- Starting simple switch on 'Zap/2-1'
-- Executing Dial("Zap/2-1", "Modem/ttyI0/04XXXXXXXX||Ttm") in new
2005 Sep 12
1
AW: Debian Sarge, Kernel 2.6.13 and AVM Fritz!PCI v2.0 card
...using this script and cvs - the password is
readonly.
#!/bin/bash
export CVSROOT=:pserver:anonymous@cvs.isdn4linux.de:/i4ldev
cvs login
cvs -z9 co mISDN # <-comment out after you made a checkout
#cvs -q -z9 update -dPA # <- and uncomment this for updating
the find the script in the msidn called std2kern and run it
this will place the misdn source code into the 2.6.13 source directory.
This fire up make menuconfig for 2.6.13 and find the isdn/misdn/hardware
screen and select the avmfritz stuff, plus all the capi stuff as well.
Then build the modules and install the modules.
The...