Displaying 20 results from an estimated 8000 matches similar to: "Help with DISA"
2009 Sep 02
2
DISA() fails to recognize dtmf where WaitExten() succeeds (DAHDI-PRI)
Is there any known reason that the DISA() routine should behave
differently than WaitExten() as far as recognizing DTMF tones? If
not, I suspect there's a bug here.
Try it yourself--two DID's on our PRI, numbers below let you test each routine:
It is my observation that some setups/phones DO and some DO NOT
express this variance.
--I could not show any variance on a sprint mobile phone
2006 Mar 13
2
DISA & SPA3000 issues
Hi,
These days I run into something quite odd.
I have an A@H that was modified to meet our requirements.
We have a completely funtional DISA which we use pretty much all the
time.
I works flawlessly with incomming SIP calls from several providers,
IAX calls from FWD and with ZAP.
Recently we came out with a situation where it doesn't work... with
a
2005 Feb 27
0
FW: DISA and a long delay; ideas?
Jeez, I need to work out the shortcut to send an email which I keep pressing
by accident!!
-----Original Message-----
From: C. Tomlinson [mailto:asterisk_list@burntwires.com]
Sent: 27 February 2005 22:48
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] DISA and a long delay; ideas?
Many thanks, that was the problem.
I didn't paste the
2005 May 10
2
DISA
We are using DISA with local SIP users. The user enters in a 2 digit
code then they get a dialtone and the phone dials out. The problem is
that the calls waits 10 seconds after the outgoing number is dialed, no
matter what I put for the timeout values. Anyone else using DISA that
has run into this?
exten => _2X,1,Answer
exten => _2X,2,DigitTimeout(2)
exten =>
2006 Jun 05
2
DTMF and DISA
Hi Folks,
I'm trying to test out Asterisk overall.
I'm having some problems with DTMF. Currently I'm playing with DISA,
but I'm worried this will happen when I get to implementing AAs etc.
I have a free SIP trunk from IPKall that I'm trying to make work.
I'm able to receive calls, and I've now setup and extension with DISA
and a password.
I connect ok from the
2005 Aug 16
1
DISA over Zap (TE110P) issues on * STABLE 1.0.9
Hi !
Did anyone had issues/managed to solve issues with DISA over Zap channels on
* 1.0.X (STABLE) ?
I have a situatuion where DTMFs that should be recognized in DISA work over
SIP channels and do not work over ZAP channels (Zap channels are on TE110P)
I have in default context:
exten=> 299,1,DISA(no-password|default)
and I have SIP extension 200 in [default] and I have Zap trunk which
2004 Jul 12
1
FWD, DISA & DTMF
I can dial from an asterisk host to another one via FreeWorldDialup, on
the other side DISA service answer to me and i can ear dialtone.
But i cannot send DTMF and dial an extension on the DISA enabled
asterisk.....i've tried rfc2833 and inband...but nothing....any tips ???
Thanks,
--
Igor Barsanti
GPG Public key available at http://pgp.mit.edu
2004 Jan 30
0
Re: DISA and authcodes (was: t410p)
[moved from -dev, as the thread is better suited for -users]
At 5:10 PM -0600 1/30/04, James Sharp wrote:
> > I've pretty much got the routing covered at this point, I'm just not sure
>> how to get the Asterisk system to answer and give me dialtone immediately.
>> Any ideas or recommendations would be greatly appreciated.
>
>app_disa will give answer and give
2005 Feb 27
1
DISA and a long delay; ideas?
Hi,
I have just setup a DISA setup whereby people can dial in, authenticate, are
given a dialtone and can then call out.
Everything works however there is a 10 second delay after the user enters
the number and presses #, until the system does anything.
Here is the relevant section from my extensions.conf:
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Sep 17
0
How to remove dialtone from DISA?
Hi everybody,
Is there any way to remove dialtone from DISA? If yes, how to do it?
--
Zeeshan A Zakaria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080917/e7e17a0d/attachment.htm
2008 Sep 17
1
DTMF detection problem on DISA
Hi everybody,
I am having DTMF detection problem on DISA with my callback system. For many
users, it keeps playing the dialtone even after they have input their
number. I have trunk setup to both g729 and ulaw. What could be the reason
for this problem. Some users have to dial a few times before the system can
recognize their dialed number.
--
Zeeshan A Zakaria
-------------- next part
2009 Nov 05
1
Asterisk 1.4 DISA is jumoing after one digit in the DISA context
Dear list,
I have problems with DISA on an specific server with Asterisk 1.4.26.2.
After starting DISA I can only press one key and DISA is jumping direct
into the context without waiting for further digits.
In dtmf.log I found this:
[Nov 6 00:09:28] DTMF[2413] channel.c: DTMF begin '7' received on
SIP/214-00d92db0
[Nov 6 00:09:28] DTMF[2413] channel.c: DTMF begin passthrough
2006 Nov 28
1
Attn: DISA Experts(Strange problem with DISA)
Hi Friends,
I am facing a strange problem with DISA. I have installed and configured Trixbox. I've created a secret extension i.e., 555 and called this extension in Digital Receptionist using custom extension i.e., created in extensions_custom.conf file.
When I call from my mobile phone to my PSTN number, which is connected to FXO port, my IVR is responding. After entering my DISA
2005 Mar 19
1
DISA -> macro = congestion
When I use DISA I get congestion when I try to reach 1-800-number:
Here is the context:
[disa]
exten => 087,1,Answer
exten => 087,2,DigitTimeout,8
exten => 087,3,ResponseTimeout,20
exten => 087,4,Authenticate(985)
exten => 087,5,DISA(951|disa-access)
[disa-access]
include => tollfree
include => outgoing-voipjet
[tollfree]
;
; terminate toll-free no.'s via fwdnet
; US
2005 Jul 25
2
DISA disconnects
DISA is currently disconnecting when I dial 8888 to access DISA.
Below is my extensions.conf file from A@H and some lines which shows
the disconnect. Should DISA be loaded as a module in modules.conf?
When I do a 'show applications' i see that DISA is there. Help!
--------------------------------------
;Asterisk CLI as I placed a call from cell into the system.
Playing
2005 Mar 21
1
DISA Hangs up after DTMF is sent
Hey, this is happening to anyone who I try this with. We get into the
DISA, then hear the dial tone. Dial 1 then start dialing the number,
and it hangs up. I thought adding a wait time after the DISA may help,
I was wrong. Here is what I have thus far in the DISA extentions.
[DISA]
exten => 7,1,DISA(no-password||"Scheda" <565> 455-1337)
exten => 7,2,Wait(45)
exten =>
2004 Jul 02
0
DISA and AGI: authenticate by caller ID? (resolved)
Here is some code to do authentication by caller ID for DISA through AGI.
My original code had a bug in the Mysql query code, and there was a hangup
in the wrong place
[that's what I get for coding something at 2:00am], but the attached code
works correctly.
Take note of the REGEXP for the CallerID variable. When I tested the code
from the PSTN
it worked because there was no name component,
2006 May 25
0
Re: Implementing Paging on the Linksys SPA9XX phones (working)
I came up with this a few days ago, mostly used the wiki examples,
didn't have time to post on the wiki yet, maybe one of you guys with a
few minutes can throw it up there, really, I forgot my logon.
http://www.voip-info.org/wiki/index.php?page=Asterisk+Paging+and+Intercom
The agi script didn't work for me, wouldn't call the active hint
extensions, even though they were there, no
2003 Jun 15
3
Voicemail and DISA fixes
I've commited changes to Voicemail2:
* Handle properly when being left a message while checking VM --
this should fix the "saving to your inbox" issue too, at least in
principle.
And to DISA:
* Properly handle extensions with multiple matches and "dots"
Please let me know on or off list about any feedback you have regarding
these changes.
Mark
2005 Jun 05
2
Disa - how it returns on user not dialing any numbers ?
Hi,
I'd like to use DISA properly for my case - I'd like to handle it right, if
user when in DISA doesn't dial any number - how does Asterisk return from
DISA cmd ?
I'd like to dial some default number if user doesn't dial anything or give
him some message - but I don't know what gets executed after DISA if nothing
is dialed ....
I'm reading this on wiki, but