VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
venefax at gmail.com Guest
|
Posted: Sat Jun 07, 2014 12:45 pm Post subject: [asterisk-users] asterisk-users Digest, Vol 119, Issue 7 |
|
|
I changed in asterisk.conf
mindtmfduration = 50
The inter-digit duration is for this function
SendDTMF
when we dial out dtmf
The question is, how do I change it without changing the source code?
On Sat, Jun 7, 2014 at 1:00 PM,
<asterisk-users-request@lists.digium.com> wrote:
Quote: | Send asterisk-users mailing list submissions to
asterisk-users@lists.digium.com
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.digium.com/mailman/listinfo/asterisk-users
or, via email, send a message with subject or body 'help' to
asterisk-users-request@lists.digium.com
You can reach the person managing the list at
asterisk-users-owner@lists.digium.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of asterisk-users digest..."
Today's Topics:
1. Shorten time between DTMF (CDR)
2. Re: Shorten time between DTMF (Eric Wieling)
----------------------------------------------------------------------
Message: 1
Date: Fri, 6 Jun 2014 13:04:09 -0400
From: CDR <venefax@gmail.com>
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users@lists.digium.com>
Subject: [asterisk-users] Shorten time between DTMF
Message-ID:
<CAC9cSOCzEWrsVXcq2=dFfHJtC5ga6sgDUjwiGgE84eU7rb143A@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
I already shortened the DTMF duration, but I need to change the time
elapsing between them.
The first thing I achieved by changing a parameter in asterisk.conf,
but how do I conquer the second goal?
------------------------------
Message: 2
Date: Fri, 6 Jun 2014 13:08:36 -0400
From: Eric Wieling <EWieling@nyigc.com>
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] Shorten time between DTMF
Message-ID:
<616B4ECE1290D441AD56124FEBB03D082D165E9BEF@mailserver2007.nyigc.globe>
Content-Type: text/plain; charset="us-ascii"
Which EXACT parameter did you change in asterisk.conf?
Changing DTMF duration for DAHDI is done in chan_dahdi.conf.
SIP DTMF duration and inter-digit duration is generally set on the phone.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of CDR
Sent: Friday, June 06, 2014 1:04 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Shorten time between DTMF
I already shortened the DTMF duration, but I need to change the time elapsing between them.
The first thing I achieved by changing a parameter in asterisk.conf, but how do I conquer the second goal?
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
------------------------------
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
AstriCon 2010 - October 26-28 Washington, DC
Register Now: http://www.astricon.net/
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
End of asterisk-users Digest, Vol 119, Issue 7
**********************************************
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
EWieling at nyigc.com Guest
|
Posted: Sat Jun 07, 2014 1:01 pm Post subject: [asterisk-users] asterisk-users Digest, Vol 119, Issue 7 |
|
|
If the "w" digit won't work the only option I can think of is to change the source code.
Why do you need to mess with the DTMF inter-digit delay?
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of CDR
Sent: Saturday, June 07, 2014 1:46 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] asterisk-users Digest, Vol 119, Issue 7
I changed in asterisk.conf
mindtmfduration = 50
The inter-digit duration is for this function SendDTMF when we dial out dtmf The question is, how do I change it without changing the source code?
On Sat, Jun 7, 2014 at 1:00 PM,
<asterisk-users-request@lists.digium.com> wrote:
Quote: | Send asterisk-users mailing list submissions to
asterisk-users@lists.digium.com
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.digium.com/mailman/listinfo/asterisk-users
or, via email, send a message with subject or body 'help' to
asterisk-users-request@lists.digium.com
You can reach the person managing the list at
asterisk-users-owner@lists.digium.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of asterisk-users digest..."
Today's Topics:
1. Shorten time between DTMF (CDR)
2. Re: Shorten time between DTMF (Eric Wieling)
----------------------------------------------------------------------
Message: 1
Date: Fri, 6 Jun 2014 13:04:09 -0400
From: CDR <venefax@gmail.com>
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users@lists.digium.com>
Subject: [asterisk-users] Shorten time between DTMF
Message-ID:
<CAC9cSOCzEWrsVXcq2=dFfHJtC5ga6sgDUjwiGgE84eU7rb143A@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
I already shortened the DTMF duration, but I need to change the time
elapsing between them.
The first thing I achieved by changing a parameter in asterisk.conf,
but how do I conquer the second goal?
------------------------------
Message: 2
Date: Fri, 6 Jun 2014 13:08:36 -0400
From: Eric Wieling <EWieling@nyigc.com>
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] Shorten time between DTMF
Message-ID:
<616B4ECE1290D441AD56124FEBB03D082D165E9BEF@mailserver2007.nyigc.globe
Content-Type: text/plain; charset="us-ascii"
Which EXACT parameter did you change in asterisk.conf?
Changing DTMF duration for DAHDI is done in chan_dahdi.conf.
SIP DTMF duration and inter-digit duration is generally set on the phone.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of CDR
Sent: Friday, June 06, 2014 1:04 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Shorten time between DTMF
I already shortened the DTMF duration, but I need to change the time elapsing between them.
The first thing I achieved by changing a parameter in asterisk.conf, but how do I conquer the second goal?
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
------------------------------
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
AstriCon 2010 - October 26-28 Washington, DC Register Now:
http://www.astricon.net/
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
End of asterisk-users Digest, Vol 119, Issue 7
**********************************************
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
mespio at gmail.com Guest
|
Posted: Sun Jun 08, 2014 12:41 am Post subject: [asterisk-users] asterisk-users Digest, Vol 119, Issue 7 |
|
|
Hello,
You could use Timeout(digit) in dialplan,like this:
.
.
.
same => n,Set(Timeout(digit)=10) ;10 sec
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|