Hi all. I am trying to figure out how to set DISA in my asterisk 1.4. I have other box with freepbx and this is easier but I can not do the same in my asterisk box.
I have this code but when I call 889 I get dial tone and asterisk doesnt ask for password…
[disa1]
exten=>889,1,DISA(2345,default)
exten=>889,2,Hangup
cli show this:
Executing [889@default:1] DISA(“SIP/201-00000018”, “2345|default”) in new stack
What can be wrong?
thanks