문제

I'm running Asterisk 11.4.0, and I've got access to it via AMI. I've got a line like this in my [default] context in extensions.conf.

exten => 12345,1,Dial(SIP/${EXTEN}@0041905093,30,r)

So, i have mask (12345) and I need to delete a dial rule, belonging to the mask. How can I do this?

도움이 되었습니까?

해결책

I managed to do this: If you want to remove extension A from context B, you need write CLI command (using "action" = "command") like this:

dialplan remove extension A@B
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top