[Asterisk-Users] DISA() anyone?

Michael George george at mutualdata.com
Sat Oct 30 04:46:18 MST 2004


On Fri, Oct 29, 2004 at 09:50:47PM -0400, Nick Bachmann wrote:
> Michael George wrote:
> 
> >I'm having some trouble with DISA() in a call plan that worked before 1.0. 
> >If
> >anyone has experience with it, I would appreciate some advice.
> 
> Perhaps you could post relavent sections of your dialplan...?

Thanks for your reply!

Here's part of my dialplan on my home machine.  It's running
CVS-HEAD-09/21/04, and my zap and sip phones have this initial context.  I
can, from either zap or sip, hit 8 and get a new dialtone and then I can enter
6 and get the audio from tt-allbusy.

[internal]
	; here for timeout, invalid, and park expire
;exten => s,1,Background(invalid)
exten => s,1,NoOp(start of internal)
;exten => s,2,Playtones(dial)
exten => s,2,DISA(no-password,internal)
exten => 6,1,Playback(tt-allbusy)
exten => 8,1,goto(s,1)

On my machine at work, running  CVS-v1-0-10/28/04, I have the following
section of dialplan.  My sip phones have this as their initial context and if
I dial from home (through IAX), my dialplan sends me to internal,s,1, also.
Whenever I get to DISA(), either through IAX2 from another * box or by
pressing 6 on the sip phone, I will get another dialtone from DISA(), as I
would expect.  However, no matter what key I press next, I get a hangup from
this system.

I have tried notransfer=yes and notransfer=no and that doesn't seem to make a
difference.  When I have a chance, I plan to try upgrading my home system to *
v1.0.x and see if it will then also fail, but I'm hoping there is something
that one more experienced with * and DISA() can point out first.

[internal]
ignorepat => 9
include => parkedcalls  ; allow parking
exten => s,1,NoOp(${CONTEXT}, ${EXTEN}, ${PRIORITY})
;exten => s,2,Background(vm-enter-num-to-call)
exten => s,2,DISA(no-password, ${CONTEXT})
exten => 6,1,GoTo(s,1)
exten => 773,2,Playback(tt-allbusy)

Thanks for any help anyone might have.

-- 
-M

There are 10 kinds of people in this world:
	Those who can count in binary and those who cannot.



More information about the asterisk-users mailing list