I know I read in the bugs that they had a way to hit pound and dial a new number without hanging up… Ive searched for it for 3 days now and cant find it.
I want to be able to call in to asterisk, access the disa (which I have set up correctly and working now) place a call, and then terminate the call by hitting # or * or whatever and then make a new call without having to hang up (Great for ld and calls from payphones)…
I have a dial thru set up on a measured service inbound telco line and several voip providers that I can hop onto for oubound calls… Ive tried the g option in the dial command without any success… and the T option just tries to xfer the call made to somewhere else after hitting #.
current partial dial plan:
[incoming]
include=internal
exten => s,1,Wait(1)
exten => s,2,Answer
exten => s,3,Wait(1)
exten => s,4,DigitTimeout(5)
exten => s,5,ResponseTimeout(10)
exten => s,6,Background(sasext)
exten => t,1,Hangup
exten => 147,1,DISA,xxxx|default
password string is replaced with x’s above
thanks
M.