From 8f5bbffc728491368caf9e6435c610283b484913 Mon Sep 17 00:00:00 2001 From: mpmc Date: Sun, 25 Jun 2023 17:21:26 +0100 Subject: [PATCH] ast: fix oops --- asterisk/conf/extensions.conf | 8 ++++---- asterisk/conf/queues.conf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/asterisk/conf/extensions.conf b/asterisk/conf/extensions.conf index 1164ab1..aa4702a 100644 --- a/asterisk/conf/extensions.conf +++ b/asterisk/conf/extensions.conf @@ -7,12 +7,12 @@ exten => s,1,Verbose(1, "INFO ${CALLERID(num)} was passed to default.") same => n,Wait(1) same => n,Answer(1) - same => n,Goto(default,s-info,1) - same => n,Goto(default,s-info,1) - same => n,Goto(default,s-info,1) + same => n,Goto(s-info,1) + same => n,Goto(s-info,1) + same => n,Goto(s-info,1) same => n,Hangup(3) -ext => s-info,1,PlayTones(info) +exten => s-info,1,PlayTones(info) same => n,Playback(hangup-try-again) [globals] diff --git a/asterisk/conf/queues.conf b/asterisk/conf/queues.conf index 629e59c..3e3367a 100644 --- a/asterisk/conf/queues.conf +++ b/asterisk/conf/queues.conf @@ -46,4 +46,4 @@ ringinuse = yes ; ; The "penalty" value is not interesting for our use case. ; With PJSIP, the BLF/Presence interface is identical to the standard interface name. -member => to-ext/1000,0,1000,to-ext/1000 +member => Local/1000@to-ext,0