ast: mobile add quectel

This commit is contained in:
mpmc 2023-07-05 10:20:10 +01:00
parent e84a01e6d8
commit 0dd56a2752
1 changed files with 4 additions and 1 deletions

View File

@ -5,12 +5,15 @@
; First, some safeguards against abuse of the built-in contexts.
[default]
exten => s,1,Verbose(1, "info ${CALLERID(num)} was passed to default")
same => n,Hangup(3)
same => n,Hangup(3)
[presence]
exten => _X.,hint,PJSIP/${EXTEN}
[from-ext]
exten => _X.,1,Dial(Quectel/quectel0/${EXTEN})
same => n,Hangup()
exten => 123,1,Goto(i,1)
same => n,Hangup()