similar to: Patch for app_asr.c: DTMF instead of goto

Displaying 20 results from an estimated 80 matches similar to: "Patch for app_asr.c: DTMF instead of goto"

2011 Feb 18
3
Assigning an extension to a roaming phone
Hi, I'm trying to automatically have the dialplan assign an extension to a roaming phone on my network. I tried the following without success: exten => 3001,1(readop),BackGround(beep) exten => 3001,n,Read(digito,vm-youhave,3) exten => 3001,n,SayDigits(${digito}) exten => 3001,n,Set(ROAM=${digito}) exten => 3001,n,Set(DB(roam/ext)=${digito}) exten =>
2016 Jun 30
2
problem with DTMF detection on calls created with Originate AMI command
Dear all i'm creating an outgoing call to number xxx with this command: http://host:port/mxml?action=Originate&Channel=Local/xxx at to-external &Exten=testDTMF&Context=cRETEUNICA&Priority=1 wich points correctly to this portion of dialplan: [cRETEUNICA] exten => testDTMF,1,Answer exten => testDTMF,n,Read(digito,,1) exten => testDTMF,n,SayDigits(${digito}) The
2006 Feb 04
2
file_column path problem grouping controllers in to modules
Hey there, good job with the file_column thing, but I''m experiencing a problem I didn''t found about. I''m grouping controllers in to modules (like Admin::Category Admin:Item) and: url_for_file_column("dettaglio", "picture_url") return this search path: src="/detail/picture_url/development/5/dark.jpg" there''s a development coming from
2001 Dec 10
0
Informazioni sui servizi internet a basso costo presenti sul mercato
Egregio Signore, mi permetto di disturbarLa per fornirLe alcune informazioni riguardanti i servizi internet oggi presenti sul mercato. Navigando sulla rete mi sono accorto che i costi, per pubblicare e mantenere un sito aziendale o personale, sono ancora molto elevati rispetto alla qualita' offerta. Inoltre moltissimi siti già presenti sulla rete sono sviluppati in modo poco attrattivo e
2010 Feb 25
1
Asterisk n-way DTMF detection
Hello, I have setup the n-way conferencing with Asterisk and it's working when I use with my budgetone 100 phone but it doesn't work for any of the voip software or other ATA that I have. When I turned the debug on, I see that the correct keys (*0) were entered but asterisk doesn't detect the signal to trigger the features event. I have set a test extension to get the input dtmf key
2011 Dec 01
0
Problemas al instalar R 2.14 en Ubuntu 11.10 - Resuelto!
Disculpen se me escapó el portugués. 2011/11/30 Carlos J. Gil Bellosta <cgb@datanalytics.com> > El problema es que si tienes R instalado en tu $HOME, dependiendo de > la variable de entorno $PATH, uno de los ejecutables se llama primero > al llamar a R. > > Lo más natural sería eliminar R de $HOME ya que tienes instalada la > versión actual "como Dios manda".
2003 Sep 23
1
App_festival crashing
Hi all, I'm unable to put app_festival to work. I successfully patched, installed and tested festival (interactive logon and telnet to server port) which seems to work without problems. But when I test it in asterisk I got the following trace in console: -- Executing Answer("SIP/bsenicar-850b", "") in new stack -- Executing
2009 Apr 24
2
voicemail number of rings
I'd be really happy if users could use the voicemail menu to change the number of rings until voicemail picks up. It seems like the current model of separate Dial and Voicemail commands would make that difficult, but is there any plan for such a feature in the future? How about a workaround or 3rd party add on? I store the dial timeout for each user in a database, so I know I could make
2007 Jul 30
2
EditingCentOSWiki in Italian
= Linee guida per la modifica del Wiki di CentOS = Questa pagina contiene alcune linee guida per la modifica del Wiki. Poich? queste linee guida sono in divenire, ricordatevi di tornare su questa pagina ogni tanto. == Linee guida riguardo al markup del Wiki == * Usare link relativi invece che link assoluti o link liberi. I link relativi devono avere la forma seguente: {{{[:Percorso:Testo
2010 Dec 22
1
How to list used extensions + assign extension to a roaming phone
Hi list, I have searched through asterisk command lines but haven't found how to do this: - can I list the phones (callerid or IMSIs?) currently registered ? If I do "dialplan show" that lists the configuration I loaded, e.g [ Context 'sip-local' created by 'pbx_config' ] '2102' => 1. Macro(dialSIP|IMSI1) [pbx_config] '2103'
2009 Sep 17
1
Changing or Adding a Line to the Extensions.conf in Asterisk
I have a Asterisk PBX System with Redhat Linux Fedora 4, Webmin version 1.400 and I am simply trying to configure into the "Extensions.conf" script an entry that will add to the "Auto-Attendant" a line that will allow a "Caller" to enter a "0" (Zero) will then ring the extension(s) of the "Operator" to speak directly with the "OPERATOR"
2007 Jul 30
0
First translation: HowToContribute
=== Come contribuire al wiki === Vorremmo un wiki dove chiunque potesse scrivere senza dover fare i salti mortali, ma non ci ? consentito. Dite grazie a tutti gli Spammer l? fuori che "spargono" il loro contributo ovunque sul web. Perci?, per mantenere i contenuti puliti e accurati, moderiamo gli articoli che ci vengono sottoposti. Per poterci inviare dei contributi occorre: *
2009 Feb 25
1
SIP_CODEC variable
Hi, I am using Aserisk 1.4.23.1 and trying to use SIP_CODEC to define the codec being used. I have exclusively Polycom phones for this test, and basically I want all communications to use g729 (preferred codec), except for pagine 20 phones (which busts my g729 license count). In that case I want to use gsm. I have therefore specified Set(SIP_CODEC=gsm) I my dialplan before the appropriate
2016 Jun 30
3
how to join 2 channels using AGI/AMI
sorry for top-posting, the two topics started with 2 different reason subject, but then we finished on the same problem. btw,the 2 show channel are reported above: the channel with DTMF working kcenter*CLI> core show channel SIP/pbx2-000004b9 -- General -- Name: SIP/pbx2-000004b9 Type: SIP UniqueID: 1467323106.1275 Caller ID: xxxx Caller ID Name: xxxx
2009 Jun 14
2
Permissions of new files on samba with other read on.
Daniele Palumbo <daniele@retaggio.net> wrote: >hi. > >I have troubles of global readable bit on new file created on samba. >I wish to have a 660 permission on new files, instead i've got 664. > >also, if i create an empty files it will get 644 permmission, instead of 660. > >directory creation instead seems fine. > >Below my environmnent and tests.
2010 Aug 05
2
Multiply each depth level of an array with another vector element
Suppose x <- array(c(1,1,1,1,2,2,2,2), dim = c(2,2,2)) y <- c(5, 10) Now I would like to multiply x[, , 1] with y[1] and x[, , 2] with y[2]. Possible solution is a for-loop: for (i in 1:2) { x[, , i] * y[i] } Another possible solution is this construction: as.vector(t(replicate(nrow(x) * ncol(x), y))) * x I find that these two solutions have a relatively large computation
2007 Aug 24
1
Choice append
Ciao Alex, Is it possible to enable the overloaded method ''ControlWithItems#append'' to be able to provide user data? to do this: ch = Wx::Choice.new() ch.append("pluto", 10) ch.append("pippo", 20) ch.append("paperino", 30) instead of this (the way i''ve found to get the same result): ch = Wx::Choice.new() id =
2013 May 01
1
"nis homedir" issue on samba- 3.6.9-151.el6 (CentOS 6.4 64bit)
maybe there is a bug regarding the use of nis to mount the user's home directory at the login or my misconfiguration. After the CentOS 6.4 (64bit) installation I checked for the latest samba version on the official repository using yum: the latest version (that was already installed) is samba- 3.6.9-151.el6. >From "man smb.conf" I have seen that "nis homedir" is not yet
2013 May 13
0
"nis homedir" doesn't work
nis works well: #ypcat -k auto.home user1 server1:/path/& autofs works well: #cd /home/user1 (no problem) compliled with "configure --with-automount": #smbd -b| grep -i automount * WITH_AUTOMOUNT WITH_AUTOMOUNT * Why doesn't samba read ypcat auto.home? see below for additional detail,,,,it's a rebus! Let the best man win! :) maybe
2005 Sep 21
3
How can i call to a cellphone here in Mexico?
Hi, I've been trying to dial out to a cellphone, but all my calls get redirected to 066 (the emergency number at my city, like 911) does anyone know how to fix this, any ideas,? does anyone from mexico has done this? Any comment will be highly appreciated, Regards, Claudio -------------- next part -------------- An HTML attachment was scrubbed... URL: