The Zaptel driver's tone output is normally 100ms (which can be changed with and IOCTL). Is that not long enough??
From: "Gary Young" <pcfrover@tcomeng.com> Reply-To: pcfrover@tcomeng.com,Asterisk Repeater Controler <app_rpt@lists.illiana.net> To: "'Steve Rodgers'" <hwstar@rodgers.sdcoxmail.com>,"'Asterisk Repeater Controler'" <app_rpt@lists.illiana.net> Subject: Re: [App_rpt] Passing DTMF? Date: Sat, 28 Oct 2006 09:56:03 -0700 MIME-Version: 1.0 Received: from lists.illiana.net ([207.227.243.140]) by bay0-mc4-f4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Sat, 28 Oct 2006 09:57:08 -0700 Received: (qmail 31727 invoked from network); 28 Oct 2006 16:56:07 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by 0 with SMTP; 28 Oct 2006 16:56:07 -0000 Received: (qmail 31712 invoked from network); 28 Oct 2006 16:56:04 -0000 Received: from alnrmhc12.comcast.net (204.127.225.92)by 0 with SMTP; 28 Oct 2006 16:56:04 -0000 Received: from den (c-69-181-173-31.hsd1.ca.comcast.net[69.181.173.31])by comcast.net (alnrmhc12) with SMTPid <20061028165603b12007ib68e>; Sat, 28 Oct 2006 16:56:03 +0000 X-Message-Info: LsUYwwHHNt3Lj5cLakrD8U30Q+AeLB9OnCuEcZrYQrw= Return-Path: <pcfrover@tcomeng.com> Delivered-To: mailman-app_rpt@lists.illiana.net X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 thread-index: Acb6P1VxpeZRlKR9SPq0nM+LlsqzAgAcjKjA X-BeenThere: app_rpt@lists.illiana.net X-Mailman-Version: 2.1.6 Precedence: list List-Id: Asterisk Repeater Controler <app_rpt.lists.illiana.net> List-Unsubscribe: <http://lists.illiana.net/mailman/listinfo/app_rpt>,<mailto:app_rpt-request@lists.illiana.net?subject=unsubscribe> List-Archive: <http://lists.illiana.net/pipermail/app_rpt> List-Post: <mailto:app_rpt@lists.illiana.net> List-Help: <mailto:app_rpt-request@lists.illiana.net?subject=help> List-Subscribe: <http://lists.illiana.net/mailman/listinfo/app_rpt>,<mailto:app_rpt-request@lists.illiana.net?subject=subscribe> Errors-To: app_rpt-bounces@lists.illiana.net X-OriginalArrivalTime: 28 Oct 2006 16:57:08.0638 (UTC) FILETIME=[1ABD63E0:01C6FAB2]
With these settings I get a very short burst of the dtmf propagated, very short. Is there a way to make the dtmf burst longer in duration? The inxlat and outxlat do not seem to do anything with these settings.
propagate_dtmf = yes linktolink = yes inxlat = 7 outxlat = 0
Gary
-----Original Message----- From: Steve Rodgers [mailto:hwstar@rodgers.sdcoxmail.com] Sent: Friday, October 27, 2006 8:15 PM To: pcfrover@tcomeng.com; Asterisk Repeater Controler Cc: telesistant@hotmail.com Subject: Re: [App_rpt] Passing DTMF?
Gary,
We have some functionality for this when operating a node as a bridge to a legacy RF-linked system. (We do this on the Calnet node)
There are settings to faclitate this in rpt.conf:
propagate_dtmf linktolink notelemtx inxlat outxlat
They're not documented in the rpt. conf file yet, so you'll have to look at the app_rpt.c source file to figure out how to use them.
The problem comes when you want to pass * and #. Since these mean something to the app_rpt command decoder, they need to be escaped with a 2 digit sequence. When you enable command passthrough on a node acting as a bridge, * traditionally becomes *7, and # becomes *0. This is true for all app_rpt commands directed at that node as well. This is what the inxlat and outxlat are used for.
Steve
On Thursday 26 October 2006 18:55, Gary wrote:
Is there a way to open up a Link Port or Remote Base port to pass DTMF Audio?
Gary
_______________________________________________ App_rpt mailing list App_rpt@lists.illiana.net http://lists.illiana.net/mailman/listinfo/app_rpt
_______________________________________________ App_rpt mailing list App_rpt@lists.illiana.net http://lists.illiana.net/mailman/listinfo/app_rpt