ast: mobile add r to dialplan

This commit is contained in:
mpmc 2023-07-05 10:34:39 +01:00
parent 0dd56a2752
commit 5317d5d2e1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ exten => s,1,Verbose(1, "info ${CALLERID(num)} was passed to default")
exten => _X.,hint,PJSIP/${EXTEN}
[from-ext]
exten => _X.,1,Dial(Quectel/quectel0/${EXTEN})
exten => _X.,1,Dial(Quectel/quectel0/${EXTEN},r)
same => n,Hangup()
exten => 123,1,Goto(i,1)