similar to: DTMF Problem with International Calls

Displaying 20 results from an estimated 20000 matches similar to: "DTMF Problem with International Calls"

2006 Mar 16
1
RFC 2833 and SIP? DTMF? What am I not getting?
Hi again, I am trying to get my DTMF to use RFC 2833 rather then inband, so that I can utilize lower bandwidth codecs through my FXO. After much tinkering I was able to get my gateway (wellgate 3701A) configured to a point where I have some success, but no real joy. I have configured the RTP Payload type (or RFC2833 Payload type) to 101. I don't have a clue what this means, but I took
2005 Jan 18
0
DTMF is being MUTED by asterisk to/from SIP channels from SIP or ZAP
I am having a problem trying to do inband DTMF passthru via asterisk. My setup: PSTN gateway MAXTNT v11.0 SIP (T1 PRI/NT2) Asterisk HEAD or v1.0 makes no difference (I am using HEAD mostly) 12/10/04 and 01/17/05 (no difference) CAC ABII-T100P to/from analog lines to/from asterisk BTW, I have used a ABI and it works just like the ABII with asterisk. What I am seeing is: I make a call from a
2005 May 23
0
How to detect DTMF and change if needed
I have done some searching and not sure this is even possible, but here it goes... **Scenario** Let's say you have an asterisk server that you use to connect to a SIP provider that you push your PSTN-bound calls to using g711 and out-of-band DTMF. The SIP phones in use are Cisco 7960's and are set to also use out-of-band DTMF. For the most part, everything works great. However, a few
2010 Mar 01
3
Asterisk and Cisco DTMF
Hi, I have encountered a DTMF issue. My scenario: Access carrier-----sip----> Asterisk-1.4.25.1-----sip---->CiscoGW-----ISDN----->TDM Switch the access carrier sends to Asterisk out of band (rfc2833) dtmf, Asterisk forwards it with SIP INFO method to Cisco gateway, but on TDM switch every digit is duplicated. Is it possible that the carrier sends inband along with rfc2833? Kind
2003 Dec 21
1
SJphone, Asterisk and DTMF tones ...
Hi, I am using SJPhone here for testing ivr with Asterisk. I haven't seen any problem here yet. I have tried different things for that and finally got it working. I am not an expert to explain more about that, but here is the general section form my sip.conf. dont know whether it will help... [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ;
2018 May 01
2
DTMF tones in MixMonitor recording
Thanks very much for the reply Joshua! So I guess that setting dtmfmode=auto would be the safest choice in order to strip out the DTMFs from the recording, right? Cheers! Patrick Wakano On Tue, 1 May 2018, 19:36 Joshua Colp, <jcolp at digium.com> wrote: > On Mon, Apr 30, 2018, at 11:23 PM, Patrick Wakano wrote: > > Hello list, > > Hope you are all doing fine! > > >
2005 Mar 29
0
DTMF detection/generation
I'm hoping Asterisk can help me solve an unusual problem. I need two SIP endpoints (VoiceXML gateways) to transfer DTMF tones to each other. Both of them can detect DTMF according to rfc2833. However, one of them (host2) must generate DTMF inband. Happily, I came up with the following sip.conf to allow host1 to detect DTMF tones generated by host2. [in] type=peer host=host1
2018 May 01
2
DTMF tones in MixMonitor recording
Hello list, Hope you are all doing fine! I have stumbled over some piece of dialplan code in which apparently they were trying to avoid recording the DTMF tones in the wav file. It is really messy and I am not sure if this really works. So after a bit of research I found this comment ( https://community.asterisk.org/t/asterisk-dtmf-record/65040) in which it is said: *"Asterisk strips the
2005 Aug 16
1
Issue with DTMF Tones - Codec Issues
Topology: PSTN<-T1 PRI->NEAX2400<-T1 PRI->Cisco 3825<-Ethernet-> Asterisk VoIP server When I make a call to a VoIP user from the PSTN, the call gets routed through the PBX, and Cisco. Because of that the DTMF tones are passed inband, which I can hear on the VoIP end of the call. However, I have one extension on asterisk set up so that I can check voice mail when away from my
2003 Nov 19
0
SIP/IAX2 DTMF
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, When making a call like the one below, I get double DTMF tones on the PSTN side. DTMF tones sent from the PSTN arrives squelched on the SIP side. SIP > Asterisk2 > IAX2 > Asterisk1 > ZAP > PSTN SIP has been configured to use rfc2833 on both the SIP endpoint and the Asterisk. SIP endpoint also suggests a payload value of 101.
2005 Aug 16
1
DTMF, Asterisk, External PSTN gateway, and PAP2 (was: RE: Issue with DTMF Tones - CodecIssues)
I run a bunch of the Linksys ATA's.. I always use rfc2833 for DTMF. works very well and have never had a problem with it. ..o-------------------------------------------------------o. Brian Fertig NOC/Network Engineer Planet Telecom, Inc. Tampa, FL Office -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
2010 Jul 08
2
DTMF issues/redial tones with rfc2833
Hi, We have few systems with asterisk 1.4.22.1 and we use sip trunking for them not PRI's, one of our system is giving a problem of dtmf (rfc2833), like when we dial the number that have IVR and enter the extension or access code, it some time takes it and some times does'nt recognize the digits dialled. We also tried auto and info for dtmf but could not get the dtmf to work reliably, can
2003 Dec 29
0
H.323, MultiVOIP, and DTMF
I've been working with the old-style (pre-SIP) MultiTech MultiVOIPs, trying to make them work against chan_h323. With the voips in rfc2833 mode, Asterisk can detect DTMF fine from them, but when it sends DTMF to them, they lock up on the second digit, crying about an incoming fax. Has anyone encountered that problem (and found a solution)? Taking the other route, switching DTMF to inband on
2006 Mar 16
0
(no subject)
YUP, this is the way that asterisk works. It is going to quelch all DTMF that goes out via a SIP gateway via asterisk. I spent a long time working this through and it has to do with the way that asterisk deals with DTMF and the DSP.c module that sits inband to the RTP/audio stream. There is a flag called DSP_DIGITMODE_NOQUELCH that is broken that might allow the inband DTMF after answer to work
2005 Feb 23
4
Vonage <---> Asterisk Working Config!
Hi Nitesh, check out my config that I have for the Faktortel config in the asterisk@home sourceforge forum, you'll probably be able to work out how to set it up from there. Cheers, Dean -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nitesh Divecha Sent: Wednesday, February 23, 2005 4:12 PM To:
2003 Nov 20
1
Cisco DTMF Issue
We're having an issue with connecting a Cisco ITS installation to * such that DTMF tones are passed to *. DTMF tones aren't passed to voicemail or to any of the interfaces behind *. On the Cisco Side: dial-peer voice 8 voip destination-pattern 9999$ session protocol sipv2 session target ipv4:172.16.1.249 session transport udp dtmf-relay rtp-nte codec g711ulaw no vad We have also
2007 Feb 23
1
Asterisk and DTMF
Hi list! I have an Asterisk server (1.2.14) connected to a E1 line via a TE410P, and some PAP2NA connected to it. The PAP2 DTMF configurations is set to INFO and Asterisk to INFO too. At first, is INFO method different from RFC2833?? Well, I have two problems. The first is that when I place a call to outside, via E1 trunk, sometimes I get some DTMF tones and I'm sure nobody hit any key. Seems
2011 Jul 05
0
DTMF between sip trunks and PRIs
Hi, I'm looking for some advice on how to solve DTMF issues. I have 2 boxes, one which is the connection to the PSTN (PSTN) through PRIs and SIP trunks, and a second (PBX) which has UAs registered to it. We have a customer that has an existing pbx that we trunk analog lines to using a GXW-4008. The GXW is set to dtmfmode inband. This seems to provide the best outbound DTMF. The issue I'm
2006 Jan 19
1
DTMF Simultaneous Inband and RFC2833 performedby Asterisk => Duplicate tones
> I have seen the following effect in Asterisk, though: where > it converts > an inband DTMF (eg coming off a Zap channel) into an > indication, it mutes > the audio where that tone is. But sometimes it leaves a > teeny bit of the > tone behind. > > If you take such a call over say IAX to somewhere and then > back out a Zap > channel, you end up with the
2004 Jan 22
1
Grandstream transfer solution + DTMF translation possible?
The solution to the problems with the Grandstream 1.0.4.39 firmware is to use inband (in-audio) DTMF. Neither the RFC2833 nor INFO seem to work. However, this presents another problem. When I'm using g729 to place a call, I get the warning "Unable to process inband DTMF" because inband is not supposed to work with g729 (although it does seem to work when I've tried it so far).