search for: digito

Displaying 10 results from an estimated 10 matches for "digito".

Did you mean: digit
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 => 3001,n,playback(vm-goodbye) exten => 3001,n,hangup exten => _4XXX,1,Set(ROAM=${DB(roam/ext)}) exten => _4XXX,n,dial(SIP/${ROAM}) The idea...
2016 Jun 30
2
problem with DTMF detection on calls created with Originate AMI command
...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 point is that the recognition goes in timeout and i get an error on ast_waitfordigit_full -- Executing [testDTMF at cRETEUNICA:1] Answer("SIP/pbx2-000004ad", "") in new stack -- Executing [testDTMF at cRETEUNICA:2] Re...
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
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"
2008 Jun 04
0
Patch for app_asr.c: DTMF instead of goto
...es, so you can have your own AGI application that uses the ASR and manages the DTMF tones without change the dialplan. EXAMPLE exten => 003,1,Ringing exten => 003,2,Wait(3) exten => 003,3,Answer exten => 003,4,ASR(t5000c80l4,100,200:pippo,300:pluto,400:paperino) exten => 003,5,Read(digito||3) exten => 003,6,SayDigits(${digito}) exten => 003,7,Wait(30) The old app_asr will send you to the 200,300 or 400 extension. With the modified app_asr you will hear (and Asterisk can detects, via AGI or dialplan) 200,300,400 DTMF tones. You can find more information here. http://www.kum...
2010 Feb 25
1
Asterisk n-way DTMF detection
...get the input dtmf key and say the digit out. They are getting correctly on the IVR but when using n-way conferencing, it's not taking it. Here is the output of testing DTMF with IVR. v103*CLI> v103*CLI> -- Executing [88 at from-internal:1] Read("SIP/8888-b6807538", "digito||10") in new stack -- Accepting a maximum of 10 digits. * DTMF-relay event received: 8 * DTMF-relay event received: 5 * DTMF-relay event received: 2 -- User entered '852' -- Executing [88 at from-internal:2] SayDigits("SIP/8888-b6807538", "852") in new s...
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
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:
2011 Dec 01
0
Problemas al instalar R 2.14 en Ubuntu 11.10 - Resuelto!
...ANTY. > > > > You are welcome to redistribute it under the terms of the > > > > GNU General Public License version 2. > > > > For more information about these matters see > > > > http://www.gnu.org/licenses/. > > > > > > #Pero cuando digito solamente R tengo > > > > $ R > > > > R version 2.13.1 (2011-07-08) > > > > Copyright (C) 2011 The R Foundation for Statistical Computing > > > > ISBN 3-900051-07-0 > > > > Platform: x86_64-unknown-linux-gnu (64-bit) > > > > ....