Phone Patch DTMF Time to Dial ?

Well, Thanks for that but “I wonder if the parameters are in milliseconds or seconds”?

Problem is from using iaxRPT to test what I was doing.

It sends a string after a completed dtmf entry.

Before I could finish entering the string in iaxRPT -autopach dialtime was timing out from the lack of 1st digit not yet received because the program is sending it as iax data in a string.

I don’t have it in front of me know but it might change things if I were not sending it as iax through the program as a direct entry but engaging the tx and sending. I’ll try that one tonight. I guess it’s dependant on the iaxRPT program. It’s not a problem on radio side.

…mike/kb8jnm

···

On Wed, Feb 19, 2014 at 9:15 AM, mike@midnighteng.com wrote:

Hello All,

I am looking for the timer/setting for the length of time I have to enter a DTMF string while conducting a phone patch. I keep getting cut off because of the pre-dial string I have selecting the external PBX and trunk of the outgoing line (many digits total).

It seems to be less than 4 seconds.

Got any experience with this one?

…mike/kb8jnm


App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.


Andrew Sylthe
KC9ONA

Mike,

I just looked at the app_rpt.c code and found this: #define DTMF_TIMEOUT 3

So essentially there is a 3 second DTMF command timeout if I’m reading this correctly. You could try and change the timeout and recompile Asterisk.

···

On Wed, Feb 19, 2014 at 12:40 PM, mike@midnighteng.com wrote:

Well, Thanks for that but “I wonder if the parameters are in milliseconds or seconds”?

Problem is from using iaxRPT to test what I was doing.

It sends a string after a completed dtmf entry.

Before I could finish entering the string in iaxRPT -autopach dialtime was timing out from the lack of 1st digit not yet received because the program is sending it as iax data in a string.

I don’t have it in front of me know but it might change things if I were not sending it as iax through the program as a direct entry but engaging the tx and sending. I’ll try that one tonight. I guess it’s dependant on the iaxRPT program. It’s not a problem on radio side.

…mike/kb8jnm

-------- Original Message --------
Subject: Re: [App_rpt-users] Phone Patch DTMF Time to Dial ?
From: Andrew Sylthe asylthe@kc9ona.com

Date: Wed, February 19, 2014 12:43 pm
To: “mike@midnighteng.commike@midnighteng.com

Cc: app_rpt-users@ohnosec.org

Hello Mike,

I found the following app_rpt Autopatch howto:

http://ohnosec.org/drupal/node/63

There appears to be a dialtime= setting that allows you to specify time allowed between DTMF digits. I’m not sure if that’s what you’re looking for or not. I would have to see your asterisk dialplan / configuration to help diagnose further.


App_rpt-users mailing list

App_rpt-users@ohnosec.org

http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”

You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.


Andrew Sylthe
KC9ONA

On Wed, Feb 19, 2014 at 9:15 AM, mike@midnighteng.com wrote:

Hello All,

I am looking for the timer/setting for the length of time I have to enter a DTMF string while conducting a phone patch. I keep getting cut off because of the pre-dial string I have selecting the external PBX and trunk of the outgoing line (many digits total).

It seems to be less than 4 seconds.

Got any experience with this one?

…mike/kb8jnm


App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”

You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.


Andrew Sylthe
KC9ONA

Mike,
The phonepatch has a dialtime detting -
dialtime
The maximum time to wait between DTMF digits when a telephone number is being dialed. The patch will automatically disconnect if this time is exceeded. The value is specified in milliseconds.
I am confused what you are wanting to do. You mentioned iaxrpt - that has nothing to do with phone patch it has built-in and apparently unchangeable digit sending timing which is fairly short but that is interdigit timing. If you send a long string it will pass it. If you want to send a long string why not automate it so it sends fast.
73 Doug
WA3DSP
WA3DSP Amateur Radio Resources

···

From: mike@midnighteng.com
To: app_rpt-users@ohnosec.org
Date: Wed, 19 Feb 2014 11:40:48 -0700
Subject: Re: [App_rpt-users] Phone Patch DTMF Time to Dial ?

Well, Thanks for that but “I wonder if the parameters are in milliseconds or seconds”?

Problem is from using iaxRPT to test what I was doing.

It sends a string after a completed dtmf entry.

Before I could finish entering the string in iaxRPT -autopach dialtime was timing out from the lack of 1st digit not yet received because the program is sending it as iax data in a string.

I don’t have it in front of me know but it might change things if I were not sending it as iax through the program as a direct entry but engaging the tx and sending. I’ll try that one tonight. I guess it’s dependant on the iaxRPT program. It’s not a problem on radio side.

…mike/kb8jnm

-------- Original Message --------
Subject: Re: [App_rpt-users] Phone Patch DTMF Time to Dial ?
From: Andrew Sylthe asylthe@kc9ona.com
Date: Wed, February 19, 2014 12:43 pm
To: “mike@midnighteng.commike@midnighteng.com
Cc: app_rpt-users@ohnosec.org

Hello Mike,

I found the following app_rpt Autopatch howto:

http://ohnosec.org/drupal/node/63

There appears to be a dialtime= setting that allows you to specify time allowed between DTMF digits. I’m not sure if that’s what you’re looking for or not. I would have to see your asterisk dialplan / configuration to help diagnose further.

On Wed, Feb 19, 2014 at 9:15 AM, mike@midnighteng.com wrote:

Hello All,

I am looking for the timer/setting for the length of time I have to enter a DTMF string while conducting a phone patch. I keep getting cut off because of the pre-dial string I have selecting the external PBX and trunk of the outgoing line (many digits total).

It seems to be less than 4 seconds.

Got any experience with this one?

…mike/kb8jnm


App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.


Andrew Sylthe
KC9ONA


App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit ohnosec.org and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.