Displaying 6 results from an estimated 6 matches for "noquelch".
2004 Apr 26
3
dtmf tone clamping in calls to external ivr
...phone when I press them on the mobile, however, so it
seems the problem is only in the one direction.
I've been grepping the mailing list archives and found Pauline
Middelink's isdn-dsp patch (which I've applied in an attempt to solve
this problem - I've now got "features=dtmf,noquelch" in my modem.conf),
but that seems to relate to digits coming _from_ the ISDN _to_ Asterisk,
not the other way around. Looks like some people have run into my
problem before, but I cannot find any conclusions in the list archives.
Can anyone help?
Thanks in advance,
Mark
--
Mark Mickan &l...
2004 Sep 22
1
(euro)ISDN: complete silence / can't hear a word.
...RQ 201 count 0
NETjet-S: IRQ 201 count 6
HiSax: DSS1 Rev. 2.32.2.3
HiSax: 2 channels added
HiSax: MAX_WAITING_CALLS added
Asterisk's modem.conf
driver=i4l
group=1
msn=(my first number)
incomingmsn=(my other numbers)
outgoingmsn=0
device => /dev/ttyI0
device => /dev/ttyI1
;features=dtmf,noquelch
;features=dtmf
Asterisk -cvvvvv shows:
Asterisk Ready.
*CLI> == Starting Modem[i4l]/ttyI0 at IN-isdn,(my msn),1 failed so falling
back to exten 's'
== Starting Modem[i4l]/ttyI0 at IN-isdn,s,1 still failed so falling back
to context 'default'
-- Executing Wait("Mod...
2003 Feb 21
0
I4l outgoing dtmf problem.
...seems ok (apart some echo issues that seems gone
with mec2 aggressive suppressor), but outgoing dtmf
doesn't work . or at least I hear the very first part
of the dtmf, but then it seems suppressed.
here's my modem.conf
[interfaces]
context=telecom
dialtype=tone
mode=immediate
features=dtmf,noquelch
driver=i4l
group=1
msn=xxxxxxxxx
device => /dev/ttyI0
device => /dev/ttyI1
ingoing calls are ok.
any hints?
Matteo Brancaleoni
mbrancaleoni at espia.it
Emmegi System Administrator
EspiA - EMMEGI Srl - e*solution provider
Uffici: Via Pascoli, 37
20129 Milano - Italy
Sede Legale: Corso Se...
2004 Aug 19
1
Isdn4Linux and DTMF
...terisk (make clean; make; make install). Unfortunately I
still can't get DTMF working.
I've included my modem.conf below in case there might be any settings
that could help:
[interfaces]
context=incoming-isdn
driver=i4l
language=en
type=autodetect
dialtype=tone
mode=immediate
features=noquelch,dtmf
group=1
msn=4627xxxx
incomingmsn=4625yyyy,4625zzzz,4627xxxx
device => /dev/ttyI0
device => /dev/ttyI1
If anybody knows anything that might help - any help would be greatly
appreciated.
Failing that - does anybody know where to buy an AVM Fritz!Card in
Australia? (or some card that pla...
2003 Aug 21
1
Status of ISDN && DTMF (AFAIK): Please add corrections and comments
...ver Rev. 1.1.4.2) running on standard debian woody.
First configure your card and make it work with minicom or something like it, then go for *. The relevant part of the modem.conf file in my case is:
msn=XXXXXXXX
incomingmsn=*
group=1
device => /dev/ttyI0
device => /dev/ttyI1
features=dtmf,noquelch
In that setup, in extensions.conf I dial with the following line:
exten => _9NXXXXXXX,2,Dial(Modem/g1:${EXTEN:1})
Use Modem/ttyI0 or Modem/ttyI1 if you have channel preferences.
After a standard instalation and setup, my DTMF detection was unreliable. I received 1,2,3, sometimes 7,8,9, and nev...
2004 Sep 07
1
Asterisk + NetJet (ISDN4Linux)
...set
CONFIG_ISDN_DRV_HISAX=y
CONFIG_HISAX_EURO=y
CONFIG_HISAX_MAX_CARDS=2
CONFIG_HISAX_NETJET=y
Anything not shown is "not set"
Then I have asterisk modem.conf configured as:
[interfaces]
context=remote
driver=i4l
dialtype=tone
mode=immediate
echocancel=yes
usecallerid=yes
features=dtmf,noquelch
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_...