[asterisk] Fix dialplan wildcard

This commit is contained in:
Correl Roush 2024-12-06 10:42:50 -05:00
parent 3e13eb94c7
commit 7fcb81568d

View file

@ -1,5 +1,5 @@
[incoming]
exten => _.,1,NoOp()
exten => _X.,1,NoOp()
same = n,Verbose(Inbound call to ${EXTEN} detected)
same = n,Set(DIALGROUP(incoming,add)=PJSIP/100)
same = n,Set(DIALGROUP(incoming,add)=PJSIP/101)