[asterisk] Fix dialplan wildcard
This commit is contained in:
parent
3e13eb94c7
commit
7fcb81568d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[incoming]
|
[incoming]
|
||||||
exten => _.,1,NoOp()
|
exten => _X.,1,NoOp()
|
||||||
same = n,Verbose(Inbound call to ${EXTEN} detected)
|
same = n,Verbose(Inbound call to ${EXTEN} detected)
|
||||||
same = n,Set(DIALGROUP(incoming,add)=PJSIP/100)
|
same = n,Set(DIALGROUP(incoming,add)=PJSIP/100)
|
||||||
same = n,Set(DIALGROUP(incoming,add)=PJSIP/101)
|
same = n,Set(DIALGROUP(incoming,add)=PJSIP/101)
|
||||||
|
|
Loading…
Reference in a new issue