From 6456939c0e54f43b94792fd9b949f58184d4737e Mon Sep 17 00:00:00 2001 From: mpmc Date: Fri, 7 Jul 2023 11:10:38 +0100 Subject: [PATCH] ast: mobile: add further delay --- asterisk/conf/mobile/extensions.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/asterisk/conf/mobile/extensions.conf b/asterisk/conf/mobile/extensions.conf index f9d307e..36712a3 100644 --- a/asterisk/conf/mobile/extensions.conf +++ b/asterisk/conf/mobile/extensions.conf @@ -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},)