ast: mobile: add further delay

This commit is contained in:
mpmc 2023-07-07 11:10:38 +01:00
parent 5f6f0a91b5
commit 6456939c0e
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ exten => _X.,1,Queue(${QUEUE_ONE},nr,,,120)
; Mobile networks have shorter rings - answer and place in queue.
exten => ${TRUNK_ONE_CID},1,Verbose(1, "info: mobile incoming")
same => n,Answer(500)
same => n,Answer(200)
same => n,Wait(500)
same => n,Playback(pls-hold-while-try)
same => n,Queue(${QUEUE_ONE},nr,,,60)
same => n,Voicemail(${VOICEMAIL_BOX},)