Problem with Disa

greenall

New Member
Joined
Sep 24, 2008
Messages
6
Reaction score
0
Hello.

I think I may have found a small problem with DISA with the 1.3 version (using asterisk 1.6). Yes, I know 1.6 is development, but I've been using it rather successfully to integrate with my exchange server. :biggrin5:

Here's my issue. It never ever seems to accept a pin number. Once it asks me to enter in my pin, I just get a busy. If I actually remove the requirement completely to enter a pin (just for testing, that is). everything works fine.

Ideas?

Rich
 
Hi

Could it be a DTMF issue?

Here's a little DTMF tester I picked up for 1.2, not sure if the syntax is any good for 1.6 though.

[custom-dtmftest]
exten => s,1,Answer()
exten => s,n,Wait(1)
exten => s,n,Playback(beep)
exten => s,n,Read(mydtmf||||10)
exten => s,n,SayDigits(${mydtmf})
exten => s,n,Wait(1)
exten => s,n,Hangup()


After the beep, type in some numbers, and if they are read back to you correctly, then you are good to go.

Joe
 
I'll give this a try, though I would be surprised if its a DTMF issue. I've been able to setup IVR's, collect voicemail. Even if I turn on confirmation on the DISA, it recognizes when I press 1. Stupd question though. which file would I add these in to?
 
extensions_custom.conf, and set up a custom destination for it.

Joe
 

Members online

Forum statistics

Threads
26,686
Messages
174,406
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top