Displaying 20 results from an estimated 9000 matches similar to: "DTMF Corruption Problem"
2007 Mar 29
1
DTMF Corruption Problem in 1.4.2 for SIP RFC2833 plz halp
Hello mailing list,
I have been porting one of my Asterisk boxes to 1.4 and I have
encountered a nasty DTMF problem. What happens is someone might come
in to my IVR and enter "12345" and what will actually come through
could be along the lines of "12234445". Sometimes it works, sometimes
it doesn't.
I had this problem with 1.2 back in November but was able to solve it
2007 Oct 24
1
Unusual DTMF behavior
We are having an issue where DTMF is not being sent out right away and the
tone duration is inconsistent. For a test we send a '5', then a second
later we send a '9', and then five seconds later we send a '5'. If you look
at the logs below you can see the first '5' is played right away, then the
'9' comes in and gets queued, but it doesn't start
2007 May 03
1
Double DTMF digits
When dtmfmode is set to inband for SIP, and i originate a call from sip
out to the PSTN, I can hear the DTMF digit twice in the audio stream.
Once very briefly and once for normal duration.
Our Theory: While Asterisk is parsing the DTMF, for a fraction of a
second, while the end user generated DTMF is being detected, the DTMF is
passed inband. Once the DTMF is detected Asterisk silences it
2003 Aug 12
3
Weird DTMF issue
Can anyone explain why this is happening?
I have a server attached to a phone line that will play a .wav file, then play all the dtmf digits (after it answers the call). If I place a call from a SIP device (like a Cisco 7960 phone) through Asterisk and on to the test server, via PSTN, the .wav file sounds fine, but the DTMF digits are distorted
----->------------->--------------------audio
2009 Jul 03
1
DTMF is not working occasionally over IAX Trunk
Hello,
I have a 3 server asterisk configuration where one asterisk (say A) (v
1.4.25) has a digium card connected to E1 from which calls are routed
to another asterisk server (B) (1.6.0.9) over IAX trunk from which
calls get routed to third server (C) (1.6.0.9) again via IAX trunk.
SIP clients are connected to third server. A is the PSTN termination
server, B runs the menu and AGI and C is where
2008 Mar 18
2
ztdummy problem causing playback () to fail
Hi, I am having problem with my Asterisk installation and find out it
has to do with ztdummy.
if the ztdummy module is loaded, the asterisk playback() command
will not play files. DTMF is still properly received. If the ztdummy
module is unloaded, sound playback works again.
Here is my version
zaptel-1.4.9.2
linux-source-2.6.18
asterisk-1.4.18
Can anyone tell me how to fix it? Or should I
2006 Oct 24
10
Meetme... No channel type registered for 'zap'
When I call meetme:
exten => 1000,1,Answer
exten => 1000,n,Meetme(|||d)
Asterisk is complaing with:
-- Executing Answer("IAX2/xxx.yyy.142.204:4569-2", "") in new stack
-- Executing MeetMe("IAX2/xxx.yyy.142.204:4569-2", "|||d") in new stack
-- Playing 'conf-getconfno' (language 'en')
Warning, flexible rate not
2006 Mar 06
1
Extension 's' in Realtime
Hi All,
I was able to insert some extensions in Mysql DB and use them successfully. In
Mysql extensions table the priority column is of type tinyint and when I give
's' value for it, it is not accepting that value as it takes only tinyints.
Please tell how can I make that column accept values like t,s,i and make it
work with asterisk in realtime without any problem? If I change the type
2007 Jun 08
3
choppy sound with playback, background, etc... but not with musiconhold
Hello,
I have an asterisk 1.2.18 working fine, the only problem is that all
applications that play audio, sound like "tremolo" or "vibrato", but
musiconhold plays fine.
The same audio file (wav, mp3, ...) works fine with Musiconhold()
but not with Playback() or Background()...
If I move app_playback.so from this system to another asterisk,
playback works fine...
Do you
2008 Oct 03
1
DTMF issues...
I am having a big problem with DTMF. I have a customer using an
Asterisk 1.4.20.1 system with ZTDUMMY as the timing source. The problem
is that when they dial into a conference bridge or IVR where they have
to enter a code they always get an error. Either some numbers are
duplicated or missing.
They use Teliax for calls to the USA and Protel in Mexico. Both
carriers have the same problem so
2004 Jul 23
3
DTMF stops working w/ Voicemail
Hello,
I have some reports from users that occasionally DTMF will stop working in
voicemail and they will have to exit the system to get it to work again.
The useragents are Polycom IP 500's and I am using dtmfmode=rfc2833, with
Ulaw codec. This is all on an internal switched 100mb lan.
Has anyone else seen anything like this?
Thanks,
- Brent
2006 Mar 02
1
Toshiba DK424 / Asterisk / DTMF problems
I have a Toshiba DK424 connected via T1 E&M to a TE110P card.
Intermittently when a user dials a number I am getting 'getdtmf' errors on
the Ast server and the calls do not go through. If they dial the number
once or twice more, it works fine and I receive no DTMF problems.
On another note, end users are complaining about intermittent disconnects.
T1 is ESF/B8ZS - 24 chan. Other
2006 Oct 20
2
modprobe Ztdummy is not working
Hi,
I've install zaptel and I don't have a Digium card installed in the machine.
So I want to install ztdummy to have Music On Hold working. I've follow
these instruction http://www.voip-info.org/wiki-Asterisk+timer+ztdummy and
at the point "modprobe ztdummy" it's failing. I'm getting these messages:
root@dubic:~# modprobe ztdummy
FATAL: Error inserting ztdummy
2005 Oct 13
2
ztdummy build problems
Hi all,
Trying to build ztdummy on an old redhat 7.3 box running kernel
2.4.20-43.7.legacysmp. Yes, I have the kernel sources installed. Yes,
I set them up with make oldconfig; make dep.
The build error is:
make ztdummy
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__
-DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I.
-Wstrict-prototypes -fomit-frame-pointer -I/usr/src/
2006 Mar 04
2
Problem compiling ztdummy on centos 4, 2.6 kernel
Hi all,
I hope everyone is doing well. I just joined the list, and I've really
enjoyed all I have read about asterisk so far. Unfortunately, I'm having a
bit of trouble implementing this thing :).
By the way ... I did my best to search the forums, and also to use google
extensively, and while I have found pages with people with the same problem,
... The fix suggested on those sites,
2005 Feb 14
2
ztdummy on Gentoo 2.6.10 Box
Hi Everyone,
I read through the list on the issues with the ztdummy driver which I
need for MeetMe, but I seem to have come across a problem that I cannot
seem to find an answer for.
I am running Gentoo 2.6.10 on an Intel box.
I have read the the wiki entries on the ztdummy and followed the
instructions as they relate to the 2.6 kernel.
Everything compiled great, but a modprobe ztdummy
2004 Sep 17
1
ZAPTEL Compile Problem?
Has anyone received this message while attempting to do a
MAKE INSTALL on ZAPTEL
depmod: *** Unresolved symbols in
/lib/modules/2.4.26-gentoo-r9/misc/ztdummy.o
I am not running DEVFS so that's not the issue. Zaptel drivers/modules all
load, but ztdummy won't
/lib/modules/2.4.26-gentoo-r9/misc/ztdummy.o:
/lib/modules/2.4.26-gentoo-r9/misc/ztdummy.o: unresolved
2005 Oct 12
5
delays with IAX2 and Meetme
Hi there
I am using IAX2 softphones dialing into meetme conferences. I also have
jitterbuffer=yes, with typical jitterbuffer settings. The problem I am
having is that as soon as there is a delay from a participant, then the
delay continues until the participant hangs up and dials in again. When
dialing in again the delay seems to go.
It seems to me as though as soon as the server registers
2005 Aug 30
2
unresolved symbol when loading ztdummy
Hi!
When I try to load the ztdummy driver via "insmod ztdummy", I get the
following errors:
/lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_unregister
/lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_transmit
/lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_receive
/lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_register
I'm using zaptel-1.0.8 and
2003 Oct 22
2
Trouble with loading ztdummy on RH 7.3
Hi there,
anyone has a suggestion about what do I need to do to solve this? Any
comments appreciated.
Philipp
[root@asterisk]# modprobe ztdummy
/lib/modules/2.4.22/misc/zaptel.o: unresolved symbol
ppp_output_wakeup_Rd2dbbfe0
/lib/modules/2.4.22/misc/zaptel.o: unresolved symbol
ppp_input_error_Rd2ca1e76
/lib/modules/2.4.22/misc/zaptel.o: unresolved symbol
ppp_unregister_channel_Rb8cf9a74