Displaying 20 results from an estimated 77 matches for "chan_modem_i4l".
2006 Apr 05
2
chan_modem_i4l delay
Hi,
I currently use? Asterisk 1.0.7-BRIstuffed-0.2.0-RC7k on a debian sarge with a kernel 2.4.27 on a P4 3Gig with 1Gig
of memory
When i use i4l on any call, the called party ( on the telco operator side ) ear me with a delay of 1 sec after 1
minutes , 2 sec after 3 minutes and so on...
After a quart hour, the delay make the conversation just
2003 Jun 17
1
i4l - summary of patches?
Hi,
I'm trying to get asterisk running on kernel 2.4.20 however trawling through
the archives I've found a few references to patches to remove i4l's dtmf
detection, but have been unable to find the patch itself (I think it is
isdn_audio.c). Can anyone point me in the right direction?
The problem I'm seeing is connecting a SIP softphone (tried a few) to an
external number via an
2006 Apr 06
0
chan_modem_i4l delay again..
Hi,
I currently use Asterisk 1.0.7-BRIstuffed-0.2.0-RC7k on a debian sarge with a kernel 2.4.27 on a P4 3Gig with 1Gig of memory
When i use i4l on any call, the called party ( on the telco operator side ) ear me with a delay of 1 sec after 1 minutes , 2
sec after 3 minutes and so on...
After a quart hour, the delay make the conversation just impossible !!!
I use a tdm400P to connect my analogs
2004 Aug 18
1
Hangups - SIGFPE in dsp.c
...n of asterisk, and I'm experiencing
hangups during voice conversation. This happens quite regularely and
often.
The problem is in dsp.c, line 1235, where it says
accum /= len;
But `len', at this point, is 0, resulting in a SIGFPE. The routine
ast_frame *i4l_read() in channels/chan_modem_i4l.c:411 is
setting p->fr.datalen to p->obuflen which is zero.
Has anybody noticed this, too?
Since I don't know the code, I cannot suggest a fix, but maybe someone
who does is listening? :)
For testing purposes, I changed the source line to
if (len)
accum /= len;
Manfred
#0...
2003 Apr 09
1
I4l channel problems with latest CVS
...sk on a new machine with the same isdn card (not
the same model, the *SAME* card) using CVS downloaded yesterday night.
When I try to start *, it gives me the error:
[chan_modem.so] => (Generic Voice Modem Driver)
== Parsing '/etc/asterisk/modem.conf': Found
== Loading modem driver chan_modem_i4l.so => (ISDN4Linux Emulated Modem
Driver)
WARNING[1024]: File chan_modem_i4l.c, Line 144 (i4l_init): Unable to set to
voice mode
WARNING[1024]: File chan_modem.c, Line 395 (modem_setup): Modem
Initialization Failed on '/dev/ttyI0', driver i4l.
WARNING[1024]: File chan_modem.c, Line 734 (m...
2004 Apr 27
1
Channel Modem Failure?
Hi All,
Something really weird is going on. I just stopped and started my
asterisk server, and it just decided to stop starting. I only made one
change to the config file for the musiconhold.conf, and now for some
strange unknown reason, i'm getting the errors:
[chan_modem_i4l.so]Apr 28 15:26:42 WARNING[16384]: loader.c:240
ast_load_resource: /usr/lib/asterisk/modules/chan_modem_i4l.so:
undefined symbol: ast_unregister_modem_driver
Apr 28 15:26:42 WARNING[16384]: loader.c:408 load_modules: Loading
module chan_modem_i4l.so failed!
My system has a TDM400P card with 2 F...
2006 Jun 07
1
Delay on calls
Hi,
I have a 1.2.4 * box with two HFC modems using chan_modem_i4l and
several SIP phones and ATA's.
We have a terrible delay on calls between the PSTN (isdn BRI) and the
SIP phones. All internal calls are fine. My first thought was that the
transcoding could cause the delay but all of the SIP phones default to
ulaw so there should not be any transcodin...
2005 Jan 21
1
Intermittent breakage with the ISDN4Linux modem driver
...get:
Beginning asterisk shutdown....
Executing last minute cleanups
== Destroying any remaining musiconhold processes
Asterisk uncleanly ending (2).
Oddly, if I turn on debugging then it *always* hangs the whole
Asterisk process upon ISDN hangup, logging:
Jan 21 10:00:01 DEBUG[15733]: chan_modem_i4l.c:413 i4l_read: Value of
escape is ^ (3)...
Jan 21 10:00:01 DEBUG[15733]: chan_modem_i4l.c:242 i4l_handle_escape:
Escaped character '<some extended ASCII character>'
Jan 21 10:00:01 NOTICE[15733]: channel.c:1691
ast_set_write_format: Unable to find a path from unknown to slin
Jan 2...
2004 Sep 21
2
ISDN problem: lacking dialtone
...repat => 8
.
.
exten => _8.,1,Dial(${TRUNK}:${EXTEN})
---
The modems.conf defines the group like this:
---
group=1
msn=987654321
incomingmsn=987654321
device => /dev/ttyI0
device => /dev/ttyI1
.
.
.
---
Asterisk shows the following message when coming up:
---
== Loading modem driver chan_modem_i4l.so => (ISDN4Linux Emulated
Modem Driver)
-- Configured modem /dev/ttyI0 with driver i4l (Linux ISDN)
-- Configured modem /dev/ttyI1 with driver i4l (Linux ISDN)
== Registered channel type 'Modem' (Generic Voice Modem Channel Driver)
---
so the isdn4linux drivers are correctly...
2003 Apr 30
2
Eicon driver?
Hello,
Does anyone know what driver to use with an "Eicon Diva Server 4BRI" card?
My modem.conf:
--------------
[interfaces]
context=remote
driver=i4l
msn=16453
device => /dev/ttyds01
--------------
I get the following error:
--------------------------
== Loading modem driver chan_modem_i4l.so => (ISDN4Linux Emulated Modem Driver)
WARNING[8192]: File chan_modem.c, Line 383 (modem_setup): Unable to autodetect modem. You'll need to specify a driver in modem.conf. Please report modem identification (Eicon ISDN Modem) and which driver works to markster@linux-support.net.
WARNING[...
2005 Jan 23
0
Upgrade to the newest cvs now asterisk will notstart
Looking at the error I tried moving chan_modem* out of the modules
folder and asterisk started and its working again...
Not sure what changed in the chan_modem_i4l.so but removing it from the
folder fixed my problem.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Eric Hall
Sent: Sunday, January 23, 2005 8:02 PM
To: Asterisk Users Mailing List - Non-Commercial Discussi...
2004 Sep 22
1
(euro)ISDN: complete silence / can't hear a word.
...== Starting Modem[i4l]/ttyI0 at IN-isdn,s,1 still failed so falling back
to context 'default'
-- Executing Wait("Modem[i4l]/ttyI0", "1") in new stack
-- Executing Answer("Modem[i4l]/ttyI0", "") in new stack
Sep 23 01:12:07 DEBUG[1111542704]: chan_modem_i4l.c:555 i4l_answer:
Detecting DTMF inband with sw DSP on /dev/ttyI0
-- Executing DigitTimeout("Modem[i4l]/ttyI0", "5") in new stack
-- Set Digit Timeout to 5
-- Executing ResponseTimeout("Modem[i4l]/ttyI0", "10") in new stack
-- Set Response Tim...
2004 Sep 07
1
Asterisk + NetJet (ISDN4Linux)
...uelch
group=1 ; group=1,2,3,9-12
msn=83390897
incomingmsn=83390897
callerid=asreceived
device => /dev/ttyI0
device => /dev/ttyI1
Then I start asterisk:
[chan_modem.so] => (Generic Voice Modem Driver)
== Parsing '/etc/asterisk/modem.conf': Found
== Loading modem driver chan_modem_i4l.so => (ISDN4Linux Emulated
Modem Driver)
-- Configured modem /dev/ttyI0 with driver i4l (Linux ISDN)
-- Configured modem /dev/ttyI1 with driver i4l (Linux ISDN)
== Registered channel type 'Modem' (Generic Voice Modem Channel
Driver)
Then I have my extensions.conf:
[remote]
ext...
2005 Jan 23
0
Upgrade to the newest cvs now asterisk will not start
...gt; (OSS Console Channel Driver)
Jan 23 19:52:59 WARNING[21739]: chan_oss.c:436 soundcard_init: Unable to
open /dev/dsp: No such device
== No sound card detected -- console channel will be unavailable
== Turn off OSS support by adding 'noload=chan_oss.so' in
/etc/asterisk/modules.conf
[chan_modem_i4l.so]Jan 23 19:52:59 WARNING[21739]: loader.c:302
__load_resource: /usr/lib/asterisk/modules/chan_modem_i4l.so: undefined
symbol: AST_A2LIN
Jan 23 19:52:59 WARNING[21739]: loader.c:510 load_modules: Loading
module chan_modem_i4l.so failed!
[root@Dub-VoIPGW asterisk]# Ouch ... error while writing audi...
2003 Sep 18
0
no ring tone analog Zap --> I4L
Hi all,
i have noticed that i can't hear a ring tone if i make a call from my TDM40B
to a chan_modem_i4l endpoint.
I had a look in the code from chan_modem_i4l and there is a function calling
"i4l_handle_escape" that gives a AST_CONTROL_RINGING frame back. But this
seems not work ...(or i4l is not signaling it ?)
Til now i have used the Dail app like
Dial, Zap/g1:XXXXXX|60|r
so it is no wo...
2004 Jul 12
1
Problems with chan-capi
Hi,
i have a debian-system with the asterisk 1:0.9-1 packages and chan-capi
0.3.1-2 installed.
My chan-capi seems to be out-of-order.
Capi and I4l work in general.
I can use isdnlog and capi4hylafax.
Using chan_modem_i4l with the sam context work fine too.
But no incoming calls are answered by asterisk over chan-capi.
If have 2 isdn-card: a passive avm a1 (i4l/hisax) and a active avm b1 (capi).
I also tried the 1.0-1 asterisk packages from debian testing.
Please help
Bye
2004 Aug 19
1
Isdn4Linux and DTMF
...t work (and never has), but there has been an annoying
problem with false dtmf detection in calls (that could be triggered
easily by blowing into the receiver on the remote end).
I looked through the list and found two patches that need to be
applied - 1 to isdn_tty.c in the kernel, and another to
chan_modem_i4l.c in Asterisk.
This morning (and I say morning - because it's now 4:50am Friday here)
I was feeling adventurous, so I applied the patches and recompiled my
kernel.
Once that was done, I started up Asterisk and noticed that there was
no false DTMF (well - no dtmf was detected at all). Time for...
2004 Dec 13
3
Busy message on ISDN cards?
...e=immediate
group=1
msn=91234567
incomingmsn=*
device => /dev/ttyI0
Starting asterisk with -vvvvc returns:
== Parsing '/etc/asterisk/modules.conf': Found
[chan_modem.so] => (Generic Voice Modem Driver)
== Parsing '/etc/asterisk/modem.conf': Found
== Loading modem driver chan_modem_i4l.so => (ISDN4Linux Emulated Modem Driver)
But if I define a test extension such as:
TRUNK=Modem/g1
exten => 2468,1,Dial(${TRUNK}/91234567:0412345678)
and try to dial it, the console says:
Dec 14 13:29:17 WARNING[15375]: chan_modem_i4l.c:608 i4l_dial:
Outgoing MSN andrew not allowed (see o...
2005 Jul 25
1
asterisk + i4l problems
...chan_capi
language=it
type=autodetect
stripmsd=0
dialtype=tone
mode=immediate
group=1 ; group=1,2,3,9-12
msn=734631522
device => /dev/ttyI0
;device => /dev/ttyI1
but when i start asterisk -vvvc, i get:
== Parsing '/etc/asterisk/modem.conf': Found
== Loading modem driver chan_modem_i4l.so => (ISDN4Linux Emulated Modem Driver)
Jul 25 11:47:32 WARNING[26639]: chan_modem_i4l.c:161 i4l_init: Unable to set to voice mode
Jul 25 11:47:32 WARNING[26639]: chan_modem.c:406 modem_setup: Modem Initialization Failed on '/dev/ttyI0', driver i4l.
Jul 25 11:47:32 WARNING[26639]: chan_...
2003 Jun 29
3
fixed point mec3
I've been working on a fixed point mec3 echo can. The old "mec3" which
crashed a lot of peoples machines because it was floating point in the
kernel is now available as "mec3-float.h". I'd appreciate any testing /
feedback on the new fixed point mec3 echo can. Thanks!
Mark