ast: mobile - don't skip voicemail instructions

This commit is contained in:
mpmc 2023-07-06 17:43:55 +01:00
parent cd66c0a782
commit 0df0a875a6
1 changed files with 7 additions and 3 deletions

View File

@ -54,10 +54,14 @@ exten = 1571,1,Verbose(1, "info: ${CALLERID(num)} dialed voicemail")
same = n,VoiceMailMain(${CALLERID(num)}@default,s)
same = n,Hangup()
[from-quectel0]
exten => ${TRUNK_ONE_CID},1,Queue(${QUEUE_ONE},nr,,,120)
[inbound-one]
exten => _X.,1,Queue(${QUEUE_ONE},nr,,,120)
same => n,Answer(500)
same => n,Voicemail(${VOICEMAIL_BOX},su)
same => n,Voicemail(${VOICEMAIL_BOX},)
same => n,Hangup()
[from-quectel0]
exten => _X.,1,Goto(inbound-one,${EXTEN},1)
same => n,Hangup()
[outbound-one]